Selects paths which are closed.
Syntax
C++
C#
Python
def SelectClosedPaths(
inPaths: list[Path],
/
)
-> outClosedPaths: list[Path]
Parameters
|
Name |
Type |
Default |
Description |
 |
inPaths |
list[Path] |
|
Input paths |
 |
outClosedPaths |
list[Path] |
|
Paths classified as closed |