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

AVS.ShearRegion Method

Computes a leant region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShearRegion
(
	AvlNet.Region inRegion,
	float inShear,
	AvlNet.Axis inAxis,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inShearfloat<-INF, INF>The relative shift of each consecutive row or column.
inAxisAvlNet.AxisSwitches between shifting rows or columns.
outRegionAvlNet.RegionOutput region.

See also