You are here: Start » FIL.NET » Invoke.PolygonIntersection_Convex

Invoke.PolygonIntersection_Convex

Finds the intersection of two convex non-intersecting polygons.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonIntersection_Convex
(
	Fil.Path inPolygon1,
	Fil.Path inPolygon2,
	Fil.Path outIntersection
)

Parameters

Name Type Range Default Description
inPolygon1Fil.Path
inPolygon2Fil.Path
outIntersectionFil.Path

See also