You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.GetSurfaceElement_Interpolated
Returns an interpolated single point of a surface given its surface grid coordinates.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetSurfaceElement_Interpolated ( FilNet.Surface inSurface, FilNet.Point2D inPoint, int inInterpolationRadius, out FilNet.Point3D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inPoint | FilNet.Point2D | Surface grid coordinates of the input point. | ||
![]() | inInterpolationRadius | int | <0, 65535> | 0 | Radius of vicinity being taken into account to interpolate not existing point. Default value: 0. |
![]() | outPoint | FilNet.Point3D | Output point. |