You are here: Start » AVL.NET » AVL.ShapeRectangularity(AvlNet.Path, float)

AVL.ShapeRectangularity(AvlNet.Path, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ShapeRectangularity(
	AvlNet.Path inShape,
	out float outRectangularity
)

Parameters

inShape
Type: AvlNet.Path
outRectangularity
Type: System.Single

Description

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

Error type Description
DomainError Open path on input in ShapeRectangularity.
DomainError Degenerate shape on input in ShapeRectangularity.

See also