#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve.
- Description:
- This class defines a dependent transform (xform) curve. A
transform curve is a copy of the original curve with a different
position, rotation, or scale.
All methods of this class are implemented by the system.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
index |
) |
|
- Parameters:
- int index
The index into the NURBSSet of the parent
curve.
DllExport void SetParentId |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The id to set.
DllExport int GetParent |
( |
void |
|
) |
|
DllExport NURBSId
GetParentId |
( |
void |
|
) |
|
- Parameters:
- TimeValue t
The time to set the transformation.
Matrix3&
mat
The transformation matrix to set.
- Parameters:
- TimeValue t
The time to get the transformation.
- Operators:
Friends And Related Function Documentation