NX Open C++ Reference Guide
|
Represents a collection of Adapter Formula. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Mechatronics::AdapterFormulaBuilder * | CreateAdapterFormulaBuilder (NXOpen::Mechatronics::AdapterFormula *object) |
Creates a Mechatronics::AdapterFormulaBuilder . | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Mechatronics::AdapterFormula * | FindObject (const NXString &name) |
Finds the Mechatronics::AdapterFormula with the given name. | |
NXOpen::Mechatronics::AdapterFormula * | FindObject (const char *name) |
Finds the Mechatronics::AdapterFormula with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Adapter Formula.
To obtain an instance of this class, refer to Mechatronics::PhysicsManager
Created in NX8.5.0.
iterator NXOpen::Mechatronics::AdapterFormulaCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Mechatronics::AdapterFormulaBuilder* NXOpen::Mechatronics::AdapterFormulaCollection::CreateAdapterFormulaBuilder | ( | NXOpen::Mechatronics::AdapterFormula * | object | ) |
Creates a Mechatronics::AdapterFormulaBuilder .
object | Mechatronics::AdapterFormula to be edited, if NULL then create a new one |
iterator NXOpen::Mechatronics::AdapterFormulaCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Mechatronics::AdapterFormula* NXOpen::Mechatronics::AdapterFormulaCollection::FindObject | ( | const NXString & | name | ) |
Finds the Mechatronics::AdapterFormula with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::AdapterFormula Mechatronics::AdapterFormula @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::AdapterFormula . |
NXOpen::Mechatronics::AdapterFormula* NXOpen::Mechatronics::AdapterFormulaCollection::FindObject | ( | const char * | name | ) |
Finds the Mechatronics::AdapterFormula with the given name.
An exception will be thrown if no object can be found with given name. @return @link Mechatronics::AdapterFormula Mechatronics::AdapterFormula @endlink with this name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | The name of the Mechatronics::AdapterFormula . |
tag_t NXOpen::Mechatronics::AdapterFormulaCollection::Tag | ( | ) | const |
Returns the tag of this object.