You are here: Start » FIL.NET » FIS.CreateImageFromSurface Method
FIS.CreateImageFromSurface Method
Creates an image of z-values of the given points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateImageFromSurface ( FilNet.Surface inSurface, FilNet.PlainType inPixelType, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inPixelType | FilNet.PlainType | Real | Output image pixel type. Default value: Real. | |
![]() | outImage | FilNet.Image | Input surface depth image. |