You are here: Start » FIL.NET » EdgeScanParams3D Structure
EdgeScanParams3D Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters of surface edge scanning process. Instance of this structure should be customized and passed as a parameter to surface edge scanning related functions.
Constructors
Constructor | Description | |
---|---|---|
![]() | EdgeScanParams3D(ProfileInterpolationMethod, Single, Single, SurfaceEdgeTransition) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.EdgeScanParams3D | |
![]() | EdgeTransition | FilNet.SurfaceEdgeTransition | Specifies the type of surface edges to be detected |
![]() | IsDefault | System.Boolean | |
![]() | MinMagnitude | System.Single | Minimum acceptable surface edge strength |
![]() | ProfileInterpolation | FilNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise surface edge detection |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the height profile |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.EdgeScanParams3D) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.EdgeScanParams3D, FilNet.EdgeScanParams3D) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |