You are here: Start » AVL.NET » AVS.AvsFilter_GetSurfaceElement Method

AVS.AvsFilter_GetSurfaceElement Method

Gets the value of a single point of a surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_GetSurfaceElement
(
	AvlNet.Surface inSurface,
	AvlNet.Location inLocation,
	out AvlNet.Point3D outPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inLocationAvlNet.LocationLocation of the surface point to be accessed.
outPointAvlNet.Point3DOutput point of the input surface.

See also