PathEngine home previous: Pathfind Preprocess Generation Attributesnext: Unobstructed Space Generation Attributes
Contents, API Reference, Values and Strings, Pinned Shape Attributes

Pinned Shape Attributes

These values are defined in SDKRoot/code/externalAPI/i_pathengine.h.

When using the Microsoft CLR interface (for C Sharp or Visual Basic), equivalent values can be found in PathEngine.Constants, without the 'PE_' prefix (e.g. PathEngine.Constants.PinnedShapeAttribute_Type).

When using the JNI interface (e.g. for Java), equivalent values can be found in com.pathengine.Constants, without the 'PE_' prefix (e.g. com.pathengine.PinnedShapeAttribute_Type).

Name
Description
PE_PinnedShapeAttribute_Type

This attribute may be set to one of the following values (also defined in i_pathengine.h):

PE_PinnedShapeType_BurntIn: Shapes with this type will be 'burnt-in' to the mesh, as with iMesh::burnContextIntoMesh(), for inclusion in the mesh based preprocess.
(Note that, in this case, the shape name has no effect.)

PE_PinnedShapeType_NamedObstacle: Shapes with this type will be added to the mesh as 'named obstacles' as with iMesh::storeNamedObstacle().


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Unobstructed Space Generation Attributes