NXMatrixCollection Class¶
-
class
NXOpen.NXMatrixCollection¶ Bases:
objectRepresents a collection of NX Matrixes.
To obtain an instance of this class, refer to
NXOpen.BasePartNew 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.NXMatrixNew 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.NXMatrixNew in version NX3.0.0.
License requirements: None.