NamedPolygons

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NamedPolygons(val polygons: List<NamedPolygon>) : Range

Represents a Range made of NamedPolygons.

Parameters

polygons

The list of NamedPolygons representing the Range. The polygons are ordered "inside-out", meaning the first polygon in the list is the innermost polygon, progressing outward to the last polygon, which is the outermost.

Constructors

Link copied to clipboard
constructor(polygons: List<NamedPolygon>)

Properties

Link copied to clipboard