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, FilNet.CoordinateSystem2D? inScanFieldAlignment, int inScanCount, float? inSamplingStep, 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. | ||
![]() | inScanFieldAlignment | FilNet.CoordinateSystem2D? | Adjusts the scan field to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanCount | int | <2, INF> | 5 | Number of scans to be performed. Default value: 5. |
![]() | inSamplingStep | float? | Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen. Default value: ftl::NIL. | ||
![]() | 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, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Int32, InterpolationMethod, IList<ScanMap>)
- 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>)