NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::NXMatrixCollection Class Reference

Represents a collection of NX Matrixes. More...

Inheritance diagram for NXOpen::NXMatrixCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::NXMatrixCreate (const NXOpen::Matrix3x3 &element)
 Creates an NXMatrix. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::NXMatrixFindObject (const NXString &sid)
 Finds an NXMatrix with the given identifier as recorded in a journal. More...
 
NXOpen::NXMatrixFindObject (const char *sid)
 Finds an NXMatrix with the given identifier as recorded in a journal. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NX Matrixes.


To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX3.0.0.

Member Function Documentation

iterator NXOpen::NXMatrixCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::NXMatrix* NXOpen::NXMatrixCollection::Create ( const NXOpen::Matrix3x3 element)

Creates an NXMatrix.

Returns
The new NXMatrix
Created in NX3.0.0.

License requirements : None
Parameters
elementOrientation 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)

Finds an NXMatrix with the given identifier as recorded in a journal.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
sidJournal identifier of the NXMatrix
NXOpen::NXMatrix* NXOpen::NXMatrixCollection::FindObject ( const char *  sid)

Finds an NXMatrix with the given identifier as recorded in a journal.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
sidJournal identifier of the NXMatrix
tag_t NXOpen::NXMatrixCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.