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
Input value inSurface Surface Input surface
Input value inPath Path Surface grid coordinates of the input path points
Output value outPath Path Output path in surface coordinates