CoverageGridPointSelection#

class ansys.stk.core.stkobjects.CoverageGridPointSelection#

Represents a set of points selected with the grid inspector.

Overview#

to_array

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.

item

Given an index, returns a point in the selection.

_new_enum

Return a COM enumerator object.

count

Return the number of points in the selection.

Import detail#

from ansys.stk.core.stkobjects import CoverageGridPointSelection

Property detail#

property CoverageGridPointSelection._new_enum: EnumeratorProxy#

Return a COM enumerator object.

property CoverageGridPointSelection.count: int#

Return the number of points in the selection.

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:

list

CoverageGridPointSelection.item(self, index: int) CoverageSelectedGridPoint#

Given an index, returns a point in the selection.

Parameters:

index : int

Returns:

CoverageSelectedGridPoint