You are here: Start » AVL.NET » AVS.FlattenSurface_WithScalePreserving Method

AVS.FlattenSurface_WithScalePreserving Method

Flattens a curved surface preserving the scale on the axes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FlattenSurface_WithScalePreserving
(
	AvlNet.Surface inSurface,
	AvlNet.Axis inCurvatureAxis,
	float inStdDev,
	AvlNet.Point3DGrid outFlattenedGrid
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inCurvatureAxisAvlNet.AxisAxis along which the input surface is curved.
inStdDevfloat<0.0f, INF>Standard deviation for smoothing of the surface.
outFlattenedGridAvlNet.Point3DGridOutput point grid.

Function Overrides

See also