AbsoluteSurface


Transforms Z coordinate of each surface point to its absolute value.

Syntax

C++
C#
Python
 
def AbsoluteSurface(
	inSurface: Surface,
	outSurface: Surface,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Output value outSurface Surface Output surface

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.