|
NX Open C++ Reference Guide
|
Represents a collection of function objects
To obtain an instance of this class, refer to BasePart
Created in NX5.0.0.
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::CAE::Function * | Copy (NXOpen::CAE::Function *sourceFunction, const NXString &destinationFunctionName) |
| Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. | |
| NXOpen::CAE::Function * | Copy (NXOpen::CAE::Function *sourceFunction, const char *destinationFunctionName) |
| Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. | |
| NXOpen::CAE::FunctionBuilder * | CreateFunctionBuilder (NXOpen::CAE::Function *function) |
| Return CAE::FunctionBuilder object. | |
| void | Delete (NXOpen::CAE::Function *deleteFunction) |
| Delete a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::CAE::Function * | FindObject (const NXString &name) |
| Finds the CAE::Function with the given name. | |
| NXOpen::CAE::Function * | FindObject (const char *name) |
| Finds the CAE::Function with the given name. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of function objects
To obtain an instance of this class, refer to BasePart
Created in NX5.0.0.
| iterator NXOpen::CAE::FunctionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::Copy | ( | NXOpen::CAE::Function * | sourceFunction, |
| const NXString & | destinationFunctionName | ||
| ) |
Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.
| sourceFunction | source function |
| destinationFunctionName | NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::Copy | ( | NXOpen::CAE::Function * | sourceFunction, |
| const char * | destinationFunctionName | ||
| ) |
Copies a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.
| sourceFunction | source function |
| destinationFunctionName | NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAE::FunctionBuilder* NXOpen::CAE::FunctionCollection::CreateFunctionBuilder | ( | NXOpen::CAE::Function * | function | ) |
Return CAE::FunctionBuilder object.
| function | function |
| void NXOpen::CAE::FunctionCollection::Delete | ( | NXOpen::CAE::Function * | deleteFunction | ) |
Delete a CAE::Function in the Scenario database of Motion Simulation and Advanced Simulation.
Created in NX6.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| deleteFunction | the function to be deleted |
| iterator NXOpen::CAE::FunctionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::FindObject | ( | const NXString & | name | ) |
Finds the CAE::Function with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| name | name |
| NXOpen::CAE::Function* NXOpen::CAE::FunctionCollection::FindObject | ( | const char * | name | ) |
Finds the CAE::Function with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX5.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| name | name |
| tag_t NXOpen::CAE::FunctionCollection::Tag | ( | ) | const |
Returns the tag of this object.