CADability dotNET
Returns all objects that interfere or are close to the provided box.

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

Syntax

C#
public T[] GetObjectsFromBox(
	BoundingCube box
)
Visual Basic
Public Function GetObjectsFromBox ( _
	box As BoundingCube _
) As T()
Visual C++
public:
array<T>^ GetObjectsFromBox(
	BoundingCube box
)

Parameters

box
Type: CADability..::..BoundingCube
Box for the selection

Return Value

Array of all objects which match the criterion

See Also