You are here: Start » AVL.NET » AVL.SurfaceToPoint3DGrid Method

AVL.SurfaceToPoint3DGrid Method

Converts a surface object to a grid of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceToPoint3DGrid(
	AvlNet.Surface inSurface,
	out AvlNet.Point3DGrid outPoint3DGrid
)

Parameters

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

See also