You are here: Start » FIL.NET » FIS.Point3DGridToPoint3DArray Method

FIS.Point3DGridToPoint3DArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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