#include <captypes.h>
Class Description
- See also:
- Class MeshCapInfo.
- Description:
- A support class for the mesh capper. There is one of these for
each polygon in a shape to be capped. All methods of this class are
implemented by the system.
- Data Members:
- int numVerts;
The number of vertices.
int *verts;
List of the verts in the mesh corresponding to the verts in the
PolyLine
(1 per vertex).
Constructor & Destructor Documentation
Member Function Documentation
CoreExport void Init |
( |
PolyLine & |
line |
) |
|
CoreExport void SetVert |
( |
int |
index, |
|
|
int |
vertex |
|
) |
|
|
- Parameters:
- int index
The index into the shape.
int vertex
The corresponding index into the mesh.
Member Data Documentation