#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve.
- Description:
- This provides access to the Surface Normal Curve. This is a
curve created at a specified distance from a surface and normal to
it.
Note: The parent curve specified below must have one of the
following types: surface-surface intersection, U Iso, V Iso, normal
projected, vector projected, CV curve on surface, or point curve on
surface.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
index |
) |
|
- Parameters:
- int index
The index in the NURBSSet of the parent curve to
use.
DllExport void SetParentId |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The id of the parent curve to use.
DllExport int GetParent |
( |
|
) |
|
DllExport void SetDistance |
( |
TimeValue |
t, |
|
|
double |
dist |
|
) |
|
|
- Parameters:
- TimeValue t
The time at which to set the distance.
double dist
The distance along the normal from the surface to the curve.
- Parameters:
- TimeValue t
The time at which to get the distance.
Friends And Related Function Documentation