You are here: Start » FIL.NET » FIS.PolygonIntersectionArea_Convex Method

FIS.PolygonIntersectionArea_Convex Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also