You are here: Start » FIL.NET » FIS.ScanMultipleEdges3D_Direct Method
FIS.ScanMultipleEdges3D_Direct Method
Locates multiple changes of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ScanMultipleEdges3D_Direct ( FilNet.Surface inSurface, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.EdgeScanParams3D inEdgeScanParams, float inMinDistance, IList<FilNet.SurfaceEdge1D> outEdges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inEdgeScanParams | FilNet.EdgeScanParams3D | EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ) | Parameters controlling the surface edge extraction process. Default value: EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<FilNet.SurfaceEdge1D> | Found surface edges. |
Function Overrides
- ScanMultipleEdges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>)
- ScanMultipleEdges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, NullableRef<Path>, NullableRef<Profile>, NullableRef<Profile>)
- ScanMultipleEdges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, Path, Profile, Profile, IList<Path>, Single)
- ScanMultipleEdges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, EdgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceEdge1D>, NullableRef<Path>, NullableRef<Profile>, NullableRef<Profile>, IList<Path>, Single)