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

FIS.GetSurfacePath Method

Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetSurfacePath
(
	FilNet.Surface inSurface,
	FilNet.Path inPath,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPathFilNet.PathSurface grid coordinates of the input path points.
outPathFilNet.PathOutput path in surface coordinates.

See also