You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.PointsBoundingParallelogram

AVL.PointsBoundingParallelogram

Computes the smallest parallelogram containing an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointsBoundingParallelogram
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.BoundingRectangleFeature inBoundingParallelogramFeature,
	AvlNet.Path outBoundingParallelogram
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Input array of points.
inBoundingParallelogramFeatureAvlNet.BoundingRectangleFeatureMinimalAreaDetermines what kind of bounding parallelogram will be computed. Default value: MinimalArea.
outBoundingParallelogramAvlNet.PathSmallest bounding parallelogram of the input points.

Errors

List of possible exceptions:

Error type Description
DomainError No points on input in PointsBoundingParallelogram.
DomainError Unknown parallelogram feature in PointsBoundingParallelogram.

Function Overrides

See also