FixedJointCollection Class¶
-
class
NXOpen.Mechatronics.FixedJointCollection¶ Bases:
objectRepresents a collection of Fixed Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateFixedJointBuilder | Creates a NXOpen.Mechatronics.FixedJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.FixedJoint with the given name. |
Method Detail¶
CreateFixedJointBuilder¶
-
FixedJointCollection.CreateFixedJointBuilder¶ Creates a
NXOpen.Mechatronics.FixedJointBuilder.Signature
CreateFixedJointBuilder(slide)Parameters: slide ( NXOpen.Mechatronics.FixedJoint) –NXOpen.Mechatronics.FixedJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.FixedJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
FixedJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.FixedJointwith 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.FixedJoint.Returns: NXOpen.Mechatronics.FixedJointwith this name.Return type: NXOpen.Mechatronics.FixedJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)