Matrix3x3 Struct

class NXOpen.Matrix3x3

Bases: object

Represents a 3 x 3 matrix

New in version NX3.0.0.

. Constructor: NXOpen.Matrix3x3()

Fields

Field Description
Xx  
Xy  
Xz  
Yx  
Yy  
Yz  
Zx  
Zy  
Zz  

Xx

Matrix3x3.Xx

-------------------------------------

Field Value Type:float

Xy

Matrix3x3.Xy

-------------------------------------

Field Value Type:float

Xz

Matrix3x3.Xz

-------------------------------------

Field Value Type:float

Yx

Matrix3x3.Yx

-------------------------------------

Field Value Type:float

Yy

Matrix3x3.Yy

-------------------------------------

Field Value Type:float

Yz

Matrix3x3.Yz

-------------------------------------

Field Value Type:float

Zx

Matrix3x3.Zx

-------------------------------------

Field Value Type:float

Zy

Matrix3x3.Zy

-------------------------------------

Field Value Type:float

Zz

Matrix3x3.Zz

-------------------------------------

Field Value Type:float