MotionProfileCollection Class

class NXOpen.Mechatronics.MotionProfileCollection

Bases: object

Represents a collection of Motion Profile.

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

New in version NX7.5.1.

Methods

Method Description
CreateMotionProfileBuilder Creates a NXOpen.Mechatronics.MotionProfileBuilder.
FindObject Finds the NXOpen.Mechatronics.MotionProfile with the given name.

Method Detail

CreateMotionProfileBuilder

MotionProfileCollection.CreateMotionProfileBuilder

Creates a NXOpen.Mechatronics.MotionProfileBuilder.

Signature CreateMotionProfileBuilder(functionTable)

Parameters:functionTable (NXOpen.Mechatronics.MotionProfile) – NXOpen.Mechatronics.MotionProfile to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.MotionProfileBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

MotionProfileCollection.FindObject

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

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)