You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inNewPointType | Fil.PlainType | Point Z coordinate type of the output surface. | ||
![]() | inNewZOffset | Ftl.Optional<double> | Offset along Z axis in output surface. Default value: ftl::NIL. | ||
![]() | inNewZScale | Ftl.Optional<double> | Scale along Z axis in output surface. Default value: ftl::NIL. | ||
![]() | outSurface | Fil.Surface | Surface with changed internal surface type. |