global_to_cs# Modeler2D.global_to_cs(point: list, coordinate_system: str | 'CoordinateSystem') → list# 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.