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