VolumetricGraphics3DActiveGridPoints#

class ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints#

Class defining Active Grid Points for Volumetric Object.

Overview#

show_active_inactive_boundary

Show or hide the Active/Inactive Boundary.

active_inactive_boundary_color

Set the color of the Active/Inactive Boundary.

active_inactive_boundary_translucency

Set the percent Translucency for Active/Inactive Boundary.

show_active_inactive_fill

Show or hide the Active/Inactive Fill.

inactive_fill_color

Set the color of the Inactive Fill.

inactive_fill_translucency

Set the percent Translucency for Inactive Fill.

active_fill_color

Set the color of the Active Fill.

active_fill_translucency

Set the percent Translucency for Active Fill.

Import detail#

from ansys.stk.core.stkobjects import VolumetricGraphics3DActiveGridPoints

Property detail#

property VolumetricGraphics3DActiveGridPoints.show_active_inactive_boundary: bool#

Show or hide the Active/Inactive Boundary.

property VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_color: Color#

Set the color of the Active/Inactive Boundary.

property VolumetricGraphics3DActiveGridPoints.active_inactive_boundary_translucency: float#

Set the percent Translucency for Active/Inactive Boundary.

property VolumetricGraphics3DActiveGridPoints.show_active_inactive_fill: bool#

Show or hide the Active/Inactive Fill.

property VolumetricGraphics3DActiveGridPoints.inactive_fill_color: Color#

Set the color of the Inactive Fill.

property VolumetricGraphics3DActiveGridPoints.inactive_fill_translucency: float#

Set the percent Translucency for Inactive Fill.

property VolumetricGraphics3DActiveGridPoints.active_fill_color: Color#

Set the color of the Active Fill.

property VolumetricGraphics3DActiveGridPoints.active_fill_translucency: float#

Set the percent Translucency for Active Fill.