NX Open C++ Reference Guide
|
Represents an NX matrix. More...
Public Member Functions | |
NXOpen::Matrix3x3 | Element () |
Returns the orientation matrix of the coordinate system relative to the absolute coordinate system of the owning part Created in NX3.0.0. |
Represents an NX matrix.
An NX matrix is a 3 x 3 matrix whose matrix elements do not change once the matrix is created. NX Matrices are used in numerous methods that require an orientation matrix (for example, methods to create a two dimensional curve). An NX matrix can be used more than once in creation methods or other methods.
To create a new instance of this class, use NXMatrixCollection::Create
Created in NX3.0.0.
Returns the orientation matrix of the coordinate system relative to the absolute coordinate system of the owning part
Created in NX3.0.0.
License requirements : None