#include <surf_api.h>
Class Description
- See also:
- Class NURBSSurface.
- Description:
- This class defines a dependent offset surface. An Offset
surface is offset a specified distance from the original along the
parent surface's normals. Methods are available to get/set the
parent index and parent Ids, and to get/set the offset distance of
the surface.
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
surface.
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 at which to set the offset a value.
double d
A distance of the offset in 3ds Max units.
- Parameters:
- TimeValue t
The time at which to return the offset a value.
- Operators:
Friends And Related Function Documentation