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

SurfaceEdge1D Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Represents surface edges found by 1DEdgeDetection3D functions.

Constructors

 ConstructorDescription
SurfaceEdge1D(Point3D)
SurfaceEdge1D(Point3D, Single, SurfaceEdgeTransition)

Properties

 NameTypeDescription
DefaultAvlNet.SurfaceEdge1D
IsDefaultSystem.Boolean
MagnitudeSystem.Single
PointAvlNet.Point3D
TransitionAvlNet.SurfaceEdgeTransition

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.SurfaceEdge1D)
Equals(AvlNet.SurfaceEdge1D, AvlNet.SurfaceEdge1D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also