GeneralCouplerCollection Class

class NXOpen.Motion.GeneralCouplerCollection

Bases: object

Represents a collection of 2-3 joint coupler objects

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New in version NX7.5.0.

Methods

Method Description
CreateGeneralCouplerBuilder Creates a NXOpen.Motion.GeneralCouplerBuilder
FindObject Finds the NXOpen.Motion.GeneralCoupler with the given name.

Method Detail

CreateGeneralCouplerBuilder

GeneralCouplerCollection.CreateGeneralCouplerBuilder

Creates a NXOpen.Motion.GeneralCouplerBuilder

Signature CreateGeneralCouplerBuilder(gcoupler)

Parameters:gcoupler (NXOpen.Motion.GeneralCoupler) –
Returns:
Return type:NXOpen.Motion.GeneralCouplerBuilder

New in version NX7.5.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

GeneralCouplerCollection.FindObject

Finds the NXOpen.Motion.GeneralCoupler with the given name.

An exception will be thrown if no object can be found with given name.

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Motion.GeneralCoupler.
Returns:NXOpen.Motion.GeneralCoupler with this name.
Return type:NXOpen.Motion.GeneralCoupler

New in version NX7.5.0.

License requirements: mechanisms (“MECHANISMS”)