LinearLimitJointCollection Class

class NXOpen.Mechatronics.LinearLimitJointCollection

Bases: object

Represents a collection of Linear Limit Joint.

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

New in version NX7.5.1.

Method Detail

CreateLinearLimitJointBuilder

LinearLimitJointCollection.CreateLinearLimitJointBuilder

Creates a NXOpen.Mechatronics.LinearLimitJointBuilder.

Signature CreateLinearLimitJointBuilder(linearLimit)

Parameters:linearLimit (NXOpen.Mechatronics.LinearLimitJoint) – NXOpen.Mechatronics.LinearLimitJoint to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.LinearLimitJointBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

LinearLimitJointCollection.FindObject

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

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)