SurfaceNormalsImage
Computes a normals image for a surface
Syntax
C++
C#
Python
def SurfaceNormalsImage( inSurface: Surface, outNormalsImage: Image, /, *, inRoi: Region | None = None, inScale: float = 1.0, outComputedRegion: Region | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inSurface | Surface | |||
![]() |
inRoi | Region | None | None | Range of pixels to be processed | |
![]() |
inScale | float | 0.0 - ![]() |
1.0 | |
![]() |
outNormalsImage | Image | |||
![]() |
outComputedRegion | Region | None | None |



