VolumetricGraphics3D#
- class ansys.stk.core.stkobjects.VolumetricGraphics3D#
Class defining 3D graphics properties of volumetric object.
Overview#
Display volumetric object including Grid, Volume, and Cross Sections in 3D Graphics window. |
|
Enable to smooth out the volume and surface boundaries using interpolation between grid points. |
|
Enable to add shading to the boundary surface. Shading slows down animation but generates helpful lighting effects based on surfaces. |
|
Get or set the quality of the graphics display. |
|
Get the Grid properties of 3D Graphics window for the volumetric object. |
|
Get the 3D Graphics properties for planar cross-sections through the volumetric grid. |
|
Get the 3D Graphics properties for Volume. |
|
Enable/disable boundary legends in 3D Graphics window for Volumetric object. |
|
Enable/disable fill legends in 3D Graphics window for Volumetric object. |
|
Get the 3D Graphics properties for Volumetric Boundary Legend. |
|
Get the 3D Graphics properties for Volumetric Fill Legend. |
|
Get or set the graphics volume display type. |
Import detail#
from ansys.stk.core.stkobjects import VolumetricGraphics3D
Property detail#
- property VolumetricGraphics3D.visible: bool#
Display volumetric object including Grid, Volume, and Cross Sections in 3D Graphics window.
- property VolumetricGraphics3D.smoothing: bool#
Enable to smooth out the volume and surface boundaries using interpolation between grid points.
- 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.quality: VolumetricDisplayQualityType#
Get or set the quality of the graphics display.
- property VolumetricGraphics3D.grid: VolumetricGraphics3DGrid#
Get the Grid properties of 3D Graphics window for the volumetric object.
- property VolumetricGraphics3D.cross_section: VolumetricGraphics3DCrossSection#
Get the 3D Graphics properties for planar cross-sections through the volumetric grid.
- property VolumetricGraphics3D.volume: VolumetricGraphics3DVolume#
Get the 3D Graphics properties for Volume.
- 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.boundary_legend: VolumetricGraphics3DLegend#
Get the 3D Graphics properties for Volumetric Boundary Legend.
- property VolumetricGraphics3D.fill_legend: VolumetricGraphics3DLegend#
Get the 3D Graphics properties for Volumetric Fill Legend.
- property VolumetricGraphics3D.volume_type: VolumetricDisplayVolumeType#
Get or set the graphics volume display type.