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 | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outPolygon | Path | None | ||
![]() |
outIsPolygon | bool |


