#include <surf_api.h>
Class Description
- See also:
- Class NURBSSurface.
- Description:
- This class provides access to the Cap Surface. A Cap Surface is
a surface that caps a closed curve or the edge of a closed surface.
Caps are especially useful with extruded surfaces.
protected:
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
index |
) |
|
- Parameters:
- int index
The index in the NURBSSet of the curve or surface to
cap.
DllExport void SetParentId |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The id of the curve or surface to cap.
DllExport int GetParent |
( |
void |
|
) |
|
DllExport NURBSId
GetParentId |
( |
void |
|
) |
|
DllExport void SetEdge |
( |
int |
edge |
) |
|
- Parameters:
- int edge
The edge to cap. One of the following values:
0: The low U edge.
1: The high U edge.
2: The low V edge.
3: The high V edge.
DllExport int GetEdge |
( |
|
) |
|
- Returns:
- One of the following values:
0: The low U edge.
1: The high U edge.
2: The low V edge.
3: The high V edge.
DllExport void SetCurveStartPoint |
( |
TimeValue |
t, |
|
|
double |
startpoint |
|
) |
|
|
- Parameters:
- TimeValue t
The time to set the start point.
double startpoint
The start point to set.
DllExport double GetCurveStartPoint |
( |
TimeValue |
t |
) |
|
- Parameters:
- TimeValue t
The time to get the start point.
Friends And Related Function Documentation