You are here: Start » AVL.NET » Invoke.FlattenSurface_WithScalePreserving

Invoke.FlattenSurface_WithScalePreserving

Flattens a curved surface preserving the scale on the axes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void FlattenSurface_WithScalePreserving
(
	Avl.Surface inSurface,
	Avl.Axis inCurvatureAxis,
	float inStdDev,
	Avl.Point3DGrid outFlattenedGrid,
	Diagnostic<Avl.Surface> diagSmoothedSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inCurvatureAxisAvl.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outFlattenedGridAvl.Point3DGridOutput point grid.
diagSmoothedSurfaceAvl.Diagnostic<Avl.Surface>Surface smoothed with a Gaussian kernel.

See also