CoverageBoundsCustomRegions#
- class ansys.stk.core.stkobjects.CoverageBoundsCustomRegions#
Bases:
ICoverageBounds
Custom Regions.
Overview#
File containing user-defined points defining a specific grid region. |
|
Area target to be used as part of the coverage area. |
|
Check for holes in custom region. |
|
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 to be used as part of the coverage area. |
|
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.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.