NXOpen.UF.Trns.CreateCsysMappingMatrix

Trns.CreateCsysMappingMatrix()

Refer to UF_TRNS_create_csys_mapping_matrix for documentation.

Signature: CreateCsysMappingMatrix(refCsys, destCsys)

Parameters:
  • refCsys (list of float) – Real Data For Reference Coordinate System rp1[0-2] is the origin in absolute coordinates. rp1[3-8] are the X and Y vectors in absolute coordinates.
  • destCsys (list of float) – Real Data For Destination Coordinate System rp2[0-2] is the origin in absolute coordinates. rp2[3-8] are the X and Y vectors in absolute coordinates.
Returns:

A Tuple

Return type:

A tuple consisting of (matrix,status)

matrix(list of float): Resulting Matrix. This must be declared to hold 12 doubles.

status(int): Status Code 0 = Success 1 = rp1 Is Invalid 2 = rp2 Is Invalid

License requirements: None