SelectClosedPaths


Selects paths which are closed.

Syntax

C++
C#
Python
 
def SelectClosedPaths(
	inPaths: list[Path],
	/
)
-> outClosedPaths: list[Path]

Parameters

Name Type Default Description
Input value inPaths list[Path] Input paths
Output value outClosedPaths list[Path] Paths classified as closed