You are here: Start » FIL.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:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SkipNotPolygon
(
	Fil.Path inPath,
	Conditional<Fil.Path> outPolygon,
	out bool outIsPolygon
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outPolygonFtl.Conditional<Fil.Path>
outIsPolygonbool

See also