Detailed Description
Patch class.
Definition at line 960 of file fbgeometry.h.
#include <fbgeometry.h>
List of all members.
Public Member Functions |
| FBPatch (const char *pName, HIObject pObject=NULL) |
| Constructor.
|
virtual void | SurfaceBegin () |
| Begin Patch definition.
|
virtual void | SurfaceEnd () |
| End Patch definition.
|
virtual void | SurfaceEditBegin () |
| Begin patch surface edit.
|
virtual void | SurfaceEditEnd () |
| End patch surface edit.
|
virtual void | ControlPointsBegin () |
| Begin control points edition.
|
virtual void | ControlPointsEnd () |
| End control points edition.
|
Public Attributes |
FBPropertySurfaceType | USurfaceType |
| Read Write Property: Patch mode for U direction.
|
FBPropertySurfaceType | VSurfaceType |
| Read Write Property: Patch mode for V direction.
|
Constructor & Destructor Documentation
FBPatch |
( |
const char * |
pName, |
|
|
HIObject |
pObject = NULL |
|
) |
| |
Constructor.
- Parameters:
-
pName | Name of Patch. |
pObject | For internal use only(default=NULL). |
Member Function Documentation
virtual void SurfaceBegin |
( |
| ) |
[virtual] |
Begin Patch definition.
Reimplemented from FBSurface.
virtual void SurfaceEnd |
( |
| ) |
[virtual] |
End Patch definition.
Reimplemented from FBSurface.
virtual void SurfaceEditBegin |
( |
| ) |
[virtual] |
Begin patch surface edit.
Reimplemented from FBSurface.
virtual void SurfaceEditEnd |
( |
| ) |
[virtual] |
End patch surface edit.
Reimplemented from FBSurface.
virtual void ControlPointsBegin |
( |
| ) |
[virtual] |
Begin control points edition.
Implements FBSurface.
virtual void ControlPointsEnd |
( |
| ) |
[virtual] |
End control points edition.
Reimplemented from FBSurface.
Member Data Documentation
Read Write Property: Patch mode for U direction.
Definition at line 995 of file fbgeometry.h.
Read Write Property: Patch mode for V direction.
Definition at line 996 of file fbgeometry.h.
The documentation for this class was generated from the following file: