SkipNotPolygon


If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.

Syntax

C++
Python
 
def SkipNotPolygon(
	inPath: Path,
	/
)
-> (
	outPolygon: Path | None,
	outIsPolygon: bool
)

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outPolygon Path | None
Output value outIsPolygon bool