HingeJointCollection Class¶
-
class
NXOpen.Mechatronics.HingeJointCollection¶ Bases:
objectRepresents a collection of Hinge Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateHingeJointBuilder | Creates a NXOpen.Mechatronics.HingeJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.HingeJoint with the given name. |
Method Detail¶
CreateHingeJointBuilder¶
-
HingeJointCollection.CreateHingeJointBuilder¶ Creates a
NXOpen.Mechatronics.HingeJointBuilder.Signature
CreateHingeJointBuilder(hinge)Parameters: hinge ( NXOpen.Mechatronics.HingeJoint) –NXOpen.Mechatronics.HingeJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.HingeJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
HingeJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.HingeJointwith 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.HingeJoint.Returns: NXOpen.Mechatronics.HingeJointwith this name.Return type: NXOpen.Mechatronics.HingeJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)