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

Invoke.SurfaceToPoint3DArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
outPoint3DArraySystem.Collections.Generic.List<Avl.Point3D>Output point array.

See also