global_to_cs# Modeler3D.global_to_cs(point, coordinate_system)[source]# Transform a point from the global coordinate system to another coordinate system. Parameters: pointlistList of the [x, y, z] coordinates to transform. coordinate_systemstr, CoordinateSystemName of the destination reference system. The CoordinateSystem object can also be used. Returns: listList of the transformed [x, y, z] coordinates.