PolygonEllipticAxes
Computes axes of an ellipse having the same first and second order moments as the given polygon.
Syntax
C++
C#
Python
def PolygonEllipticAxes(
inPolygon: Path,
/
)
-> (
outMajorAxis: Segment2D,
outMinorAxis: Segment2D
)
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPolygon | Path | ||
![]() |
outMajorAxis | Segment2D | ||
![]() |
outMinorAxis | Segment2D |


