You are here: Start » AVL.NET » AVL.ProjectPointOntoSurface

AVL.ProjectPointOntoSurface

Returns an interpolated single point of a surface given its coordinates in surface coordinate system.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProjectPointOntoSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Point2D inPoint,
	out AvlNet.Point3D outSurfaceRealPoint,
	out AvlNet.Point2D outSurfaceGridPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPointAvlNet.Point2DCoordinates of the input point in surface coordinate system.
outSurfaceRealPointAvlNet.Point3DOutput point in surface coordinate system.
outSurfaceGridPointAvlNet.Point2DOutput point in surface grid coordinate system.

Function Overrides

See also