VehicleGraphics3DElevationContours#

class ansys.stk.core.stkobjects.VehicleGraphics3DElevationContours#

3D elevation angle contours.

Overview#

show_graphics

Opt whether to display elevation angle contours.

show_filled_cones

Opt whether to display elevation angle contours as filled cones in space.

translucency

Translucency of elevation contour cone. Dimensionless.

fill

Opt whether to display elevation angle contours as a filled polygon on the surface of the central body.

fill_translucency

Translucency of the filled polygon. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DElevationContours

Property detail#

property VehicleGraphics3DElevationContours.show_graphics: bool#

Opt whether to display elevation angle contours.

property VehicleGraphics3DElevationContours.show_filled_cones: bool#

Opt whether to display elevation angle contours as filled cones in space.

property VehicleGraphics3DElevationContours.translucency: float#

Translucency of elevation contour cone. Dimensionless.

property VehicleGraphics3DElevationContours.fill: bool#

Opt whether to display elevation angle contours as a filled polygon on the surface of the central body.

property VehicleGraphics3DElevationContours.fill_translucency: float#

Translucency of the filled polygon. Dimensionless.