MarkerMarkerType Enumeration

NXOpen.Motion.Marker.MarkerType is an alias for NXOpen.Motion.MarkerMarkerType

class NXOpen.Motion.MarkerMarkerType

Bases: object

Marker subtype

Enum Members

Enum Member Enum Member Description
Undefined
Inertia Defines the center of inertia for a link. It will be automatically created for a link.
UserDefined User created marker. It can be attached to any motion object.
CenterOfMass Defines the center of mass for a link. It will be automatically created for a link.
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.