CADability dotNET
Returns all objects of the model that are inside ore close to the provided box.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoObjectList GetObjectsFromBox(
	BoundingCube box
)
Visual Basic
Public Function GetObjectsFromBox ( _
	box As BoundingCube _
) As GeoObjectList
Visual C++
public:
GeoObjectList^ GetObjectsFromBox(
	BoundingCube box
)

Parameters

box
Type: CADability..::..BoundingCube
Box from which to seek objects

Return Value

List of objects in or close to the box

See Also