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 | |
|---|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | ||
![]() |
inPoint | Point2D | Surface grid coordinates of the input point | ||
![]() |
inInterpolationRadius | int | 0 - 65535 | Radius of vicinity being taken into account to interpolate not existing point | |
![]() |
outPoint | Point3D | Output point |


