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

RidgeScanParams3D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters of surface ridge scanning process. Instance of this structure should be customized and passed as a parameter to surface ridge scanning related functions.

Constructors

 ConstructorDescription
RidgeScanParams3D(ProfileInterpolationMethod, Single, Single, Single, RidgeOperator, Single, SurfaceRidgePolarity)

Properties

 NameTypeDescription
DefaultAvl.RidgeScanParams3D Gets a default instance of the RidgeScanParams3D.
EmptyAvl.RidgeScanParams3D Gets an empty instance of the RidgeScanParams3D.
MinMagnitudeSystem.Single
ProfileInterpolationAvl.ProfileInterpolationMethod
RidgeMarginSystem.Single
RidgeOperatorAvl.RidgeOperator
RidgePolarityAvl.SurfaceRidgePolarity
RidgeWidthSystem.Single
SmoothingStdDevSystem.Single

Methods

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

Remarks

See also