#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve, Class Point2.
- Description:
- This class provides access to the Normal Proejcted Curve. A
Normal Projected curve lies on a surface. It is based on an
existing curve, which is projected onto the surface in the
direction of the surface's normals.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
pnum, |
|
|
int |
index |
|
) |
|
|
- Parameters:
- int pnum
Pass 0 for the surface and 1 for the curve.
int index
The index in the NURBSSet of the surface or
curve.
DllExport void SetParentId |
( |
int |
pnum, |
|
|
NURBSId |
id |
|
) |
|
|
- Parameters:
- int pnum
Pass 0 for the surface and 1 for the curve.
NURBSId id
The id of the surface or curve.
DllExport int GetParent |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
Pass 0 for the surface and 1 for the curve.
DllExport NURBSId
GetParentId |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
Pass 0 for the surface and 1 for the curve.
DllExport BOOL GetTrim |
( |
|
) |
|
DllExport void SetTrim |
( |
BOOL |
trim |
) |
|
- Parameters:
- BOOL trim
TRUE to trim; FALSE to not trim.
DllExport BOOL GetFlipTrim |
( |
|
) |
|
DllExport void SetFlipTrim |
( |
BOOL |
flip |
) |
|
- Parameters:
- BOOL flip
TRUE to flip; FALSE to not flip.
DllExport void SetSeed |
( |
Point2 & |
seed |
) |
|
- Parameters:
- Point2&
seed
The seed value to set.
Friends And Related Function Documentation