SlidingJointCollection Class¶
-
class
NXOpen.Mechatronics.SlidingJointCollection¶ Bases:
objectRepresents a collection of Sliding Joint.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| CreateSlidingJointBuilder | Creates a NXOpen.Mechatronics.SlidingJointBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.SlidingJoint with the given name. |
Method Detail¶
CreateSlidingJointBuilder¶
-
SlidingJointCollection.CreateSlidingJointBuilder¶ Creates a
NXOpen.Mechatronics.SlidingJointBuilder.Signature
CreateSlidingJointBuilder(slide)Parameters: slide ( NXOpen.Mechatronics.SlidingJoint) –NXOpen.Mechatronics.SlidingJointto be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.SlidingJointBuilderNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
SlidingJointCollection.FindObject¶ Finds the
NXOpen.Mechatronics.SlidingJointwith 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.SlidingJoint.Returns: NXOpen.Mechatronics.SlidingJointwith this name.Return type: NXOpen.Mechatronics.SlidingJointNew in version NX7.5.1.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)