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

FIS.TrimPoint3DArray Method

Removes points not contained in a box in 3D from an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimPoint3DArray
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Box3D inBox3D,
	IList<FilNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inBox3DFilNet.Box3D
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>

See also