You are here: Start » AVL.NET » SurfaceRidge1D Structure

SurfaceRidge1D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents surface ridges found by 1DEdgeDetection3D functions.

Constructors

 ConstructorDescription
SurfaceRidge1D(Point3D, Single, SurfaceRidgePolarity)

Properties

 NameTypeDescription
DefaultAvl.SurfaceRidge1D Gets a default instance of the SurfaceRidge1D.
EmptyAvl.SurfaceRidge1D Gets an empty instance of the SurfaceRidge1D.
MagnitudeSystem.Single
PointAvl.Point3D
PolarityAvl.SurfaceRidgePolarity

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Avl.SurfaceRidge1D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also