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

RidgeScanParams3D Constructor

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

Syntax

public RidgeScanParams3D
(
	AvlNet.ProfileInterpolationMethod profileInterpolation,
	float smoothingStdDev,
	float ridgeWidth,
	float ridgeMargin,
	AvlNet.RidgeOperator ridgeOperator,
	float minMagnitude,
	AvlNet.SurfaceRidgePolarity ridgePolarity
)

Parameters

Name Type Range Default Description
profileInterpolationAvlNet.ProfileInterpolationMethod
smoothingStdDevfloat
ridgeWidthfloat
ridgeMarginfloat
ridgeOperatorAvlNet.RidgeOperator
minMagnitudefloat
ridgePolarityAvlNet.SurfaceRidgePolarity

See also