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

Invoke.FlattenSurface_WithScalePreserving

Flattens a curved surface preserving the scale on the axes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inCurvatureAxisFil.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outFlattenedGridFil.Point3DGridOutput point grid.
diagSmoothedSurfaceFil.Diagnostic<Fil.Surface>Surface smoothed with a Gaussian kernel.

See also