SpeedControlCollection Class

class NXOpen.Mechatronics.SpeedControlCollection

Bases: object

Represents a collection of Speed Constraint.

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

New in version NX7.5.1.

Methods

Method Description
CreateSpeedControlBuilder Creates a NXOpen.Mechatronics.SpeedControlBuilder.
FindObject Finds the NXOpen.Mechatronics.SpeedControl with the given name.

Method Detail

CreateSpeedControlBuilder

SpeedControlCollection.CreateSpeedControlBuilder

Creates a NXOpen.Mechatronics.SpeedControlBuilder.

Signature CreateSpeedControlBuilder(speedControl)

Parameters:speedControl (NXOpen.Mechatronics.SpeedControl) – NXOpen.Mechatronics.SpeedControl to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.SpeedControlBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

SpeedControlCollection.FindObject

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

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)