ConvertSurfaceType
Changes the point Z coordinate type.
Syntax
C++
C#
Python
def ConvertSurfaceType( inSurface: Surface, inNewPointType: PlainType, outSurface: Surface, /, *, inNewZOffset: float | None = None, inNewZScale: float | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inNewPointType | PlainType | Point Z coordinate type of the output surface | |
![]() |
inNewZOffset | float | None | None | Offset along Z axis in output surface |
![]() |
inNewZScale | float | None | None | Scale along Z axis in output surface |
![]() |
outSurface | Surface | Surface with changed internal surface type |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


