Houdini Engine 3.5
|
#include <HAPI_Common.h>
Public Attributes | |
HAPI_CurveType | curveType |
int | curveCount |
int | vertexCount |
The number of curves contained in this curve mesh. More... | |
int | knotCount |
The number of control vertices (CVs) for all curves. More... | |
HAPI_Bool | isPeriodic |
The number of knots for all curves. More... | |
HAPI_Bool | isRational |
Whether the curves in this curve mesh are periodic. More... | |
int | order |
Whether the curves in this curve mesh are rational. More... | |
HAPI_Bool | hasKnots |
Order of 1 is invalid. 0 means there is a varying order. More... | |
Represents the meta-data associated with a curve mesh (a number of curves of the same type).
Definition at line 1797 of file HAPI_Common.h.
int HAPI_CurveInfo::curveCount |
Definition at line 1800 of file HAPI_Common.h.
HAPI_CurveType HAPI_CurveInfo::curveType |
Definition at line 1799 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::hasKnots |
Order of 1 is invalid. 0 means there is a varying order.
Definition at line 1810 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::isPeriodic |
The number of knots for all curves.
Definition at line 1804 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::isRational |
Whether the curves in this curve mesh are periodic.
Definition at line 1806 of file HAPI_Common.h.
int HAPI_CurveInfo::knotCount |
The number of control vertices (CVs) for all curves.
Definition at line 1802 of file HAPI_Common.h.
int HAPI_CurveInfo::order |
Whether the curves in this curve mesh are rational.
Definition at line 1808 of file HAPI_Common.h.
int HAPI_CurveInfo::vertexCount |
The number of curves contained in this curve mesh.
Definition at line 1801 of file HAPI_Common.h.