VehicleTargetPointingElement#
- class ansys.stk.core.stkobjects.VehicleTargetPointingElement#
Target pointing data for target pointing attitude.
Overview#
Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false. |
Get a reference to the targeted object. |
|
Get the aligned vector. |
|
Get the constrained vector. |
|
Get or set the reference for the constrained vector. |
|
Return the available constrained vectors. |
|
Get the LLA positionβs latitude. Uses Latitude Dimension. |
|
Get the LLA positionβs longitude. Uses Longitude Dimension. |
|
Get the LLA positionβs altitude. Uses Distance Dimension. |
|
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.