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

FIL.GetSurfaceElement_Interpolated

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPointFilNet.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.
outPointFilNet.Point3DOutput point.

See also