You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inPath | Fil.Path | Coordinates of the input path points in surface coordinate system. | ||
![]() | outSurfaceGridPath | Fil.Path | Output path in surface grid coordinate system. |