CoverageGrid#
- class ansys.stk.core.stkobjects.CoverageGrid#
Grid Definition and resolution.
Overview#
Type of bounds used to define the coverage region. |
|
Get the coverage region. |
|
Type of criterion used to define grid resolution. |
|
Grid resolution. |
Import detail#
from ansys.stk.core.stkobjects import CoverageGrid
Property detail#
- property CoverageGrid.bounds_type: CoverageBounds#
Type of bounds used to define the coverage region.
- property CoverageGrid.bounds: ICoverageBounds#
Get the coverage region.
- property CoverageGrid.resolution_type: CoverageResolution#
Type of criterion used to define grid resolution.
- property CoverageGrid.resolution: ICoverageResolution#
Grid resolution.