You are here: Start » AVL.NET » Invoke.SkipNotPolygon

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
inPathAvl.PathInput path.
outPolygonAtl.Conditional<Avl.Path>
outIsPolygonbool

See also