You are here: Start » FIL.NET » Invoke.GetSurfacePath

Invoke.GetSurfacePath

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetSurfacePath
(
	Fil.Surface inSurface,
	Fil.Path inPath,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inPathFil.PathSurface grid coordinates of the input path points.
outPathFil.PathOutput path in surface coordinates.

See also