WKT_LoadMultiPoint
Loads multiple points from WKT text format.
Syntax
C++
Python
def WKT_LoadMultiPoint( inText: str, / ) -> outPoints: list[Point2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPoints | list[Point2D] |
Loads multiple points from WKT text format.
def WKT_LoadMultiPoint( inText: str, / ) -> outPoints: list[Point2D]
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPoints | list[Point2D] |