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
Input value inSurface Surface Input surface
Input value inPath Path Coordinates of the input path points in surface coordinate system
Output value outSurfaceGridPath Path Output path in surface grid coordinate system