You are here: Start » FIL.NET » FIS.PolygonIntersection_Convex Method
FIS.PolygonIntersection_Convex Method
Finds the intersection of two convex non-intersecting polygons.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PolygonIntersection_Convex ( FilNet.Path inPolygon1, FilNet.Path inPolygon2, FilNet.Path outIntersection )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPolygon1 | FilNet.Path | |||
![]() | inPolygon2 | FilNet.Path | |||
![]() | outIntersection | FilNet.Path | Closed polygon in counterclockwise order. |