GetSurfaceElement_Interpolated


Returns an interpolated single point of a surface given its surface grid coordinates.

Syntax

C++
C#
Python
 
def GetSurfaceElement_Interpolated(
	inSurface: Surface,
	inPoint: Point2D,
	inInterpolationRadius: int,
	/
)
-> outPoint: Point3D

Parameters

Name Type Range Default Description
Input value inSurface Surface Input surface
Input value inPoint Point2D Surface grid coordinates of the input point
Input value inInterpolationRadius int 0 - 65535 Radius of vicinity being taken into account to interpolate not existing point
Output value outPoint Point3D Output point