|
C3D Toolkit
Kernel - 118063, Vision - 2.16.1.1831
|
Parameters of knot point of the object spline copy. More...
#include <mb_nurbs_function.h>
Collaboration diagram for MbNurbsPointInfo:Public Member Functions | |
| MbNurbsPointInfo () | |
| Default constructor. | |
| MbNurbsPointInfo (MbCartPoint3D aPount, bool aVisible, MbePoleLocation aPoleLocation) | |
| The constructor by a point and visibility flag. | |
| MbNurbsPointInfo (const MbNurbsPointInfo &other) | |
| The copy constructor. | |
| ~MbNurbsPointInfo () | |
| Destructor. | |
| void | Init (const MbNurbsPointInfo &other) |
| Initialize by a point and visibility flag. | |
| MbNurbsPointInfo & | operator= (const MbNurbsPointInfo &other) |
| The assignment operator. | |
| MbePoleLocation | GetPoleLocation () |
| Define whether the point is a pole. | |
Public Attributes | |
| MbCartPoint3D | point |
| A knot point of a spline surface. | |
| bool | visible |
| A point visibility flag. | |
| int8 | poleLocation |
| The location of a pole in the parametric region. | |
Parameters of knot point of the object spline copy.
Parameters of knot point of the object spline copy.