SlidingJointCollection Class

class NXOpen.Mechatronics.SlidingJointCollection

Bases: object

Represents a collection of Sliding Joint.

To obtain an instance of this class, refer to NXOpen.Mechatronics.PhysicsManager

New 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.SlidingJoint to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.SlidingJointBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

SlidingJointCollection.FindObject

Finds the NXOpen.Mechatronics.SlidingJoint with 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.SlidingJoint with this name.
Return type:NXOpen.Mechatronics.SlidingJoint

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)