You are here: Start » FIL.NET » FIS.DilateSurfacePoints Method

FIS.DilateSurfacePoints Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DilateSurfacePoints
(
	FilNet.Surface inSurface,
	FilNet.KernelShape inKernel,
	int inRadiusX,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inKernelFilNet.KernelShapeKernel shape (predefined).
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
outSurfaceFilNet.SurfaceOutput surface.

Function Overrides

See also