NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::NXMatrixCollection Class Reference

Represents a collection of NX Matrixes. More...

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

List of all members.

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::NXMatrixCreate (const NXOpen::Matrix3x3 &element)
 Creates an NXMatrix.
iterator end ()
 Returns an iterator addressing one past the last element.
NXOpen::NXMatrixFindObject (const NXString &sid)
 Finds an NXMatrix with the given identifier as recorded in a journal.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of NX Matrixes.


To obtain an instance of this class, refer to BasePart

Created in NX3.0.0.


Member Function Documentation

Returns an iterator addressing the first 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.

Returns an iterator addressing one past the last element.

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

Returns the tag of this object.


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