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 | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inPath | FilNet.Path | Coordinates of the input path points in surface coordinate system. | ||
![]() | outSurfaceGridPath | FilNet.Path | Output path in surface grid coordinate system. |