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

AVS.SurfaceToPoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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