CoveragePointDefinition#
- class ansys.stk.core.stkobjects.CoveragePointDefinition#
Point Definition: methods and parameters for specifying the location of points on the coverage grid.
Overview#
Use an array of latitude/longitude/altitude values to define a coverage grid point. |
Specify the location of points on the coverage grid. |
|
List of point file locations. |
|
Class of object used to define grid points. |
|
Select an object instance for the grid seed. |
|
Use the selected object as the grid seed. |
|
Specify the height of a grid point. |
|
Height of the grid point. Uses Distance Dimension. |
|
Specify the object instance to use as a grid seed. |
|
Available object instances to use as a grid seed. |
|
Specify the height of a grid point. |
|
Height of the grid point. Uses Distance Dimension. |
|
Custom point altitude method specifies whether to use the altitude values in the point file (.*pt) or override them using the altitude at a point on terrain. |
Import detail#
from ansys.stk.core.stkobjects import CoveragePointDefinition
Property detail#
- property CoveragePointDefinition.point_location_method: CoveragePointLocationMethod#
Specify the location of points on the coverage grid.
- property CoveragePointDefinition.point_file_list: CoveragePointFileListCollection#
List of point file locations.
- property CoveragePointDefinition.grid_class: CoverageGridClass#
Class of object used to define grid points.
- property CoveragePointDefinition.use_object_as_seed: bool#
Use the selected object as the grid seed.
- property CoveragePointDefinition.altitude_method: CoverageAltitudeMethod#
Specify the height of a grid point.
- property CoveragePointDefinition.altitude: float#
Height of the grid point. Uses Distance Dimension.
- property CoveragePointDefinition.seed_instance: str#
Specify the object instance to use as a grid seed.
- property CoveragePointDefinition.available_seeds: list#
Available object instances to use as a grid seed.
- property CoveragePointDefinition.ground_altitude_method: CoverageGroundAltitudeMethod#
Specify the height of a grid point.
- property CoveragePointDefinition.ground_altitude: float#
Height of the grid point. Uses Distance Dimension.
- property CoveragePointDefinition.point_altitude_method: CoveragePointAltitudeMethod#
Custom point altitude method specifies whether to use the altitude values in the point file (.*pt) or override them using the altitude at a point on terrain.