AngularLimitJointCollection Class

class NXOpen.Mechatronics.AngularLimitJointCollection

Bases: object

Represents a collection of Angular Limit Joint.

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

New in version NX7.5.1.

Method Detail

CreateAngularLimitJointBuilder

AngularLimitJointCollection.CreateAngularLimitJointBuilder

Creates a NXOpen.Mechatronics.AngularLimitJointBuilder.

Signature CreateAngularLimitJointBuilder(angularLimit)

Parameters:angularLimit (NXOpen.Mechatronics.AngularLimitJoint) – NXOpen.Mechatronics.AngularLimitJoint to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.AngularLimitJointBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

AngularLimitJointCollection.FindObject

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

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)