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
Input value inText str
Output value outOuterPolygon Path
Output value outInnerPolygons list[Path]