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

AVL.SurfaceToPoint3DArray

Converts a surface object to an array of points removing nonexistent ones.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToPoint3DArray
(
	AvlNet.Surface inSurface,
	IList<AvlNet.Point3D> outPoint3DArray
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outPoint3DArraySystem.Collections.Generic.IList<AvlNet.Point3D>Output point array.

See also