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

FIS.ProjectPathOntoSurface Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPathOntoSurface
(
	FilNet.Surface inSurface,
	FilNet.Path inPath,
	FilNet.Path outSurfaceGridPath
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inPathFilNet.PathCoordinates of the input path points in surface coordinate system.
outSurfaceGridPathFilNet.PathOutput path in surface grid coordinate system.

See also