InspectionAlignmentAssistantBuilderFeatureType Enumeration

NXOpen.CAM.InspectionAlignmentAssistantBuilder.FeatureType is an alias for NXOpen.CAM.InspectionAlignmentAssistantBuilderFeatureType

class NXOpen.CAM.InspectionAlignmentAssistantBuilderFeatureType

Bases: object

Alignment feature type

Enum Members

Enum Member Enum Member Description
Plane Plane alignment feature type
BestFitPlane Best Fit Plane alignment feature type
OffsetPlane Offset Plane alignment feature type
MidPlane Mid Plane alignment feature type
Cylinder Cylinder alignment feature type
BestFitCylinder Best Fit Cylinder alignment feature type
Line Line alignment feature type
BestFitLine Best Fit Line alignment feature type
IntersectLine Intersect Line alignment feature type
Circle Circle alignment feature type
BestFitCircle Best Fit Circle alignment feature type
Point Point alignment feature type
BestFitPoint Best Fot Point alignment feature type
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.