#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve, Class Point2, Class Point3.
- Description:
- This class provides access to the Vector Projected Curve. A
Vector Projected curve lies on a surface. This is almost the same
as a Normal Projected curve, except that the projection from the
existing curve to the surface is in the direction of a vector that
you can control. Vector projected curves may be used for
trimming.
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.
- Parameters:
- TimeValue t
The time at which to set the projection vector.
Point3&
pvec
The vector to set.
- Parameters:
- TimeValue t
The time at which to get the projection vector.
Friends And Related Function Documentation