CommRadCartesianLocation ======================== .. py:class:: ansys.stk.core.stkobjects.CommRadCartesianLocation Class defining a location. .. py:currentmodule:: CommRadCartesianLocation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.CommRadCartesianLocation.x` - Get or set the X value. * - :py:attr:`~ansys.stk.core.stkobjects.CommRadCartesianLocation.y` - Get or set the Y value. * - :py:attr:`~ansys.stk.core.stkobjects.CommRadCartesianLocation.z` - Get or set the Z value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import CommRadCartesianLocation Property detail --------------- .. py:property:: x :canonical: ansys.stk.core.stkobjects.CommRadCartesianLocation.x :type: None Get or set the X value. .. py:property:: y :canonical: ansys.stk.core.stkobjects.CommRadCartesianLocation.y :type: None Get or set the Y value. .. py:property:: z :canonical: ansys.stk.core.stkobjects.CommRadCartesianLocation.z :type: None Get or set the Z value.