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.

target

Get a reference to the targeted object.

aligned_vector

Get the aligned vector.

constrained_vector

Get the constrained vector.

constrained_vector_reference

Get or set the reference for the constrained vector.

available_constrained_vectors

Return the available constrained vectors.

latitude

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

longitude

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

altitude

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

intervals

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

Import detail#

from ansys.stk.core.stkobjects import VehicleTargetPointingElement

Property detail#

property VehicleTargetPointingElement.target: LinkToObject#

Get a reference to the targeted object.

property VehicleTargetPointingElement.aligned_vector: IDirection#

Get the aligned vector.

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.available_constrained_vectors: list#

Return the available constrained vectors.

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.altitude: float#

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

property VehicleTargetPointingElement.intervals: VehicleTargetPointingIntervalCollection#

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

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