You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SurfaceToPoint3DGrid

AVL.SurfaceToPoint3DGrid

Converts a surface object to a grid of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToPoint3DGrid
(
	AvlNet.Surface inSurface,
	AvlNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outPoint3DGridAvlNet.Point3DGridOutput point grid.

See also