You are here: Start » FIL.NET » FIS.GetSurfaceElement_Interpolated Method

FIS.GetSurfaceElement_Interpolated Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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