You are here: Start » StripeScanParams3D Class

StripeScanParams3D Class

Namespace:Fil
Assembly:FilNet.Types.dll

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

Constructors

 ConstructorDescription
StripeScanParams3D()
StripeScanParams3D(ProfileInterpolationMethod, Single, Single, Optional<Single>, SurfaceStripePolarity, Single, Optional<Single>)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxInnerEdgeMagnitudeFtl.Optional<System.Single>
MaxStripeWidthFtl.Optional<System.Single>
MinMagnitudeSystem.Single
MinStripeWidthSystem.Single
ProfileInterpolationFil.ProfileInterpolationMethod
SmoothingStdDevSystem.Single
StripePolarityFil.SurfaceStripePolarity

Methods

 NameDescription
CopyTo(Fil.StripeScanParams3D)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.StripeScanParams3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.StripeScanParams3D)
ToString()Inherited from System.Object

Remarks

See also