VolumetricGraphics3DGrid ======================== .. py:class:: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid Class defining grid properties of 3D graphics for volumetric object. .. py:currentmodule:: VolumetricGraphics3DGrid Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid` - Show/hide grid in 3D Graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid_points` - Show/hide grid points in 3D Graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.point_size` - Set the grid point size. Valid value is between 1 and 20. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.point_color` - Set the color of the grid points. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid_lines` - Show/hide grid lines. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.line_color` - Set the color of the grid line. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricGraphics3DGrid Property detail --------------- .. py:property:: show_grid :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid :type: bool Show/hide grid in 3D Graphics window. .. py:property:: show_grid_points :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid_points :type: bool Show/hide grid points in 3D Graphics window. .. py:property:: point_size :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.point_size :type: float Set the grid point size. Valid value is between 1 and 20. .. py:property:: point_color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.point_color :type: Color Set the color of the grid points. .. py:property:: show_grid_lines :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.show_grid_lines :type: bool Show/hide grid lines. .. py:property:: line_color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DGrid.line_color :type: Color Set the color of the grid line.