You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathBoundingParallelogram

AVL.PathBoundingParallelogram

Computes the smallest parallelogram containing a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathBoundingParallelogram
(
	AvlNet.Path inPath,
	AvlNet.BoundingRectangleFeature inBoundingParallelogramFeature,
	AvlNet.Path outBoundingParallelogram
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
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 Empty path on input in PathBoundingParallelogram.

Function Overrides

See also