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

Invoke.ProjectPathOntoSurface

Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProjectPathOntoSurface
(
	Fil.Surface inSurface,
	Fil.Path inPath,
	Fil.Path outSurfaceGridPath
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inPathFil.PathCoordinates of the input path points in surface coordinate system.
outSurfaceGridPathFil.PathOutput path in surface grid coordinate system.

See also