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,
	double? inNewZOffset,
	double? inNewZScale,
	out AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inNewPointTypeAvlNet.PlainTypePoint Z coordinate type of the output surface.
inNewZOffsetdouble?Offset along Z axis in output surface. Default value: atl::NIL, or null.
inNewZScaledouble?Scale along Z axis in output surface. Default value: atl::NIL, or null.
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