GetSurfacePath
Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.
Syntax
C++
C#
Python
def GetSurfacePath( inSurface: Surface, inPath: Path, outPath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inPath | Path | Surface grid coordinates of the input path points | |
![]() |
outPath | Path | Output path in surface coordinates |


