NX Open C++ Reference Guide
|
Represents a collection of NX Matrixes. 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::NXMatrix * | Create (const NXOpen::Matrix3x3 &element) |
Creates an NXMatrix. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::NXMatrix * | FindObject (const NXString &sid) |
Finds an NXMatrix with the given identifier as recorded in a journal. | |
NXOpen::NXMatrix * | FindObject (const char *sid) |
Finds an NXMatrix with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of NX Matrixes.
To obtain an instance of this class, refer to BasePart
Created in NX3.0.0.
iterator NXOpen::NXMatrixCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::NXMatrix* NXOpen::NXMatrixCollection::Create | ( | const NXOpen::Matrix3x3 & | element | ) |
Creates an NXMatrix.
@return The new NXMatrix
Created in NX3.0.0.
License requirements : None
element | Orientation relative to the absolute coordinate system of the owning part. Must be orthonormal. MathUtils::Orthonormalize can be used to make a matrix orthonormal. |
iterator NXOpen::NXMatrixCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::NXMatrix* NXOpen::NXMatrixCollection::FindObject | ( | const NXString & | sid | ) |
NXOpen::NXMatrix* NXOpen::NXMatrixCollection::FindObject | ( | const char * | sid | ) |
tag_t NXOpen::NXMatrixCollection::Tag | ( | ) | const |
Returns the tag of this object.