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

AVS.ErodeSurfacePoints Method

Removes some existing points from the input surface when some points in their vicinity are missing.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ErodeSurfacePoints
(
	AvlNet.Surface inSurface,
	AvlNet.KernelShape inKernel,
	int inRadiusX,
	bool inPreserveDimensions,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inKernelAvlNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inPreserveDimensionsboolFlag indicating whether the surface dimensions should be preserved or not.
outSurfaceAvlNet.SurfaceOutput surface.

Function Overrides

See also