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

SurfaceStripe1D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents surface stripes found by 1DEdgeDetection3D functions.

Constructors

 ConstructorDescription
SurfaceStripe1D(Point3D, Point3D, Single, Single, SurfaceStripePolarity)

Properties

 NameTypeDescription
DefaultAvl.SurfaceStripe1D Gets a default instance of the SurfaceStripe1D.
EmptyAvl.SurfaceStripe1D Gets an empty instance of the SurfaceStripe1D.
MagnitudeSystem.Single
Point1Avl.Point3D
Point2Avl.Point3D
PolarityAvl.SurfaceStripePolarity
WidthSystem.Single

Methods

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

Remarks

See also