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