You are here: Start » AVL.NET » SurfaceLocalExtremaVerification Structure
SurfaceLocalExtremaVerification Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
This structure contains parameters for verification of local extrema visible on a surface.
Constructors
| Constructor | Description | |
|---|---|---|
| SurfaceLocalExtremaVerification(Int32, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.SurfaceLocalExtremaVerification | ||
| IsDefault | System.Boolean | ||
| MinDifference | System.Single | Defines minimal difference between a local extremum height and verification circle heights | |
| PointCount | System.Int32 | Defines how many of points along verification circle will be checked in order to compute extremum strength | |
| Radius | System.Single | Defines radius of verification circle |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.SurfaceLocalExtremaVerification) | ||
| Equals(AvlNet.SurfaceLocalExtremaVerification, AvlNet.SurfaceLocalExtremaVerification) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
