ModlMotionOptions Enumeration

NXOpen.GeometricUtilities.ModlMotion.Options is an alias for NXOpen.GeometricUtilities.ModlMotionOptions

class NXOpen.GeometricUtilities.ModlMotionOptions

Bases: object

Represents the options of Motion.

Enum Members

Enum Member Enum Member Description
AlongCurveAngle Move by AlongCurve-Angle
DistanceAngle Move by Distance-Angle
Distance Move by Distance
Angle Move by Angle
DistanceBetweenPoints Move by Distance between Points
RadialDistance Move by Radial Distance
PointToPoint Move by Point to Point
RotateByThreePoints Move by Rotate by Three Points
AlignAxisVector Move by Align Axis to Vector
CsysToCsys Move by CSYS to CSYS
Dynamic Move by Dynamic
DeltaXyz Move by delta XYZ
NotSet No move
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.