NXOpen.UF.Mtx4.CsysToCsys

Mtx4.CsysToCsys()

Refer to UF_MTX4_csys_to_csys for documentation.

Signature: CsysToCsys(fromOrigin, fromXAxis, fromYAxis, toOrigin, toXAxis, toYAxis)

Parameters:
  • fromOrigin (list of float) – origin of csys to map from
  • fromXAxis (list of float) – x axis of csys to map from
  • fromYAxis (list of float) – y axis of csys to map from
  • toOrigin (list of float) – origin of csys to map to
  • toXAxis (list of float) – x axis of csys to map to
  • toYAxis (list of float) – y axis of csys to map to
Returns:

Returned matrix that can be used to tranform objects

Return type:

list of float

License requirements: None