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

AVS.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,
	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.

Function Overrides

See also