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
Input value inPolygon Path
Output value outMajorAxis Segment2D
Output value outMinorAxis Segment2D