VehicleGroundEllipseElement =========================== .. py:class:: ansys.stk.core.stkobjects.VehicleGroundEllipseElement Ground ellipse. .. py:currentmodule:: VehicleGroundEllipseElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGroundEllipseElement.ellipse_name` - Get or set the name of the ground ellipse. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGroundEllipseElement.ellipse_data` - Get the ground ellipse data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGroundEllipseElement Property detail --------------- .. py:property:: ellipse_name :canonical: ansys.stk.core.stkobjects.VehicleGroundEllipseElement.ellipse_name :type: str Get or set the name of the ground ellipse. .. py:property:: ellipse_data :canonical: ansys.stk.core.stkobjects.VehicleGroundEllipseElement.ellipse_data :type: VehicleEllipseDataCollection Get the ground ellipse data.