Houdini Engine 6.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HAPI_CurveInfo Struct Reference

#include <HAPI_Common.h>

Public Attributes

HAPI_CurveType curveType
 
int curveCount
 The number of curves contained in this curve mesh. More...
 
int vertexCount
 The number of control vertices (CVs) for all curves. More...
 
int knotCount
 The number of knots for all curves. More...
 
HAPI_Bool isPeriodic
 Whether the curves in this curve mesh are periodic (closed by appending a new point) More...
 
HAPI_Bool isRational
 Whether the curves in this curve mesh are rational. More...
 
int order
 Order of 1 is invalid. 0 means there is a varying order. More...
 
HAPI_Bool hasKnots
 Whether the curve has knots. More...
 
HAPI_Bool isClosed
 Similar to isPeriodic, but creates a polygon instead of a separate point. More...
 

Detailed Description

Represents the meta-data associated with a curve mesh (a number of curves of the same type).

Definition at line 1890 of file HAPI_Common.h.

Member Data Documentation

int HAPI_CurveInfo::curveCount

The number of curves contained in this curve mesh.

Definition at line 1895 of file HAPI_Common.h.

HAPI_CurveType HAPI_CurveInfo::curveType

Definition at line 1892 of file HAPI_Common.h.

HAPI_Bool HAPI_CurveInfo::hasKnots

Whether the curve has knots.

Definition at line 1913 of file HAPI_Common.h.

HAPI_Bool HAPI_CurveInfo::isClosed

Similar to isPeriodic, but creates a polygon instead of a separate point.

Definition at line 1916 of file HAPI_Common.h.

HAPI_Bool HAPI_CurveInfo::isPeriodic

Whether the curves in this curve mesh are periodic (closed by appending a new point)

Definition at line 1904 of file HAPI_Common.h.

HAPI_Bool HAPI_CurveInfo::isRational

Whether the curves in this curve mesh are rational.

Definition at line 1907 of file HAPI_Common.h.

int HAPI_CurveInfo::knotCount

The number of knots for all curves.

Definition at line 1901 of file HAPI_Common.h.

int HAPI_CurveInfo::order

Order of 1 is invalid. 0 means there is a varying order.

Definition at line 1910 of file HAPI_Common.h.

int HAPI_CurveInfo::vertexCount

The number of control vertices (CVs) for all curves.

Definition at line 1898 of file HAPI_Common.h.


The documentation for this struct was generated from the following file: