CoverageGridPointSelection#
- class ansys.stk.core.stkobjects.CoverageGridPointSelection#
Represents a set of points selected with the grid inspector.
Overview#
Import detail#
from ansys.stk.core.stkobjects import CoverageGridPointSelection
Property detail#
- property CoverageGridPointSelection._new_enum: EnumeratorProxy#
Return a COM enumerator object.
Method detail#
- CoverageGridPointSelection.to_array(self) list #
Return a jagged array of grid points and their intervals. The elements are single-dimension arrays each containing three elements: latitude, longitude and a jagged array of access intervals.
- Returns:
- CoverageGridPointSelection.item(self, index: int) CoverageSelectedGridPoint #
Given an index, returns a point in the selection.
- Parameters:
index :
int
- Returns:
CoverageSelectedGridPoint