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