Curves_data (struct)¶
Members¶
UInt8 | curveType | |
UInt8 | order | |
UInt8 | flags | |
UInt8 | wrappedCVCount | |
UInt32 | firstPoint | |
UInt32 | pointCount | |
UInt32 | reservedPointCount | |
UInt32 | extraDataOffset | |
UInt32 | selfIndex | |
UInt32 | spanCount | |
Float32 | domainStart | |
Float32 | domainEnd | |
Float32 | domainRange | |
Float32 | domainInvFactor | |
UInt32 | other_freeCurveIndex |
Methods¶
Curves_data ( in Curves_data other ) | |
Curves_data () | |
NURBS_getUniformEvalKnots ? ( in UInt32 spanIndex, io UInt32 minSpanIndex, io UInt32 maxSpanIndex ) | |
Boolean | NURBS_hasImplicitUniformKnots ? () |
Curves_data | clone ? () |
UInt8 | getCurveForm ? () |
UInt32 | getCurveNextPointIndex ? ( in UInt32 curvePointIndex ) |
Float32 | getNormalizedParamFromParam ? ( in Float32 param ) |
Float32 | getParamFromNormalizedParam ? ( in Float32 normalizedParam ) |
UInt32 | getPointIndex ? ( in UInt32 curvePointIndex ) |
UInt32 | getPrevCurvePointIndex ? ( in UInt32 curvePointIndex ) |
Boolean | hasExplicitKnots ? () |
Boolean | isClosed ? () |
Boolean | isOpen ? () |
Boolean | isPeriodic ? () |
Boolean | isRational ? () |
Float32 | offsetParam ? ( in Float32 param ) |
setExplicitDomainStart ! ( in Float32 param ) |
Methods in detail¶
Curves_data ( in Curves_data other )
copy constructor
Curves_data ()
Curves_data.NURBS_getUniformEvalKnots? ( in UInt32 spanIndex, io UInt32 minSpanIndex, io UInt32 maxSpanIndex )
Boolean Curves_data.NURBS_hasImplicitUniformKnots? ()
Curves_data Curves_data.clone? ()
clone method
UInt8 Curves_data.getCurveForm? ()
UInt32 Curves_data.getCurveNextPointIndex? ( in UInt32 curvePointIndex )
Float32 Curves_data.getNormalizedParamFromParam? ( in Float32 param )
Float32 Curves_data.getParamFromNormalizedParam? ( in Float32 normalizedParam )
UInt32 Curves_data.getPointIndex? ( in UInt32 curvePointIndex )
UInt32 Curves_data.getPrevCurvePointIndex? ( in UInt32 curvePointIndex )
Boolean Curves_data.hasExplicitKnots? ()
Boolean Curves_data.isClosed? ()
Boolean Curves_data.isOpen? ()
Boolean Curves_data.isPeriodic? ()
Boolean Curves_data.isRational? ()
Float32 Curves_data.offsetParam? ( in Float32 param )
Curves_data.setExplicitDomainStart! ( in Float32 param )