You are here: Start » AVL.NET » AVL.ProjectPointOntoSurface Method
AVL.ProjectPointOntoSurface Method
Returns an interpolated single point of a surface given its coordinates in surface coordinate system.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProjectPointOntoSurface( AvlNet.Surface inSurface, AvlNet.Point2D inPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inPoint | AvlNet.Point2D | Coordinates of the input point in surface coordinate system. |

