This structure represents a data description for a TrimCurve.
#include <xsi_nurbsdata.h>
Public Member Functions | |
CTrimCurveData () | |
bool | operator== (const CTrimCurveData &in_trimData) const |
bool | operator!= (const CTrimCurveData &in_trimData) const |
Public Attributes | |
bool | m_bIsBoundary |
LONG | m_lProjectionType |
CNurbsCurveDataArray | m_aCurvesData |
CTrimCurveData | ( | ) | [inline] |
Default Constructor.
bool operator== | ( | const CTrimCurveData & | in_trimData | ) | const [inline] |
Equality operator.
in_trimData | CTrimCurveData to compare with. |
bool operator!= | ( | const CTrimCurveData & | in_trimData | ) | const [inline] |
Inequality operator.
in_trimData | CTrimCurveData to compare with. |
bool m_bIsBoundary |
Specifies whether the trim is a boundary
LONG m_lProjectionType |
Projection type of this trim 0(UVSpace), 1(World space)
Curves making up the trim curve