WKT_LoadMultiLineString
Loads multiple paths from WKT text format.
Syntax
C++
Python
def WKT_LoadMultiLineString( inText: str, / ) -> outPaths: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPaths | list[Path] |
Loads multiple paths from WKT text format.
def WKT_LoadMultiLineString( inText: str, / ) -> outPaths: list[Path]
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outPaths | list[Path] |