You are here: Start » FIL.NET » Function Reference » Conversions » FIL.Point3DGridToPoint3DArray

FIL.Point3DGridToPoint3DArray

Converts a grid of points to an array of points removing nonexistent ones.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Point3DGridToPoint3DArray
(
	FilNet.Point3DGrid inPoint3DGrid,
	IList<FilNet.Point3D> outPoint3DArray
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGrid
outPoint3DArraySystem.Collections.Generic.IList<FilNet.Point3D>

See also