SubtractSurfaces
Subtracts two surfaces point by point.
Syntax
C++
C#
Python
def SubtractSurfaces( inSurface1: Surface, inSurface2: Surface, outSurface: Surface, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface1 | Surface | First input surface | |
![]() |
inSurface2 | Surface | Second input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outSurface | Surface | Output surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


