VolumetricGraphics3DActiveGridPoints#
- class ansys.stk.core.stkobjects.VolumetricGraphics3DActiveGridPoints#
Class defining Active Grid Points for Volumetric Object.
Overview#
Show or hide the Active/Inactive Boundary. |
|
Set the color of the Active/Inactive Boundary. |
|
Set the percent Translucency for Active/Inactive Boundary. |
|
Show or hide the Active/Inactive Fill. |
|
Set the color of the Inactive Fill. |
|
Set the percent Translucency for Inactive Fill. |
|
Set the color of the Active Fill. |
|
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.