You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ConvertSurfaceType

AVL.ConvertSurfaceType

Changes the point Z coordinate type.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ConvertSurfaceType
(
	AvlNet.Surface inSurface,
	AvlNet.PlainType inNewPointType,
	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.

Function Overrides

See also