CTrimCurveData Struct Reference
 
 
 
CTrimCurveData Struct Reference

#include <xsi_nurbsdata.h>


Class Description

This structure represents a data description for a TrimCurve.

See also:
CTrimCurveDataArray,NurbsSurface::GetTrim,

List of all members.

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

Constructor & Destructor Documentation

CTrimCurveData ( ) [inline]

Default Constructor.


Member Function Documentation

bool operator== ( const CTrimCurveData in_trimData ) const [inline]

Equality operator.

Parameters:
in_trimData CTrimCurveData to compare with.
Returns:
true if they are equal; false if they are not equal.
bool operator!= ( const CTrimCurveData in_trimData ) const [inline]

Inequality operator.

Parameters:
in_trimData CTrimCurveData to compare with.
Returns:
true if they are not equal; false if they are equal.

Member Data Documentation

Specifies whether the trim is a boundary

Projection type of this trim 0(UVSpace), 1(World space)


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