DatumPlaneBuilderUseArcLength Enumeration

NXOpen.Features.DatumPlaneBuilder.UseArcLength is an alias for NXOpen.Features.DatumPlaneBuilderUseArcLength

class NXOpen.Features.DatumPlaneBuilderUseArcLength

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 plane using thru three 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
ThirdPoint Only third point uses arclength
FirstAndSecondPoint Only first and second point use arclength
FirstAndThirdPoint Only first and third point use arclength
SecondAndThirdPoint Only second and third point use arclength
AllPoints All 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.