reference_cs_to_global#

Modeler3D.reference_cs_to_global(coordinate_system)#

Get the origin and quaternion defining the coordinate system in the global coordinates.

Parameters:
coordinate_systemstr, CoordinateSystem

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

Returns:
tuple

List of the [x, y, z] coordinates of the origin and the quaternion defining the coordinate system in the global coordinates.