AdapterFormulaCollection Class¶
-
class
NXOpen.Mechatronics.AdapterFormulaCollection¶ Bases:
objectRepresents a collection of Adapter Formula.
To obtain an instance of this class, refer to
NXOpen.Mechatronics.PhysicsManagerNew in version NX8.5.0.
Methods¶
| Method | Description |
|---|---|
| CreateAdapterFormulaBuilder | Creates a NXOpen.Mechatronics.AdapterFormulaBuilder. |
| FindObject | Finds the NXOpen.Mechatronics.AdapterFormula with the given name. |
Method Detail¶
CreateAdapterFormulaBuilder¶
-
AdapterFormulaCollection.CreateAdapterFormulaBuilder¶ Creates a
NXOpen.Mechatronics.AdapterFormulaBuilder.Signature
CreateAdapterFormulaBuilder(object)Parameters: object ( NXOpen.Mechatronics.AdapterFormula) –NXOpen.Mechatronics.AdapterFormulato be edited, if None then create a new oneReturns: Return type: NXOpen.Mechatronics.AdapterFormulaBuilderNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
FindObject¶
-
AdapterFormulaCollection.FindObject¶ Finds the
NXOpen.Mechatronics.AdapterFormulawith 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.AdapterFormula.Returns: NXOpen.Mechatronics.AdapterFormulawith this name.Return type: NXOpen.Mechatronics.AdapterFormulaNew in version NX8.5.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)