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


