PathEngine home previous: iFaceVertexMesh::vertices()next: iAnchorsAndPinnedShapes::anchor_Attribute()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes

Interface iAnchorsAndPinnedShapes

Description

An interface class for passing content-side anchor and pinned shape information into PathEngine.
The client application creates objects derived from this interface to represent geometry to be processed by PathEngine's content processing functionality.

Refer to 2D Content Processing for information about PathEngine's 2D content processing functionality.

This interface is defined in SDKRoot/include/i_pathengine.h.

Methods:

anchor_Attribute

Used to query attributes of the specified anchor in an extensible manner.

anchor_HorizontalPosition

Returns the horizontal coordinates of the specified anchor.

anchor_Name

Returns the name of the specified anchor, as a 'C' string.

anchor_Orientation

Returns the facing direction for the specified anchor.

anchor_VerticalRange

Returns the vertical range of the specified anchor.

numberOfAnchors

Returns the number of anchors stored by this object.

numberOfPinnedShapes

Returns the number of pinned shapes stored by this zobject.

pinnedShape_AnchorIndex

Returns an index for the anchor that pins the specified shape to the ground geometry.

pinnedShape_Attribute

Used to query attributes of the specified shape in an extensible manner.

pinnedShape_Name

Returns the name of the specified shape, as a 'C' string.

pinnedShape_NumberOfVertices

Returns the number of vertices on the specified shape.

pinnedShape_Vertex

Returns coordinates of the specified shape vertex.


Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEnginenext: iAnchorsAndPinnedShapes::anchor_Attribute()