VolumetricGraphics3D#

class ansys.stk.core.stkobjects.VolumetricGraphics3D#

Class defining 3D graphics properties of volumetric object.

Overview#

boundary_legend

Get the 3D Graphics properties for Volumetric Boundary Legend.

cross_section

Get the 3D Graphics properties for planar cross-sections through the volumetric grid.

fill_legend

Get the 3D Graphics properties for Volumetric Fill Legend.

grid

Get the Grid properties of 3D Graphics window for the volumetric object.

quality

Get or set the quality of the graphics display.

shading

Enable to add shading to the boundary surface. Shading slows down animation but generates helpful lighting effects based on surfaces.

show_boundary_legend

Enable/disable boundary legends in 3D Graphics window for Volumetric object.

show_fill_legend

Enable/disable fill legends in 3D Graphics window for Volumetric object.

smoothing

Enable to smooth out the volume and surface boundaries using interpolation between grid points.

visible

Display volumetric object including Grid, Volume, and Cross Sections in 3D Graphics window.

volume

Get the 3D Graphics properties for Volume.

volume_type

Get or set the graphics volume display type.

Import detail#

from ansys.stk.core.stkobjects import VolumetricGraphics3D

Property detail#

property VolumetricGraphics3D.boundary_legend: VolumetricGraphics3DLegend#

Get the 3D Graphics properties for Volumetric Boundary Legend.

property VolumetricGraphics3D.cross_section: VolumetricGraphics3DCrossSection#

Get the 3D Graphics properties for planar cross-sections through the volumetric grid.

property VolumetricGraphics3D.fill_legend: VolumetricGraphics3DLegend#

Get the 3D Graphics properties for Volumetric Fill Legend.

property VolumetricGraphics3D.grid: VolumetricGraphics3DGrid#

Get the Grid properties of 3D Graphics window for the volumetric object.

property VolumetricGraphics3D.quality: VolumetricDisplayQualityType#

Get or set the quality of the graphics display.

property VolumetricGraphics3D.shading: bool#

Enable to add shading to the boundary surface. Shading slows down animation but generates helpful lighting effects based on surfaces.

property VolumetricGraphics3D.show_boundary_legend: bool#

Enable/disable boundary legends in 3D Graphics window for Volumetric object.

property VolumetricGraphics3D.show_fill_legend: bool#

Enable/disable fill legends in 3D Graphics window for Volumetric object.

property VolumetricGraphics3D.smoothing: bool#

Enable to smooth out the volume and surface boundaries using interpolation between grid points.

property VolumetricGraphics3D.visible: bool#

Display volumetric object including Grid, Volume, and Cross Sections in 3D Graphics window.

property VolumetricGraphics3D.volume: VolumetricGraphics3DVolume#

Get the 3D Graphics properties for Volume.

property VolumetricGraphics3D.volume_type: VolumetricDisplayVolumeType#

Get or set the graphics volume display type.