.. vale off :class:`CoordinateSystem` ========================= .. py:class:: ansys.mechanical.stubs.v242.Ansys.ACT.Common.CoordinateSystem Bases: :py:obj:`object` CoordinateSystem class .. !! processed by numpydoc !! .. py:currentmodule:: CoordinateSystem Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~CoordinateSystemType` - Gets or sets the coordinate system type. * - :py:attr:`~Name` - Gets or sets the name of the coordinate system. * - :py:attr:`~Id` - Gets or sets the ID of the coordinate system. * - :py:attr:`~Origin` - Gets or sets the origin of the coordinate system. * - :py:attr:`~Matrix` - Gets or sets the matrix definition of the coordinate system. * - :py:attr:`~XAxis` - Gets or sets the X axis of the coordinate system. * - :py:attr:`~YAxis` - Gets or sets the Y axis of the coordinate system. * - :py:attr:`~ZAxis` - Gets or sets the Z axis of the coordinate system. Property detail --------------- .. py:property:: CoordinateSystemType :no-index: :type: Optional[Ansys.ACT.Interfaces.Analysis.CoordinateSystemTypeEnum] Gets or sets the coordinate system type. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Gets or sets the name of the coordinate system. .. !! processed by numpydoc !! .. py:property:: Id :no-index: :type: Optional[System.Int32] Gets or sets the ID of the coordinate system. .. !! processed by numpydoc !! .. py:property:: Origin :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Double]] Gets or sets the origin of the coordinate system. .. !! processed by numpydoc !! .. py:property:: Matrix :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Double]] Gets or sets the matrix definition of the coordinate system. .. !! processed by numpydoc !! .. py:property:: XAxis :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Double]] Gets or sets the X axis of the coordinate system. .. !! processed by numpydoc !! .. py:property:: YAxis :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Double]] Gets or sets the Y axis of the coordinate system. .. !! processed by numpydoc !! .. py:property:: ZAxis :no-index: :type: Optional[System.Collections.Generic.IEnumerable[System.Double]] Gets or sets the Z axis of the coordinate system. .. !! processed by numpydoc !! .. vale on