You are here: Start » AVL.NET » AVL.CreateImageFromSurface Method

AVL.CreateImageFromSurface Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateImageFromSurface(
	AvlNet.Surface inSurface,
	AvlNet.PlainType inPixelType,
	out 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.

See also