You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceNormalsImage
FIL.SurfaceNormalsImage
Computes a normals image for a surface
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceNormalsImage ( FilNet.Surface inSurface, float inScale, FilNet.Image outNormalsImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | |||
![]() | inScale | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outNormalsImage | FilNet.Image |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region of interest exceeds an input surface in SurfaceNormalsImage. |
Function Overrides
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, Region)
- SurfaceNormalsImage(Surface, NullableRef<Region>, Single, Image, NullableRef<Region>)