WKT_LoadPoint
Loads point from WKT text format.
Syntax
C++
Python
def WKT_LoadPoint( inText: str, / ) -> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPoint | Point2D |
Loads point from WKT text format.
def WKT_LoadPoint( inText: str, / ) -> outPoint: Point2D
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPoint | Point2D |