You are here: Start » AVL.NET » AVS.SkipNotPolygon Method

AVS.SkipNotPolygon Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SkipNotPolygon
(
	AvlNet.Path inPath,
	INullable<AvlNet.Path> outPolygon,
	out bool outIsPolygon
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPolygonAvlNet.INullable<AvlNet.Path> This parameter cannot be null.
outIsPolygonbool

See also