NXOpen.UF.Csys.MapPoint

Csys.MapPoint()

Refer to UF_CSYS_map_point for documentation.

Signature: MapPoint(inputCsys, inputPoint, outputCsys)

Parameters:
  • inputCsys (int) – CSYS of point to be mapped which can be: UF_CSYS_ROOT_COORDS ( Coordinate space of the root part which is the whole part being displayed), UF_CSYS_WORK_COORDS ( Coordinate space of the work part), UF_CSYS_ROOT_WCS_COORDS ( Root WCS)
  • inputPoint (list of float) – The point (xyz) to be mapped.
  • outputCsys (int) – CSYS to be mapped to
Returns:

The resultant point (xyz) of the mapping

Return type:

list of float

License requirements: None