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

AVL.ConvertSurfaceType Method

Changes the point Z coordinate type.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConvertSurfaceType(
	AvlNet.Surface inSurface,
	AvlNet.PlainType inNewPointType,
	out AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inNewPointTypeAvlNet.PlainTypePoint Z coordinate type of the output surface.
outSurfaceAvlNet.SurfaceSurface with changed internal surface type.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also