You are here: Start » RidgeScanParams3D Structure
RidgeScanParams3D Structure
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
This structure contains parameters of surface ridge scanning process. Instance of this structure should be customized and passed as a parameter to surface ridge scanning related functions.
Constructors
| Constructor | Description | |
|---|---|---|
| RidgeScanParams3D(ProfileInterpolationMethod, Single, Single, Single, RidgeOperator, Single, SurfaceRidgePolarity) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Fil.RidgeScanParams3D | Gets a default instance of the RidgeScanParams3D. | |
| Empty | Fil.RidgeScanParams3D | Gets an empty instance of the RidgeScanParams3D. | |
| MinMagnitude | System.Single | ||
| ProfileInterpolation | Fil.ProfileInterpolationMethod | ||
| RidgeMargin | System.Single | ||
| RidgeOperator | Fil.RidgeOperator | ||
| RidgePolarity | Fil.SurfaceRidgePolarity | ||
| RidgeWidth | System.Single | ||
| SmoothingStdDev | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(Fil.RidgeScanParams3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
