SplinePathBuilderDefiningTypes Enumeration

NXOpen.Routing.SplinePathBuilder.DefiningTypes is an alias for NXOpen.Routing.SplinePathBuilderDefiningTypes

class NXOpen.Routing.SplinePathBuilderDefiningTypes

Bases: object

Specifies how the spline points define the shape of the spline.

Enum Members

Enum Member Enum Member Description
Unsupported The defining type is unsupported.
Interpolation The defining type represents a C1-continuous, interpolation spline.
Parametric The defining type represents a G1-continuous, parametric curve.
Bezier The defining type represents a G1-continuous, piecewise cubic Bezier.
BezierSlack The defining type represents a G1-continuous, piecewise cubic Bezier with pseudo gravity slack.
BezierMaxCurvature The defining type represents a G1-continuous, piecewise cubic Bezier with bounded maximum curvature.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.