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

AVL.SurfaceToPoint3DArray Method

Converts a surface object to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceToPoint3DArray(
	AvlNet.Surface inSurface,
	out AvlNet.Point3D[] outPoint3DArray
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outPoint3DArrayAvlNet.Point3DOutput point array.

See also