You are here: Start » AVL.NET » StripeScanParams3D Class

StripeScanParams3D Class

Namespace:Avl
Assembly:AvlNet.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 Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxInnerEdgeMagnitudeAtl.Optional<System.Single>
MaxStripeWidthAtl.Optional<System.Single>
MinMagnitudeSystem.Single
MinStripeWidthSystem.Single
ProfileInterpolationAvl.ProfileInterpolationMethod
SmoothingStdDevSystem.Single
StripePolarityAvl.SurfaceStripePolarity

Methods

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

Remarks

See also