GeneralCouplerCollection Class¶
-
class
NXOpen.Motion.GeneralCouplerCollection¶ Bases:
objectRepresents a collection of 2-3 joint coupler objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew 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.GeneralCouplerBuilderSignature
CreateGeneralCouplerBuilder(gcoupler)Parameters: gcoupler ( NXOpen.Motion.GeneralCoupler) –Returns: Return type: NXOpen.Motion.GeneralCouplerBuilderNew in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
GeneralCouplerCollection.FindObject¶ Finds the
NXOpen.Motion.GeneralCouplerwith 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.GeneralCouplerwith this name.Return type: NXOpen.Motion.GeneralCouplerNew in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)