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, double? inPixelOffset, double? inPixelScale, float? inMissingPointValue, 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. | |
![]() | inPixelOffset | double? | Offset that the input surface values have in the output image; if set to Nil, surface zOffset is chosen. Default value: ftl::NIL. | ||
![]() | inPixelScale | double? | <0.0, INF> | 1.0D | Scale that the input surface values have in the output image; if set to Nil, surface zScale is chosen. Default value: 1.0D. |
![]() | inMissingPointValue | float? | 0.0f | Value assigned to pixels where point is undefined. Default value: 0.0f. | |
![]() | outImage | FilNet.Image | Input surface depth image. |