#include <surf_api.h>
Class Description
- See also:
- Class NURBSSurface.
- Description:
- This class provides access to the UV Loft Surface. This surface
is similar to the U Loft surface, but has a set of curves in the V
dimension as well as the U dimension.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetNumUCurves |
( |
int |
num |
) |
|
- Parameters:
- int num
The number of curves to use in the U dimension.
DllExport int GetNumUCurves |
( |
void |
|
) |
|
DllExport int AppendUCurve |
( |
int |
index |
) |
|
- Parameters:
- int index
The index in the NURBSSet of the curve to
use.
DllExport int AppendUCurve |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The NURBSId of the curve to use.
- Returns:
- Returns the number of curves in the set prior to
appending.
DllExport void SetUParent |
( |
int |
pnum, |
|
|
int |
index |
|
) |
|
|
- Parameters:
- int pnum
The index into the list of U curves of the parent curve to
set.
int index
The index into the NURBSSet of the parent curve to
set.
DllExport void SetUParentId |
( |
int |
pnum, |
|
|
NURBSId |
id |
|
) |
|
|
- Parameters:
- int pnum
The index into the list of U curves of the parent curve to
set.
NURBSId id
The NURBSId of the parent curve to set.
DllExport int GetUParent |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The zero based index of the parent curve.
DllExport NURBSId
GetUParentId |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The zero based index of the parent curve.
DllExport void SetNumVCurves |
( |
int |
num |
) |
|
- Parameters:
- int num
The number of curves to use in the V dimension.
DllExport int GetNumVCurves |
( |
void |
|
) |
|
DllExport int AppendVCurve |
( |
int |
index |
) |
|
- Parameters:
- int index
The index in the NURBSSet of the curve to
use.
- Returns:
- Returns the number of curves in the set prior to
appending.
DllExport int AppendVCurve |
( |
NURBSId |
id |
) |
|
- Parameters:
- NURBSId id
The NURBSId of the curve to use.
- Returns:
- Returns the number of curves in the set prior to
appending.
DllExport void SetVParent |
( |
int |
pnum, |
|
|
int |
index |
|
) |
|
|
- Parameters:
- int pnum
The index into the list of V curves of the parent curve to
set.
int index
The index into the NURBSSet of the parent curve to
set.
DllExport void SetVParentId |
( |
int |
pnum, |
|
|
NURBSId |
id |
|
) |
|
|
- Parameters:
- int pnum
The index into the list of V curves of the parent curve to
set.
NURBSId id
The NURBSId of the parent curve to set.
DllExport int GetVParent |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The zero based index of the parent curve.
DllExport NURBSId
GetVParentId |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The zero based index of the parent curve.
Friends And Related Function Documentation