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