You are here: Start » RidgeScanParams3D Structure

RidgeScanParams3D Structure

Namespace:Fil
Assembly:FilNet.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
DefaultFil.RidgeScanParams3D Gets a default instance of the RidgeScanParams3D.
EmptyFil.RidgeScanParams3D Gets an empty instance of the RidgeScanParams3D.
MinMagnitudeSystem.Single
ProfileInterpolationFil.ProfileInterpolationMethod
RidgeMarginSystem.Single
RidgeOperatorFil.RidgeOperator
RidgePolarityFil.SurfaceRidgePolarity
RidgeWidthSystem.Single
SmoothingStdDevSystem.Single

Methods

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

Remarks

See also