TransformBlockBuilderTransformtype Enumeration

NXOpen.MechanicalRouting.TransformBlockBuilder.Transformtype is an alias for NXOpen.MechanicalRouting.TransformBlockBuilderTransformtype

class NXOpen.MechanicalRouting.TransformBlockBuilderTransformtype

Bases: object

Specifies the options available for transform. The available opitons are Manipulator, OrientXpress, View, Plane, Vector.

Enum Members

Enum Member Enum Member Description
NotSet
OrientXpress OrientXpress allows you to move a point constrained to a coordinate axis or plane in wcs.
Vector Vector allows you to move a point constrained to a specified direction.
View View allows you to move a point constrained to a plane, normal to the view.
Manipulator Manipulator allows you to move a point dynamically to any location in wcs.
Plane Plane allows you to move a point constrained to a specified plane.
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.