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#

bearing

Get or set the bearing value, relative to North. Uses Angle Dimension.

origin_latitude

Specify the latitude for the origin of the line of bearing. Uses Angle Dimension.

origin_longitude

Specify the longitude for the origin of the line of bearing. Uses Angle Dimension.

origin_altitude

Specify the altitude for the origin of the line of bearing. Uses Distance Dimension.

length

Get or set the length of the line of bearing. The value must be greater than 0. Uses Distance Dimension.

bearing_error

Get or set the margin of error in either direction of the Line of Bearing.

error_color

Get or set the color of the bearing error lines. Dimensionless.

error_line_width

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.

property VehicleGraphics3DLineOfBearing.error_color: Color#

Get or set the color of the bearing error lines. Dimensionless.

property VehicleGraphics3DLineOfBearing.error_line_width: LineWidth#

Get or set the line width of the bearing error lines.