VehicleGraphics3DLineOfBearing#
- class ansys.stk.core.stkobjects.VehicleGraphics3DLineOfBearing#
Bases:
IVehicleGraphics3DProximityAreaObject
Define a line of bearing which is drawn from an origin in the direction of a bearing.
Overview#
Get or set the bearing value, relative to North. Uses Angle Dimension. |
|
Specify the latitude for the origin of the line of bearing. Uses Angle Dimension. |
|
Specify the longitude for the origin of the line of bearing. Uses Angle Dimension. |
|
Specify the altitude for the origin of the line of bearing. Uses Distance Dimension. |
|
Get or set the length of the line of bearing. The value must be greater than 0. Uses Distance Dimension. |
|
Get or set the margin of error in either direction of the Line of Bearing. |
|
Get or set the color of the bearing error lines. Dimensionless. |
|
Get or set the line width of the bearing error lines. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DLineOfBearing
Property detail#
- property VehicleGraphics3DLineOfBearing.bearing: float#
Get or set the bearing value, relative to North. Uses Angle Dimension.
- property VehicleGraphics3DLineOfBearing.origin_latitude: float#
Specify the latitude for the origin of the line of bearing. Uses Angle Dimension.
- property VehicleGraphics3DLineOfBearing.origin_longitude: float#
Specify the longitude for the origin of the line of bearing. Uses Angle Dimension.
- property VehicleGraphics3DLineOfBearing.origin_altitude: float#
Specify the altitude for the origin of the line of bearing. Uses Distance Dimension.
- property VehicleGraphics3DLineOfBearing.length: float#
Get or set the length of the line of bearing. The value must be greater than 0. Uses Distance Dimension.
- property VehicleGraphics3DLineOfBearing.bearing_error: float#
Get or set the margin of error in either direction of the Line of Bearing.