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