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

AVS.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,
	AvlNet.Point3DGrid outPoint3DGrid
)

Parameters

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

See also