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#
Display the contour coneβs projection on the surface of the central body. |
|
Make the contour cone translucent at the specified percentage. |
|
Get or set the translucency of the contour coneβs projection on the surface of the central body, where 100% = invisible. Dimensionless. |
|
Retrieve the border wall properties of the range contours. |
|
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.