You are here: Start » FIL.NET » Invoke.GetSurfaceElement_Interpolated
Returns an interpolated single point of a surface given its surface grid coordinates.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetSurfaceElement_Interpolated ( Fil.Surface inSurface, Fil.Point2D inPoint, int inInterpolationRadius, out Fil.Point3D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inPoint | Fil.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 | Fil.Point3D | Output point. |