You are here: Start » FIL.NET » Invoke.PolygonEllipticAxes
Computes axes of an ellipse having the same first and second order moments as the given polygon.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PolygonEllipticAxes ( Fil.Path inPolygon, out Fil.Segment2D outMajorAxis, out Fil.Segment2D outMinorAxis )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | Fil.Path | |||
![]() | outMajorAxis | Fil.Segment2D | |||
![]() | outMinorAxis | Fil.Segment2D |


