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

FIS.ShapeEllipticAxes Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also