You are here: Start » AVL.NET » Invoke.SkipNotPolygon
If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SkipNotPolygon ( Avl.Path inPath, Conditional<Avl.Path> outPolygon, out bool outIsPolygon )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | outPolygon | Atl.Conditional<Avl.Path> | |||
![]() | outIsPolygon | bool |


