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

Invoke.ConvertSurfaceType

Changes the point Z coordinate type.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inNewPointTypeFil.PlainTypePoint Z coordinate type of the output surface.
inNewZOffsetFtl.Optional<double>Offset along Z axis in output surface. Default value: ftl::NIL.
inNewZScaleFtl.Optional<double>Scale along Z axis in output surface. Default value: ftl::NIL.
outSurfaceFil.SurfaceSurface with changed internal surface type.

See also