PathEngine home | previous: | next: |
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
PE_PinnedShapeType_NamedObstacle:
Shapes with this type will be added to the mesh as 'named obstacles'
as with |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |