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
Input value inSurface Surface Input surface
Input value inNewPointType PlainType Point Z coordinate type of the output surface
Input value inNewZOffset float | None None Offset along Z axis in output surface
Input value inNewZScale float | None None Scale along Z axis in output surface
Output value outSurface Surface Surface with changed internal surface type

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.