VehicleTargetPointingElement#

class ansys.stk.core.stkobjects.VehicleTargetPointingElement#

Target pointing data for target pointing attitude.

Overview#

reset_constrained_vector_reference

Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false.

aligned_vector

Get the aligned vector.

altitude

Get the LLA position’s altitude. Uses Distance Dimension.

available_constrained_vectors

Return the available constrained vectors.

constrained_vector

Get the constrained vector.

constrained_vector_reference

Get or set the reference for the constrained vector.

intervals

Return a list of scheduled time intervals for the current target.

latitude

Get the LLA position’s latitude. Uses Latitude Dimension.

longitude

Get the LLA position’s longitude. Uses Longitude Dimension.

target

Get a reference to the targeted object.

Import detail#

from ansys.stk.core.stkobjects import VehicleTargetPointingElement

Property detail#

property VehicleTargetPointingElement.aligned_vector: IDirection#

Get the aligned vector.

property VehicleTargetPointingElement.altitude: float#

Get the LLA position’s altitude. Uses Distance Dimension.

property VehicleTargetPointingElement.available_constrained_vectors: list#

Return the available constrained vectors.

property VehicleTargetPointingElement.constrained_vector: IDirection#

Get the constrained vector.

property VehicleTargetPointingElement.constrained_vector_reference: str#

Get or set the reference for the constrained vector.

property VehicleTargetPointingElement.intervals: VehicleTargetPointingIntervalCollection#

Return a list of scheduled time intervals for the current target.

property VehicleTargetPointingElement.latitude: float#

Get the LLA position’s latitude. Uses Latitude Dimension.

property VehicleTargetPointingElement.longitude: float#

Get the LLA position’s longitude. Uses Longitude Dimension.

property VehicleTargetPointingElement.target: LinkToObject#

Get a reference to the targeted object.

Method detail#

VehicleTargetPointingElement.reset_constrained_vector_reference(self) bool#

Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false.

Returns:

bool