VehicleGraphics3DTrajectoryProximity ==================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics3DProximity` VehicleGraphics3DTrajectoryProximity Class. .. py:currentmodule:: VehicleGraphics3DTrajectoryProximity Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.control_box` - Get the control box parameters. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.bearing_box` - Get the bearing box parameters. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.bearing_ellipse` - Get the bearing ellipse parameters. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.line_of_bearing` - Get the line of bearing parameters. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.uncertainty_area_label_swap_distance` - Area of uncertainty label swap distance. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.ellipsoid` - Define the ellipsoid parameters. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DTrajectoryProximity Property detail --------------- .. py:property:: control_box :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.control_box :type: VehicleGraphics3DControlBox Get the control box parameters. .. py:property:: bearing_box :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.bearing_box :type: VehicleGraphics3DBearingBox Get the bearing box parameters. .. py:property:: bearing_ellipse :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.bearing_ellipse :type: VehicleGraphics3DBearingEllipse Get the bearing ellipse parameters. .. py:property:: line_of_bearing :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.line_of_bearing :type: VehicleGraphics3DLineOfBearing Get the line of bearing parameters. .. py:property:: uncertainty_area_label_swap_distance :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.uncertainty_area_label_swap_distance :type: Graphics3DLabelSwapDistance Area of uncertainty label swap distance. .. py:property:: ellipsoid :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryProximity.ellipsoid :type: VehicleGraphics3DEllipsoid Define the ellipsoid parameters.