You are here: Start » AVL.NET » AVS.RegionBoundingParallelogram Method

AVS.RegionBoundingParallelogram Method

Computes the smallest parallelogram containing a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionBoundingParallelogram
(
	AvlNet.Region inRegion,
	AvlNet.BoundingRectangleFeature inBoundingParallelogramFeature,
	AvlNet.Path outBoundingParallelogram
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inBoundingParallelogramFeatureAvlNet.BoundingRectangleFeatureMinimalAreaDetermines what kind of bounding parallelogram will be computed. Default value: MinimalArea.
outBoundingParallelogramAvlNet.PathSmallest bounding parallelogram of the input points.

Function Overrides

See also