SelectOpenPaths


Selects paths which are open.

Syntax

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

Parameters

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