RuntimeFormulaCollection Class

class NXOpen.Mechatronics.RuntimeFormulaCollection

Bases: object

Represents a collection of RuntimeFormula.

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

New in version NX8.5.0.

Method Detail

CreateRuntimeFormulaBuilder

RuntimeFormulaCollection.CreateRuntimeFormulaBuilder

Creates a NXOpen.Mechatronics.RuntimeFormulaBuilder.

Signature CreateRuntimeFormulaBuilder(formula)

Parameters:formula (NXOpen.Mechatronics.RuntimeFormula) – NXOpen.Mechatronics.RuntimeFormula to be edited, if None then create a new one
Returns:
Return type:NXOpen.Mechatronics.RuntimeFormulaBuilder

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

CreateRuntimeFormulaParameterBuilder

RuntimeFormulaCollection.CreateRuntimeFormulaParameterBuilder

Creates a NXOpen.Mechatronics.RuntimeFormulaParameterBuilder

Signature CreateRuntimeFormulaParameterBuilder(obj)

Parameters:obj (NXOpen.Mechatronics.RuntimeFormulaParameter) – NXOpen.Mechatronics.RuntimeFormulaParameter to be edited, if None then create a new one
Returns:NXOpen.Mechatronics.RuntimeFormulaParameterBuilder to be edited, if None then create a new one
Return type:NXOpen.Mechatronics.RuntimeFormulaParameterBuilder

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)

FindObject

RuntimeFormulaCollection.FindObject

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

New in version NX8.5.0.

License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)