#include <surf_api.h>
Class Description
- See also:
- Class NURBSSurface.
- Description:
- This class defines a dependent extrude surface. An extrude
surface is extruded from a curve sub-object. It is similar to a
surface created with the Extrude modifier. The advantage is that an
extrude sub-object is part of the NURBS model, so you can use it to
construct other curve and surface sub-objects. Methods are
available to get/set the parent index and id, get/set the extrusion
vector and get/set the extrusion 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
surface.
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 at which to set the axis system.
Matrix3&
ray
The extrusion axis.
- Parameters:
- TimeValue t
The time at which to get the axis.
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 return the distance.
DllExport void SetCurveStartPoint |
( |
TimeValue |
t, |
|
|
double |
startpoint |
|
) |
|
|
- Parameters:
- TimeValue t
The time at which to set the start point.
double startpoint
The start point in the range 0.0 to 1.0.
DllExport double GetCurveStartPoint |
( |
TimeValue |
t |
) |
|
- Parameters:
- TimeValue t
The time at which to get the start point.
- Operators:
Friends And Related Function Documentation