CircleCenterlineBuilderTypes Enumeration

NXOpen.Annotations.CircleCenterlineBuilder.Types is an alias for NXOpen.Annotations.CircleCenterlineBuilderTypes

class NXOpen.Annotations.CircleCenterlineBuilderTypes

Bases: object

the valid enumeration used for the creation types, applicable only while creation Once created type centerpoint will be set for all bolt circle/circular centerline

Enum Members

Enum Member Enum Member Description
Through3Points Centerline using 3 or More Points Method
Centerpoint Centerline using Centerpoint Method
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.