LinearSpringJointCollection Class¶
-
class
NXOpen.Mechatronics.LinearSpringJointCollection¶ Bases:
objectRepresents a collection of Linear Spring Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateLinearSpringJointBuilder | Creates a NXOpen.Mechatronics.LinearSpringJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.LinearSpringJoint with the given name. |
Method Detail¶
CreateLinearSpringJointBuilder¶
-
LinearSpringJointCollection.CreateLinearSpringJointBuilder¶ Creates a
NXOpen.Mechatronics.LinearSpringJointBuilder.Signature
CreateLinearSpringJointBuilder(linearSpringJoint)Parameters: linearSpringJoint ( NXOpen.Mechatronics.LinearSpringJoint) –NXOpen.Mechatronics.LinearSpringJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.LinearSpringJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
LinearSpringJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.LinearSpringJointwith 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.LinearSpringJoint.Returns: NXOpen.Mechatronics.LinearSpringJointwith this name.Return type: NXOpen.Mechatronics.LinearSpringJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)