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 | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
outSurface | Surface | Output surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


