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

Invoke.ConvertSurfaceType

Changes the point Z coordinate type.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ConvertSurfaceType
(
	Avl.Surface inSurface,
	Avl.PlainType inNewPointType,
	Optional<double> inNewZOffset,
	Optional<double> inNewZScale,
	Avl.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inNewPointTypeAvl.PlainTypePoint Z coordinate type of the output surface.
inNewZOffsetAtl.Optional<double>Offset along Z axis in output surface. Default value: atl::NIL.
inNewZScaleAtl.Optional<double>Scale along Z axis in output surface. Default value: atl::NIL.
outSurfaceAvl.SurfaceSurface with changed internal surface type.

See also