#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve.
- Description:
- This class defines a dependent offset curve. An offset curve is
offset from the original, parent curve. It lies in the same plane
as its parent, and is normal to the original. Methods are available
to get/set the parent index and id and to get/set the distance from
the parent curve.
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 |
|
) |
|
DllExport void SetDistance |
( |
TimeValue |
t, |
|
|
double |
d |
|
) |
|
|
- Parameters:
- TimeValue t
The time to set the offset distance.
double d
The distance to set.
- Parameters:
- TimeValue t
The time to get the offset distance.
- Operators:
Friends And Related Function Documentation