#include <surf_api.h>
Class Description
- See also:
- Class NURBSSurface.
- Description:
- This class provides access to the Multisided Blend surface. A
Multisided Blend surface is a surface that "fills in" the edges
defined by three or four other curve or surfaces. Unliked a
regular, two-sided Blend surface, the curves or surfaces edges must
form a closed loop--that is, they must completely surround the
opening the Multisided Blend will cover.
Note: For the blend to work, the curves that define the blend must
form a loop (that is, sequence head to tail, and the ends must
match).
protected:
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
pnum, |
|
|
int |
index |
|
) |
|
|
- Parameters:
- int pnum
The index of the parent curve or surface to set.
int index
The index in the NURBSSet of the curve or
surface.
DllExport void SetParentId |
( |
int |
pnum, |
|
|
NURBSId |
id |
|
) |
|
|
- Parameters:
- int pnum
The index of the parent curve or surface to set.
NURBSId id
The id of the curve or surface to set.
DllExport int GetParent |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The index of the parent curve or surface to get.
DllExport NURBSId
GetParentId |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The index of the parent curve or surface to get.
DllExport void SetEdge |
( |
int |
pnum, |
|
|
int |
edge |
|
) |
|
|
- Parameters:
- int pnum
The index of the parent surface.
int edge
The edge to use for the blend. One of the following values:
0: The low U edge.
1: The high U edge.
2: The low V edge.
3: The high V edge.
DllExport int GetEdge |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The index of the parent surface.
- Returns:
- The edge used for the blend. One of the following values:
0: The low U edge.
1: The high U edge.
2: The low V edge.
3: The high V edge.
Friends And Related Function Documentation