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

 ConstructorDescription
SurfaceLocalExtremaVerification(Int32, Single, Single)

Properties

 NameTypeDescription
DefaultAvlNet.SurfaceLocalExtremaVerification
IsDefaultSystem.Boolean
MinDifferenceSystem.SingleDefines minimal difference between a local extremum height and verification circle heights
PointCountSystem.Int32Defines how many of points along verification circle will be checked in order to compute extremum strength
RadiusSystem.SingleDefines radius of verification circle

Methods

 NameDescription
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

Remarks

See also