global_to_cs#

Modeler3D.global_to_cs(point, ref_cs)[source]#

Transform a point from the global coordinate system to another coordinate system.

Parameters:
pointlist

List of the [x, y, z] coordinates to transform.

ref_csstr, CoordinateSystem

Name of the destination reference system. The CoordinateSystem object can also be used.

Returns:
list

List of the transformed [x, y, z] coordinates.