VehicleGraphics3DRoute ====================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DRoute VehicleGraphics3DRoute2 Class. .. py:currentmodule:: VehicleGraphics3DRoute Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DRoute.inherit_track_data_from_2d` - Opt whether to inherit from 2D route graphics. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DRoute.track_data` - Get the leading/trailing route data. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DRoute.waypoint_markers` - Get the waypoint markers data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DRoute Property detail --------------- .. py:property:: inherit_track_data_from_2d :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DRoute.inherit_track_data_from_2d :type: bool Opt whether to inherit from 2D route graphics. .. py:property:: track_data :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DRoute.track_data :type: VehicleGraphics3DLeadTrailData Get the leading/trailing route data. .. py:property:: waypoint_markers :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DRoute.waypoint_markers :type: VehicleGraphics3DWaypointMarkersCollection Get the waypoint markers data.