#include <surf_api.h>
Public Member Functions |
|
| DllExport | NURBSFilletSurface (void) |
| virtual DllExport | ~NURBSFilletSurface (void) |
| DllExport NURBSFilletSurface & | operator= (const NURBSFilletSurface &curve) |
| DllExport void | SetParent (int pnum, int index) |
| DllExport void | SetParentId (int pnum, NURBSId id) |
| DllExport int | GetParent (int pnum) |
| DllExport NURBSId | GetParentId (int pnum) |
| DllExport Point2 | GetSeed (int pnum) |
| DllExport void | SetSeed (int pnum, Point2 &seed) |
| DllExport BOOL | IsCubic () |
| DllExport void | SetCubic (BOOL cubic) |
| DllExport float | GetRadius (TimeValue t, int rnum) |
| DllExport void | SetRadius (TimeValue t, int rnum, float radius) |
| DllExport BOOL | GetTrimSurface (int pnum) |
| DllExport void | SetTrimSurface (int pnum, BOOL trim) |
| DllExport BOOL | GetFlipTrim (int pnum) |
| DllExport void | SetFlipTrim (int pnum, BOOL flip) |
Friends |
|
| class | NURBSSet |
| DllExport NURBSFilletSurface | ( | void | ) |
| virtual DllExport ~NURBSFilletSurface | ( | void | ) | [virtual] |
| DllExport NURBSFilletSurface& operator= | ( | const NURBSFilletSurface & | curve | ) |
| DllExport void SetParent | ( | int | pnum, |
| int | index | ||
| ) |
| DllExport void SetParentId | ( | int | pnum, |
| NURBSId | id | ||
| ) |
| DllExport int GetParent | ( | int | pnum | ) |
| DllExport NURBSId GetParentId | ( | int | pnum | ) |
| DllExport Point2 GetSeed | ( | int | pnum | ) |
| DllExport void SetSeed | ( | int | pnum, |
| Point2 & | seed | ||
| ) |
| DllExport BOOL IsCubic | ( | ) |
| DllExport void SetCubic | ( | BOOL | cubic | ) |
| DllExport float GetRadius | ( | TimeValue | t, |
| int | rnum | ||
| ) |
| DllExport void SetRadius | ( | TimeValue | t, |
| int | rnum, | ||
| float | radius | ||
| ) |
| DllExport BOOL GetTrimSurface | ( | int | pnum | ) |
| DllExport void SetTrimSurface | ( | int | pnum, |
| BOOL | trim | ||
| ) |
| DllExport BOOL GetFlipTrim | ( | int | pnum | ) |
| DllExport void SetFlipTrim | ( | int | pnum, |
| BOOL | flip | ||
| ) |
friend class NURBSSet [friend] |
Reimplemented from NURBSObject.