PathEngine home previous: iRender3DLinesCallBack::vertex()next: iFaceVertexMesh::faceAttribute()
Contents, API Reference, Interfaces, iFaceVertexMesh

Interface iFaceVertexMesh

Description

An interface class for passing geometry represented in the form of indexed tris and vertices into PathEngine.
The client application creates objects deriving 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:

faceAttribute

Used to obtain information about a face.

faces

Returns the number of faces (tris) in this object.

vertexIndex

Used to obtain unique vertex indices for the vertices around a face.

vertexX

Used to obtain vertex coordinates.

vertexY

Used to obtain vertex coordinates.

vertexZ

Used to obtain vertex coordinates.

vertices

Returns the number of unique vertices in this object.


Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEnginenext: iFaceVertexMesh::faceAttribute()