NXMatrixCollection Class

class NXOpen.NXMatrixCollection

Bases: object

Represents a collection of NX Matrixes.

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

New in version NX3.0.0.

Methods

Method Description
Create Creates an NXMatrix
FindObject Finds an NXMatrix with the given identifier as recorded in a journal

Method Detail

Create

NXMatrixCollection.Create

Creates an NXMatrix

Signature Create(element)

Parameters:element (NXOpen.Matrix3x3) – Orientation relative to the absolute coordinate system of the owning part. Must be orthonormal. MathUtils.Orthonormalize() can be used to make a matrix orthonormal.
Returns:The new NXMatrix
Return type:NXOpen.NXMatrix

New in version NX3.0.0.

License requirements: None.

FindObject

NXMatrixCollection.FindObject

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

Signature FindObject(sid)

Parameters:sid (str) – Journal identifier of the NXMatrix
Returns:
Return type:NXOpen.NXMatrix

New in version NX3.0.0.

License requirements: None.