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

AVS.SurfaceSingleProfileAlongAxis Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceSingleProfileAlongAxis
(
	AvlNet.Surface inSurface,
	AvlNet.Axis inAxis,
	double inCoordinateValue,
	int inSmoothRadius,
	float inDefaultValue,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inAxisAvlNet.AxisAxis along which the profile is extracted.
inCoordinateValuedoubleDetermines the coordinate the profile will be extracted from.
inSmoothRadiusint<0, INF>Increases the number of neighbouring profiles taken into account extracting a profile.
inDefaultValuefloatDefault value of the not existing and not interpolated surface point.
outProfileAvlNet.ProfileThe resulting profile of the surface height.

Function Overrides

See also