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

FIS.CreateImageFromSurface Method

Creates an image of z-values of the given points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateImageFromSurface
(
	FilNet.Surface inSurface,
	FilNet.PlainType inPixelType,
	double? inPixelOffset,
	double? inPixelScale,
	float? inMissingPointValue,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPixelTypeFilNet.PlainTypeRealOutput image pixel type. Default value: Real.
inPixelOffsetdouble?Offset that the input surface values have in the output image; if set to Nil, surface zOffset is chosen. Default value: ftl::NIL.
inPixelScaledouble?<0.0, INF>1.0DScale that the input surface values have in the output image; if set to Nil, surface zScale is chosen. Default value: 1.0D.
inMissingPointValuefloat?0.0fValue assigned to pixels where point is undefined. Default value: 0.0f.
outImageFilNet.ImageInput surface depth image.

Function Overrides

See also