VolumetricGraphics3DCrossSection#

class ansys.stk.core.stkobjects.VolumetricGraphics3DCrossSection#

Class defining planar cross-sections through the volumetric grid.

Overview#

opacity

Set the opacity multiplier which is used to incrementally increase the opacity of the cross-sections. Valid value is greater or equal to 1.

planes

Access and manipulate the collection of cross section planes for Volumetric object.

show

Show or hide the cross sections in 3D window.

Import detail#

from ansys.stk.core.stkobjects import VolumetricGraphics3DCrossSection

Property detail#

property VolumetricGraphics3DCrossSection.opacity: float#

Set the opacity multiplier which is used to incrementally increase the opacity of the cross-sections. Valid value is greater or equal to 1.

property VolumetricGraphics3DCrossSection.planes: VolumetricGraphics3DCrossSectionPlaneCollection#

Access and manipulate the collection of cross section planes for Volumetric object.

property VolumetricGraphics3DCrossSection.show: bool#

Show or hide the cross sections in 3D window.