CoverageGrid#

class ansys.stk.core.stkobjects.CoverageGrid#

Grid Definition and resolution.

Overview#

bounds_type

Type of bounds used to define the coverage region.

bounds

Get the coverage region.

resolution_type

Type of criterion used to define grid resolution.

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.