WKT_LoadPolygon
Loads polygon from WKT text format.
Syntax
C++
Python
def WKT_LoadPolygon( inText: str, outOuterPolygon: Path, / ) -> outInnerPolygons: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outOuterPolygon | Path | ||
![]() |
outInnerPolygons | list[Path] |


