VolumetricGraphics3DActiveGridPoints ==================================== .. py:class:: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints Class defining Active Grid Points for Volumetric Object. .. py:currentmodule:: VolumetricGraphics3DActiveGridPoints Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.show_active_inactive_boundary` - Show or hide the Active/Inactive Boundary. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_color` - Set the color of the Active/Inactive Boundary. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_translucency` - Set the percent Translucency for Active/Inactive Boundary. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.show_active_inactive_fill` - Show or hide the Active/Inactive Fill. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.inactive_fill_color` - Set the color of the Inactive Fill. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.inactive_fill_translucency` - Set the percent Translucency for Inactive Fill. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_fill_color` - Set the color of the Active Fill. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_fill_translucency` - Set the percent Translucency for Active Fill. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricGraphics3DActiveGridPoints Property detail --------------- .. py:property:: show_active_inactive_boundary :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.show_active_inactive_boundary :type: bool Show or hide the Active/Inactive Boundary. .. py:property:: active_inactive_boundary_color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_color :type: Color Set the color of the Active/Inactive Boundary. .. py:property:: active_inactive_boundary_translucency :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_translucency :type: float Set the percent Translucency for Active/Inactive Boundary. .. py:property:: show_active_inactive_fill :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.show_active_inactive_fill :type: bool Show or hide the Active/Inactive Fill. .. py:property:: inactive_fill_color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.inactive_fill_color :type: Color Set the color of the Inactive Fill. .. py:property:: inactive_fill_translucency :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.inactive_fill_translucency :type: float Set the percent Translucency for Inactive Fill. .. py:property:: active_fill_color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_fill_color :type: Color Set the color of the Active Fill. .. py:property:: active_fill_translucency :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints.active_fill_translucency :type: float Set the percent Translucency for Active Fill.