DatumAxisBuilderUseArcLength Enumeration

NXOpen.Features.DatumAxisBuilder.UseArcLength is an alias for NXOpen.Features.DatumAxisBuilderUseArcLength

class NXOpen.Features.DatumAxisBuilderUseArcLength

Bases: object

Specifies points for which arclength is to be used. Percentage of arclength is used for points for which arclength option is not selected. Specified for creation of datum axis using thru two points method.

Enum Members

Enum Member Enum Member Description
NoPoint All points use percentage of arclength
FirstPoint Only first point uses arclength
SecondPoint Only second point uses arclength
AllPoints Both points use arclength
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.