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

AVS.TrimPoint3DArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inBox3DAvlNet.Box3D
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>

See also