#include <surf_api.h>
Class Description
- See also:
- Class NURBSCurve.
- Description:
- This class defines a dependent fillet curve. A fillet is a
curve that creates a circular arc corner between two parent curves.
Methods are available to get/set the parent indices and ids,
get/set the trim state of the curves, get/set which ends of the
curves are used, and get/set the radius of the fillet.
All methods of this class are implemented by the system.
Constructor & Destructor Documentation
Member Function Documentation
DllExport void SetParent |
( |
int |
pnum, |
|
|
int |
index |
|
) |
|
|
- Parameters:
- int pnum
The parent number: 0 or 1.
int index
The index into the NURBSSet of the parent
curve.
DllExport void SetParentId |
( |
int |
pnum, |
|
|
NURBSId |
id |
|
) |
|
|
- Parameters:
- int pnum
The parent number: 0 or 1.
NURBSId id
The id to set.
DllExport int GetParent |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The parent number: 0 or 1.
DllExport NURBSId
GetParentId |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The parent number: 0 or 1.
DllExport void SetEnd |
( |
int |
pnum, |
|
|
BOOL |
end |
|
) |
|
|
- Parameters:
- int pnum
The parent number: 0 or 1.
BOOL end
TRUE to use the end of the curve; FALSE to use the beginning.
DllExport BOOL GetEnd |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The parent curve number: 0 or 1.
DllExport void SetRadius |
( |
TimeValue |
t, |
|
|
double |
radius |
|
) |
|
|
- Parameters:
- TimeValue t
The time at which to set the radius value.
double radius
The radius to set.
- Parameters:
- TimeValue t
The time to return the fillet value.
DllExport BOOL GetTrimCurve |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The parent curve number: 0 or 1.
DllExport void SetTrimCurve |
( |
int |
pnum, |
|
|
BOOL |
trim |
|
) |
|
|
- Parameters:
- int pnum
The parent curve number: 0 or 1.
BOOL trim
TRUE to trim the curve beyond the fillet; otherwise FALSE.
DllExport BOOL GetFlipTrim |
( |
int |
pnum |
) |
|
- Parameters:
- int pnum
The parent curve number: 0 or 1.
- Returns:
- TRUE if flip is set; FALSE it not.
DllExport void SetFlipTrim |
( |
int |
pnum, |
|
|
BOOL |
flip |
|
) |
|
|
- Parameters:
- int pnum
The parent curve number: 0 or 1.
BOOL flip
TRUE to flip; FALSE to not flip.
- Operators:
Friends And Related Function Documentation