Public Member Functions | Public Attributes

MeshCapInfo Class Reference

This reference page is linked to from the following overview topics: Capping a Shape with a Mesh.


Search for all occurrences

Detailed Description

See also:
Working with Shapes and Splines.

Description:
The information class for mesh capping (MORPH or GRID). All the data members and methods of this class are used internally. Developers must only declare an instance of this class and then call MakeCap() on the shape.
Data Members:
CapFaceTab faces;

This is used internally.

MeshCapVertTab verts;

This is used internally.

Point3Tab newVerts;

This is used internally.

#include <captypes.h>

Inheritance diagram for MeshCapInfo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

MeshCapInfo operator= (MeshCapInfo &from)
CoreExport void  Init (PolyShape *shape)
CoreExport void  FreeAll ()

Public Attributes

CapFaceTab  faces
MeshCapVertTab  verts
Point3Tab  newVerts

Member Function Documentation

MeshCapInfo& operator= ( MeshCapInfo from ) [inline]
Remarks:
Assignment operator used internally.
{ faces=from.faces; verts=from.verts; newVerts=from.newVerts; return *this; }
CoreExport void Init ( PolyShape shape )
Remarks:
This method is used internally.
CoreExport void FreeAll ( )
Remarks:
This method is used internally.
Operators:

Member Data Documentation


MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo
MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo MeshCapInfo