MeshCapInfo Class Reference
 
 
 
MeshCapInfo Class Reference

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


#include <captypes.h>

Inheritance diagram for MeshCapInfo:
MaxHeapOperators

Class 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.

Public Member Functions

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

Public Attributes

MaxSDK::Array< CapFace faces
  Used Internally.
MaxSDK::Array< MeshCapVert verts
  Used Internally.
Point3Tab  newVerts
  Used Internally.

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.

Member Data Documentation