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

AVS.SurfaceMultipleProfilesAlongAxis Method

Creates the profiles of point Z values along X or Y axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceMultipleProfilesAlongAxis
(
	AvlNet.Surface inSurface,
	AvlNet.Axis inAxis,
	int inSmoothRadius,
	float inDefaultValue,
	IList<AvlNet.Profile> outProfiles
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inAxisAvlNet.AxisAxis along which the profile is extracted.
inSmoothRadiusint<0, INF>Increases the number of neighbouring profiles taken into account extracting a single profile.
inDefaultValuefloatDefault value of the not existing and not interpolated surface point.
outProfilesSystem.Collections.Generic.IList<AvlNet.Profile>The resulting profiles of the surface height.

Function Overrides

See also