RuntimeBehaviorCollection Class

class NXOpen.Mechatronics.RuntimeBehaviorCollection

Bases: object

Represents a collection of Runtime Behavior.

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

New in version NX7.5.1.

Method Detail

CreateRuntimeBehaviorBuilder

RuntimeBehaviorCollection.CreateRuntimeBehaviorBuilder

Creates a NXOpen.Mechatronics.RuntimeBehaviorBuilder.

Signature CreateRuntimeBehaviorBuilder(codeObj)

Parameters:codeObj (NXOpen.Mechatronics.RuntimeBehavior) – NXOpen.Mechatronics.RuntimeBehavior to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.RuntimeBehaviorBuilder

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

RuntimeBehaviorCollection.FindObject

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

New in version NX7.5.1.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)