VehicleImpactLocationCentric ============================ .. py:class:: ansys.stk.core.stkobjects.VehicleImpactLocationCentric Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleImpact` Class defining geocentric impact latitude, longitude and radius for a Missile. .. py:currentmodule:: VehicleImpactLocationCentric Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationCentric.latitude` - Geocentric impact latitude. Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationCentric.longitude` - Geocentric impact longitude. Uses Longitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleImpactLocationCentric.radius` - Geocentric impact radius. Uses Distance Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleImpactLocationCentric Property detail --------------- .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationCentric.latitude :type: float Geocentric impact latitude. Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationCentric.longitude :type: float Geocentric impact longitude. Uses Longitude Dimension. .. py:property:: radius :canonical: ansys.stk.core.stkobjects.VehicleImpactLocationCentric.radius :type: float Geocentric impact radius. Uses Distance Dimension.