You are here: Start » FIL.NET » FIS.CreateSurfaceMeasurementMap Method
FIS.CreateSurfaceMeasurementMap Method
(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateSurfaceMeasurementMap ( FilNet.SurfaceFormat inSurfaceFormat, FilNet.SegmentScanField inScanField, int inScanCount, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, IList<FilNet.ScanMap> outMeasurementMap, NullableValue<FilNet.SegmentScanField> outAlignedScanField )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfaceFormat | FilNet.SurfaceFormat | Information about dimensions, depth and pixel type of the surface. | ||
![]() | inScanField | FilNet.SegmentScanField | Field in which scans will be performed. | ||
![]() | inScanCount | int | <2, INF> | 5 | Number of scans to be performed. Default value: 5. |
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan area. Default value: 5. |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outMeasurementMap | System.Collections.Generic.IList<FilNet.ScanMap> | |||
![]() | outAlignedScanField | FilNet.NullableValue<FilNet.SegmentScanField> | Field in which the scans will be performed. Can be null to skip this parameter calculation. |
Function Overrides
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Int32, Int32, InterpolationMethod, IList<ScanMap>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Int32, Int32, InterpolationMethod, IList<ScanMap>, IList<Segment2D>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Int32, Int32, InterpolationMethod, IList<ScanMap>, NullableValue<SegmentScanField>, IList<Segment2D>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>, IList<Segment2D>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>, NullableValue<SegmentScanField>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>, SegmentScanField, IList<Segment2D>)
- CreateSurfaceMeasurementMap(SurfaceFormat, SegmentScanField, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>, NullableValue<SegmentScanField>, IList<Segment2D>)