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

AVS.CreateImageFromSurface_AnyScales Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPixelTypeAvlNet.PlainTypeRealOutput image pixel type. Default value: Real.
outImageAvlNet.ImageInput surface depth image.

Function Overrides

See also