ThreeJointCouplerCollection Class¶
-
class
NXOpen.Mechatronics.ThreeJointCouplerCollection¶ Bases:
objectRepresents a collection of ThreeJointCouplers.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateThreeJointCouplerBuilder | Creates a NXOpen.Mechatronics.ThreeJointCouplerBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.ThreeJointCoupler with the given name. |
Method Detail¶
CreateThreeJointCouplerBuilder¶
-
ThreeJointCouplerCollection.CreateThreeJointCouplerBuilder¶ Creates a
NXOpen.Mechatronics.ThreeJointCouplerBuilder.Signature
CreateThreeJointCouplerBuilder(threeJointCouplerConstraint)Parameters: threeJointCouplerConstraint ( NXOpen.Mechatronics.ThreeJointCoupler) –NXOpen.Mechatronics.ThreeJointCouplerto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.ThreeJointCouplerBuilderNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
ThreeJointCouplerCollection.FindObject¶ Finds the
NXOpen.Mechatronics.ThreeJointCouplerwith 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.Mechatronics.ThreeJointCoupler.Returns: NXOpen.Mechatronics.ThreeJointCouplerwith this name.Return type: NXOpen.Mechatronics.ThreeJointCouplerNew in version NX12.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)