LinkCouplerCollection Class¶
-
class
NXOpen.Motion.LinkCouplerCollection¶ Bases:
objectRepresents a collection of LinkCoupler objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew 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.LinkCouplerBuilderSignature
CreateLinkCouplerBuilder(linkCoupler)Parameters: linkCoupler ( NXOpen.Motion.LinkCoupler) –Returns: Return type: NXOpen.Motion.LinkCouplerBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
LinkCouplerCollection.FindObject¶ Finds the
NXOpen.Motion.LinkCouplerwith 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.LinkCouplerwith this name.Return type: NXOpen.Motion.LinkCouplerNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)