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

AVS.ErodeShapeRegion Method

Performs a morphological erosion on a shape region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ErodeShapeRegion
(
	AvlNet.ShapeRegion inShapeRegion,
	float inRadius,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionAvlNet.ShapeRegion
inRadiusfloat<0.0f, INF>1.0fDefault value: 1.0f.
outShapeRegionAvlNet.ShapeRegion

See also