PatchCapInfo Class Reference
 
 
 
PatchCapInfo Class Reference

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


#include <captypes.h>

Inheritance diagram for PatchCapInfo:
MaxHeapOperators

Class Description

This is the information class for patch capping.

All methods of this class are implemented by the system. Developers must only declare an instance of this class and then call MakeCap on the shape.

See also:
Working with Shapes and Splines.

Public Member Functions

PatchCapInfo operator= (PatchCapInfo &from)
CoreExport void  Init (BezierShape *shape)
CoreExport void  FreeAll ()

Public Attributes

MaxSDK::Array< CapPatch patches
  This is used internally.
MaxSDK::Array< PatchCapVert verts
  This is used internally.
MaxSDK::Array< PatchCapVec vecs
  This is used internally.
Point3Tab  newVerts
  This is used internally.
Point3Tab  newVecs
  This is used internally.

Member Function Documentation

PatchCapInfo& operator= ( PatchCapInfo from ) [inline]
Remarks:
Assignment operator used internally.
{ patches=from.patches; verts=from.verts; vecs=from.vecs; newVerts=from.newVerts; newVecs=from.newVecs; return *this; }
CoreExport void Init ( BezierShape shape )
Remarks:
This method is used internally.
CoreExport void FreeAll ( )
Remarks:
This method is used internally.

Member Data Documentation

This is used internally.

This is used internally.