#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve, NURBSMirrorAxis
Types.
- Description:
- This class defines a dependent mirror curve. A mirror curve is
similar to a mirror object that you create using the Mirror tool
(on the 3ds Max toolbar) or the Mirror modifier. It is the original
curve relfected about one or two axes. Methods are available to
get/set the parent index and id, to get/set the reflection axis,
and to get/set the offset distance.
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:
- NURBSMirrorAxis axis
Specifies the axis or axes of reflection.
- Parameters:
- TimeValue t
The time at which to set the transformation.
Matrix3&
mat
The transformation to set.
- Parameters:
- TimeValue t
The time at which to get the transformation matrix.
DllExport void SetDistance |
( |
TimeValue |
t, |
|
|
double |
d |
|
) |
|
|
- Parameters:
- TimeValue t
The time at which to set the distance.
double d
The distance to set.
- Parameters:
- TimeValue t
The time at which to get the distance.
- Operators:
Friends And Related Function Documentation