NX Open C++ Reference Guide
|
Represents a collection of response analysis strain gage
To obtain an instance of this class, refer to CAE::ResponseSimulation::Manager
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::ResponseSimulation::StrainGageBuilder * | CreateStrainGageBuilder (NXOpen::CAE::ResponseSimulation::StrainGage *strainGage) |
Creates a strain gage buider. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::ResponseSimulation::StrainGage * | FindObject (const NXString &name) |
Finds an strain gage with specified gage name. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of response analysis strain gage
To obtain an instance of this class, refer to CAE::ResponseSimulation::Manager
Returns an iterator addressing the first element.
NXOpen::CAE::ResponseSimulation::StrainGageBuilder* NXOpen::CAE::ResponseSimulation::StrainGageCollection::CreateStrainGageBuilder | ( | NXOpen::CAE::ResponseSimulation::StrainGage * | strainGage | ) |
Creates a strain gage buider.
strainGage | strain gage |
Returns an iterator addressing one past the last element.
NXOpen::CAE::ResponseSimulation::StrainGage* NXOpen::CAE::ResponseSimulation::StrainGageCollection::FindObject | ( | const NXString & | name | ) |
Finds an strain gage with specified gage name.
name | name |
tag_t NXOpen::CAE::ResponseSimulation::StrainGageCollection::Tag | ( | ) | const |
Returns the tag of this object.