Graphics3DRangeContours#

class ansys.stk.core.stkobjects.Graphics3DRangeContours#

Class defining 3D Graphics range contours: circles comprised of points at a given distance from an object and at the same altitude as that object.

Overview#

show_graphics

Display the contour cone’s projection on the surface of the central body.

translucent_lines

Make the contour cone translucent at the specified percentage.

percent_translucency

Get or set the translucency of the contour cone’s projection on the surface of the central body, where 100% = invisible. Dimensionless.

border_wall

Retrieve the border wall properties of the range contours.

label_swap_distance

Interface to control the level of detail in labels and other screen objects at specified distances.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DRangeContours

Property detail#

property Graphics3DRangeContours.show_graphics: bool#

Display the contour cone’s projection on the surface of the central body.

property Graphics3DRangeContours.translucent_lines: bool#

Make the contour cone translucent at the specified percentage.

property Graphics3DRangeContours.percent_translucency: float#

Get or set the translucency of the contour cone’s projection on the surface of the central body, where 100% = invisible. Dimensionless.

property Graphics3DRangeContours.border_wall: Graphics3DBorderWall#

Retrieve the border wall properties of the range contours.

property Graphics3DRangeContours.label_swap_distance: Graphics3DLabelSwapDistance#

Interface to control the level of detail in labels and other screen objects at specified distances.