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

Invoke.ProjectPointOntoSurface

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ProjectPointOntoSurface
(
	Avl.Surface inSurface,
	Avl.Point2D inPoint,
	int inInterpolationRadius,
	Optional<Avl.Point3D> outSurfaceRealPoint,
	Optional<Avl.Point2D> outSurfaceGridPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inPointAvl.Point2DCoordinates of the input point in surface coordinate system.
inInterpolationRadiusint<0, 65535>0Radius of vicinity being taken into account to interpolate not existing point. Default value: 0.
outSurfaceRealPointAtl.Optional<Avl.Point3D>Output point in surface coordinate system.
outSurfaceGridPointAtl.Optional<Avl.Point2D>Output point in surface grid coordinate system.

See also