VehicleTargetPointingElement ============================ .. py:class:: ansys.stk.core.stkobjects.VehicleTargetPointingElement Target pointing data for target pointing attitude. .. py:currentmodule:: VehicleTargetPointingElement Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.reset_constrained_vector_reference` - Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.target` - Get a reference to the targeted object. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.aligned_vector` - Get the aligned vector. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.constrained_vector` - Get the constrained vector. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.constrained_vector_reference` - Get or set the reference for the constrained vector. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.available_constrained_vectors` - Return the available constrained vectors. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.latitude` - Get the LLA position's latitude. Uses Latitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.longitude` - Get the LLA position's longitude. Uses Longitude Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.altitude` - Get the LLA position's altitude. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleTargetPointingElement.intervals` - Return a list of scheduled time intervals for the current target. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleTargetPointingElement Property detail --------------- .. py:property:: target :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.target :type: LinkToObject Get a reference to the targeted object. .. py:property:: aligned_vector :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.aligned_vector :type: IDirection Get the aligned vector. .. py:property:: constrained_vector :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.constrained_vector :type: IDirection Get the constrained vector. .. py:property:: constrained_vector_reference :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.constrained_vector_reference :type: str Get or set the reference for the constrained vector. .. py:property:: available_constrained_vectors :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.available_constrained_vectors :type: list Return the available constrained vectors. .. py:property:: latitude :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.latitude :type: float Get the LLA position's latitude. Uses Latitude Dimension. .. py:property:: longitude :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.longitude :type: float Get the LLA position's longitude. Uses Longitude Dimension. .. py:property:: altitude :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.altitude :type: float Get the LLA position's altitude. Uses Distance Dimension. .. py:property:: intervals :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.intervals :type: VehicleTargetPointingIntervalCollection Return a list of scheduled time intervals for the current target. Method detail ------------- .. py:method:: reset_constrained_vector_reference(self) -> bool :canonical: ansys.stk.core.stkobjects.VehicleTargetPointingElement.reset_constrained_vector_reference Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false. :Returns: :obj:`~bool`