.. _group__a3d__ricoordinatesystem:

#####################################
Coordinate System Representation Item
#####################################

An axis system. 

An :c:type:`~A3DRiCoordinateSystem` is an :c:type:`~A3DRiRepresentationItem` that specifies a coordinate system. The :c:struct:`~A3DRiCoordinateSystemData` structure contains an :c:type:`~A3DMiscCartesianTransformation` axis system. This axis system owns the geometric data: there is no particular geometry attached, and the user is responsible for representation.


   An :c:type:`~A3DRiCoordinateSystem` is an :c:type:`~A3DRiRepresentationItem` and not an :c:type:`~A3DMiscCartesianTransformation`\ . Being a representation item, a coordinate system can own a local coordinate system (on the RI level), which can also own a local coordinate system, and so on... 


**Returns**


   ``A3D_SUCCESS`` on success, or an error code on failure


.. rst-class:: kind-group kind-record

.. rubric:: Structures
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:struct:`~A3DRiCoordinateSystemData`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DRiCoordinateSystemGet`
* :c:func:`~A3DRiCoordinateSystemCreate`
* :c:func:`~A3DRiCoordinateSystemEdit`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DRiCoordinateSystemData
   ../functions/A3DRiCoordinateSystemGet
   ../functions/A3DRiCoordinateSystemCreate
   ../functions/A3DRiCoordinateSystemEdit


