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


