Class PatchCapInfo

3DS Max Plug-In SDK

Class PatchCapInfo

See Also: Working with Shapes and Splines.

class PatchCapInfo

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.

Data Members:

public:

CapPatchTab patches;

This is used internally.

PatchCapVertTab verts;

This is used internally.

PatchCapVecTab vecs;

This is used internally.

Point3Tab newVerts;

This is used internally.

Point3Tab newVecs;

This is used internally.

Methods:

Prototype:

void Init(BezierShape *shape);

Remarks:

This method is used internally.

Prototype:

void FreeAll();

Remarks:

This method is used internally.

Operators:

Prototype:

PatchCapInfo &operator=(PatchCapInfo &from)

Remarks:

Assignment operator used internally.