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

AVS.DilateSurfacePoints Method

Reconstructs missing points of the input surface by interpolating neighboring points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DilateSurfacePoints
(
	AvlNet.Surface inSurface,
	AvlNet.KernelShape inKernel,
	int inRadiusX,
	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.
outSurfaceAvlNet.SurfaceOutput surface.

Function Overrides

See also