You are here: Start » FIL.NET » Function Reference » Path » Polygon Relations » FIL.PolygonIntersectionArea_Convex

FIL.PolygonIntersectionArea_Convex

Computes the intersection area of two convex non-intersecting polygons.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PolygonIntersectionArea_Convex
(
	FilNet.Path inPolygon1,
	FilNet.Path inPolygon2,
	out float outIntersectionArea
)

Parameters

Name Type Range Default Description
inPolygon1FilNet.Path
inPolygon2FilNet.Path
outIntersectionAreafloat

Errors

List of possible exceptions:

Error type Description
DomainError Concave polygon on input in PolygonIntersectionArea_Convex.
DomainError Empty path on input in PolygonIntersectionArea_Convex.
DomainError Open path on input in PolygonIntersectionArea_Convex.

See also