LinkCouplerCollection Class

class NXOpen.Motion.LinkCouplerCollection

Bases: object

Represents a collection of LinkCoupler objects

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

New in version NX12.0.0.

Methods

Method Description
CreateLinkCouplerBuilder Creates a NXOpen.Motion.LinkCouplerBuilder
FindObject Finds the NXOpen.Motion.LinkCoupler with the given name.

Method Detail

CreateLinkCouplerBuilder

LinkCouplerCollection.CreateLinkCouplerBuilder

Creates a NXOpen.Motion.LinkCouplerBuilder

Signature CreateLinkCouplerBuilder(linkCoupler)

Parameters:linkCoupler (NXOpen.Motion.LinkCoupler) –
Returns:
Return type:NXOpen.Motion.LinkCouplerBuilder

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

LinkCouplerCollection.FindObject

Finds the NXOpen.Motion.LinkCoupler 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.LinkCoupler.
Returns:NXOpen.Motion.LinkCoupler with this name.
Return type:NXOpen.Motion.LinkCoupler

New in version NX12.0.0.

License requirements: mechanisms (“MECHANISMS”)