MotionObjectGroupType Enumeration

NXOpen.Motion.MotionObject.GroupType is an alias for NXOpen.Motion.MotionObjectGroupType

class NXOpen.Motion.MotionObjectGroupType

Bases: object

The group type attribute is used for import subassembly functionality. When import subassembly’s mechanism, there will be a group node on the navigator, the motion objects which are automatically created by import subassembly’s mechanism functionality will all appear under the group node. In this suitation, the motion objects’ group type is Motion.MotionObjectGroupType.Import. The group name attribute is for the name of group node.

Otherwise, the motion object (for instance a link) which is created by manual (by NX link UI) will appear without under any import group node. In this suitation, the motion object’s group type is Motion.MotionObjectGroupType.None. The group name is None

Enum Members

Enum Member Enum Member Description
NotSet Motion object dose not belong to any motion group
Import Motion object belongs to motion import group
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.