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

FIS.CreateImageFromSurface_AnyScales Method

Creates a depth image from the Z-values of the input surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateImageFromSurface_AnyScales
(
	FilNet.Surface inSurface,
	FilNet.PlainType inPixelType,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPixelTypeFilNet.PlainTypeRealOutput image pixel type. Default value: Real.
outImageFilNet.ImageInput surface depth image.

Function Overrides

See also