CoverageSelectedGridPoint#

class ansys.stk.core.stkobjects.CoverageSelectedGridPoint#

Represents a point selected with the grid inspector.

Overview#

latitude

Latitude.

longitude

Longitude.

intervals

Return a jagged array of access intervals. The elements are single-dimension arrays containing interval’s start and stop times.

Import detail#

from ansys.stk.core.stkobjects import CoverageSelectedGridPoint

Property detail#

property CoverageSelectedGridPoint.latitude: Any#

Latitude.

property CoverageSelectedGridPoint.longitude: Any#

Longitude.

property CoverageSelectedGridPoint.intervals: list#

Return a jagged array of access intervals. The elements are single-dimension arrays containing interval’s start and stop times.