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

StripeScanParams3D Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public StripeScanParams3D
(
	AvlNet.ProfileInterpolationMethod profileInterpolation,
	float smoothingStdDev,
	float minMagnitude,
	float? maxInnerEdgeMagnitude,
	AvlNet.SurfaceStripePolarity stripePolarity,
	float minStripeWidth,
	float? maxStripeWidth
)

Parameters

Name Type Range Default Description
profileInterpolationAvlNet.ProfileInterpolationMethod
smoothingStdDevfloat
minMagnitudefloat
maxInnerEdgeMagnitudefloat?
stripePolarityAvlNet.SurfaceStripePolarity
minStripeWidthfloat
maxStripeWidthfloat?

See also