You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.GetSurfaceElement_Interpolated

AVL.GetSurfaceElement_Interpolated

Returns an interpolated single point of a surface given its surface grid coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GetSurfaceElement_Interpolated
(
	AvlNet.Surface inSurface,
	AvlNet.Point2D inPoint,
	int inInterpolationRadius,
	out AvlNet.Point3D outPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPointAvlNet.Point2DSurface grid coordinates of the input point.
inInterpolationRadiusint<0, 65535>0Radius of vicinity being taken into account to interpolate not existing point. Default value: 0.
outPointAvlNet.Point3DOutput point.

See also