InspectionAlignmentAssistantBuilderAlignType Enumeration

NXOpen.CAM.InspectionAlignmentAssistantBuilder.AlignType is an alias for NXOpen.CAM.InspectionAlignmentAssistantBuilderAlignType

class NXOpen.CAM.InspectionAlignmentAssistantBuilderAlignType

Bases: object

Alignment type

Enum Members

Enum Member Enum Member Description
PlanePlanePlane
Plane, Plane, Plane alignment type
PlaneLinePoint
Plane, Line, Point alignment type
PlaneCylinderCylinder
Plane, Cylinder, Cylinder alignment type
PlaneBoltHoleCircle
Plane, Bolt Hole Circle alignment type
CylinderPlanePlane
Cylinder, Plane, Plane alignment type
CylinderPlanePoint
Cylinder, Plane, Point alignment type
CylinderPlaneCylinder
Cylinder, Plane, Cylinder alignment type
SixPointNest
Six Point Nest alignment type
SPFTolerance
SPF Tolerance alignment type
Rps
RPS alignment 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.