This reference page is linked to from the following overview topics: Capping a Shape with a Patch.
#include <captypes.h>
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.
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. |
PatchCapInfo& operator= | ( | PatchCapInfo & | from | ) | [inline] |
CoreExport void Init | ( | BezierShape * | shape | ) |
CoreExport void FreeAll | ( | ) |
This is used internally.
This is used internally.
This is used internally.
This is used internally.
This is used internally.