NXOpen.UF.Trns.MultiplyMatrices

Trns.MultiplyMatrices()

Refer to UF_TRNS_multiply_matrices for documentation.

Signature: MultiplyMatrices(matrix1, matrix2)

Parameters:
  • matrix1 (list of float) – Matrix Number 1. This must be a 12 element array.
  • matrix2 (list of float) – Matrix Number 2. This must be a 12 element array.
Returns:

Product Matrix. This must be a 12 element array.

Return type:

list of float

License requirements: None