RadarCrossSectionVolumeGraphics#
- class ansys.stk.core.stkobjects.RadarCrossSectionVolumeGraphics#
Class defining 3D Volume Graphics properties of radar cross section.
Overview#
Set the azimuth/elevation ranges and resolution. |
|
Set the azimuth/elevation ranges and number of points. |
Opt whether to display volume graphics for the radar cross section. |
|
Enable the ability to view the volume as a wireframe. |
|
Get or set the minimum displayed radar cross section value. |
|
Get or set the scale value. |
|
Get the azimuth start value. |
|
Get the azimuth stop value. |
|
Get the azimuth resolution. |
|
Get the number of azimuth points. |
|
Get the elevation start value. |
|
Get the elevation stop value. |
|
Get the elevation resolution. |
|
Get the number of elevation points. |
|
Color method for contours (color ramp or explicit). |
|
Get or set the color ramp start color. |
|
Get or set the color ramp stop color. |
|
Get the collection of volume levels. |
|
Get or set the contours value represents the gain value relative to the maximum. |
Import detail#
from ansys.stk.core.stkobjects import RadarCrossSectionVolumeGraphics
Property detail#
- property RadarCrossSectionVolumeGraphics.show: bool#
Opt whether to display volume graphics for the radar cross section.
- property RadarCrossSectionVolumeGraphics.wireframe: bool#
Enable the ability to view the volume as a wireframe.
- property RadarCrossSectionVolumeGraphics.minimum_displayed_rcs: float#
Get or set the minimum displayed radar cross section value.
- property RadarCrossSectionVolumeGraphics.azimuth_number_of_points: int#
Get the number of azimuth points.
- property RadarCrossSectionVolumeGraphics.elevation_number_of_points: int#
Get the number of elevation points.
- property RadarCrossSectionVolumeGraphics.color_method: FigureOfMeritGraphics2DColorMethod#
Color method for contours (color ramp or explicit).
- property RadarCrossSectionVolumeGraphics.levels: RadarCrossSectionVolumeLevelCollection#
Get the collection of volume levels.
Method detail#
- RadarCrossSectionVolumeGraphics.set_resolution(self, azimuth_start: float, azimuth_stop: float, azimuth_resolution: float, elevation_start: float, elevation_stop: float, elevation_resolution: float) None #
Set the azimuth/elevation ranges and resolution.