Class MeshCapInfo

3DS Max Plug-In SDK

Class MeshCapInfo

See Also: Working with Shapes and Splines.

class MeshCapInfo

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:

public:

CapFaceTab faces;

This is used internally.

MeshCapVertTab verts;

This is used internally.

Point3Tab newVerts;

This is used internally.

Methods:

Prototype:

void Init(PolyShape *shape);

Remarks:

This method is used internally.

Prototype:

void FreeAll();

Remarks:

This method is used internally.

Operators:

Prototype:

MeshCapInfo &operator=(MeshCapInfo &from);

Remarks:

Assignment operator used internally.