You are here: Start » FIL.NET » FIL.ShapeEllipticAxes

FIL.ShapeEllipticAxes

Computes axes of an ellipse having the same first and second order moments as the given shape.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ShapeEllipticAxes
(
	FilNet.Path inShape,
	out FilNet.Segment2D outMajorAxis,
	out FilNet.Segment2D outMinorAxis
)

Parameters

Name Type Range Default Description
inShapeFilNet.Path
outMajorAxisFilNet.Segment2D
outMinorAxisFilNet.Segment2D

Description

The orientations of the resulting axes are always between 0 and 180 degrees.

Note that if the input path is not a valid shape (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.

Errors

List of possible exceptions:

Error type Description
DomainError Degenerate shape on input in ShapeEllipticAxes.

See also