CADability dotNET
Returns all objects that are close to the provided object.

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

Syntax

C#
public T[] GetObjectsCloseTo(
	IOctTreeInsertable closeToThis
)
Visual Basic
Public Function GetObjectsCloseTo ( _
	closeToThis As IOctTreeInsertable _
) As T()
Visual C++
public:
array<T>^ GetObjectsCloseTo(
	IOctTreeInsertable^ closeToThis
)

Parameters

closeToThis
Type: CADability..::..IOctTreeInsertable
Object which neighbours are searched

Return Value

All objects close to closeToThis

See Also