Methods ΒΆ
curveType
: hapi.curveType
Property
The desired curve type of the curve Note that this is NOT necessarily equal to the value in hapi.CurveInfo in the case of curve refinement
order
: int
Property
The desired order for your input curve This is your desired order, which may differ from hapi.CurveInfo as it will do range checks and adjust the actual order accordingly
closed
: bool
Property
Whether or not the curve is closed May differ from hapi.CurveInfo.isPeriodic depending on the curveType (e.g. A NURBs curve is never technically closed according to hapi.CurveInfo
reverse
: bool
Property
Whether or not to reverse the curve input