#include <surf_api.h>
Class Description
- See also:
- Class NURBSCVCurve.
- Description:
- This class provides access to the CV curve on surface
parameters. These curves can be used for trimming the surface they
lie on.
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 |
( |
|
) |
|
DllExport BOOL GetTrim |
( |
|
) |
|
DllExport void SetTrim |
( |
BOOL |
trim |
) |
|
- Parameters:
- BOOL trim
TRUE to trim the surface at the curve; FALSE to not trim.
DllExport BOOL GetFlipTrim |
( |
|
) |
|
DllExport void SetFlipTrim |
( |
BOOL |
flip |
) |
|
- Parameters:
- BOOL flip
TRUE for on; FALSE for off.
Friends And Related Function Documentation