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

Invoke.TrimPoint3DArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPoint3DArray
(
	List<Avl.Point3D> inPoints3D,
	Avl.Box3D inBox3D,
	List<Avl.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Avl.Point3D>
inBox3DAvl.Box3D
outPoints3DSystem.Collections.Generic.List<Avl.Point3D>

See also