DatumAxisBuilderTypes Enumeration

NXOpen.Features.DatumAxisBuilder.Types is an alias for NXOpen.Features.DatumAxisBuilderTypes

class NXOpen.Features.DatumAxisBuilderTypes

Bases: object

New Datum Axis types in NX5

Enum Members

Enum Member Enum Member Description
Inferred Inferred
Intersection Datum axis at the intersection of objects
CurveOrFaceAxis Datum axis at the curve or face axis
OnCurveVector Datum axis at vector on curve
XcAxis Datum axis thru X axis
YcAxis Datum axis thru Y axis
ZcAxis Datum axis thru Z axis
PointAndDir Datum axis thru a point and parallel or perpendicular to direction
TwoPoints Datum axis thru two point
Fixed Indicate the datum axis is fixed
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.