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

Invoke.SurfaceToPoint3DGrid

Converts a surface object to a grid of points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
outPoint3DGridAvl.Point3DGridOutput point grid.

See also