WKT_LoadMultiPolygon


Loads multiple polygons from WKT text format.

Syntax

C++
Python
 
def WKT_LoadMultiPolygon(
	inText: str,
	/
)
-> (
	outOuterPolygons: list[Path],
	outInnerPolygons: list[ list[Path] ]
)

Parameters

Name Type Default Description
Input value inText str
Output value outOuterPolygons list[Path]
Output value outInnerPolygons list[ list[Path] ]