CoverageBoundsCustomRegions#

class ansys.stk.core.stkobjects.CoverageBoundsCustomRegions#

Bases: ICoverageBounds

Custom Regions.

Overview#

region_files

File containing user-defined points defining a specific grid region.

area_targets

Area target to be used as part of the coverage area.

check_for_holes

Check for holes in custom region.

small_region_algorithm

Disables or enables one of the two special gridding algorithms triggered when Custom Region grid includes a single small region (longitude span less than 1 deg).

ellipses

Ellipses to be used as part of the coverage area.

boxes

Latitude/longitude boxes to be used as part of the coverage area.

Import detail#

from ansys.stk.core.stkobjects import CoverageBoundsCustomRegions

Property detail#

property CoverageBoundsCustomRegions.region_files: CoverageRegionFilesCollection#

File containing user-defined points defining a specific grid region.

property CoverageBoundsCustomRegions.area_targets: CoverageAreaTargetsCollection#

Area target to be used as part of the coverage area.

property CoverageBoundsCustomRegions.check_for_holes: bool#

Check for holes in custom region.

property CoverageBoundsCustomRegions.small_region_algorithm: CoverageCustomRegionAlgorithm#

Disables or enables one of the two special gridding algorithms triggered when Custom Region grid includes a single small region (longitude span less than 1 deg).

property CoverageBoundsCustomRegions.ellipses: CoverageEllipseCollection#

Ellipses to be used as part of the coverage area.

property CoverageBoundsCustomRegions.boxes: CoverageLatLonBoxCollection#

Latitude/longitude boxes to be used as part of the coverage area.