CouplerCollection Class¶
-
class
NXOpen.Motion.CouplerCollection¶ Bases:
objectRepresents a collection of motion couplers
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateCouplerCableBuilder | Creates the builder object of NXOpen.Motion.CouplerCable object |
| CreateCouplerGearBuilder | Creates the builder object of NXOpen.Motion.CouplerGear object |
| CreateCouplerRckpnBuilder | Creates the builder object of NXOpen.Motion.CouplerRckpn object |
| FindObject | Finds a coupler with the given name. |
Method Detail¶
CreateCouplerCableBuilder¶
-
CouplerCollection.CreateCouplerCableBuilder¶ Creates the builder object of
NXOpen.Motion.CouplerCableobjectSignature
CreateCouplerCableBuilder(coupler)Parameters: coupler ( NXOpen.Motion.CouplerCable) –Returns: Return type: NXOpen.Motion.CouplerCableBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateCouplerGearBuilder¶
-
CouplerCollection.CreateCouplerGearBuilder¶ Creates the builder object of
NXOpen.Motion.CouplerGearobjectSignature
CreateCouplerGearBuilder(coupler)Parameters: coupler ( NXOpen.Motion.CouplerGear) –Returns: Return type: NXOpen.Motion.CouplerGearBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
CreateCouplerRckpnBuilder¶
-
CouplerCollection.CreateCouplerRckpnBuilder¶ Creates the builder object of
NXOpen.Motion.CouplerRckpnobjectSignature
CreateCouplerRckpnBuilder(coupler)Parameters: coupler ( NXOpen.Motion.CouplerRckpn) –Returns: Return type: NXOpen.Motion.CouplerRckpnBuilderNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
CouplerCollection.FindObject¶ Finds a coupler 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 Motion.Coupler.Returns: Motion.Couplerwith this name.Return type: NXOpen.Motion.CouplerNew in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)