CADability dotNET
Returns all nodes close to the provided object.

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

Syntax

C#
protected OctTree<(Of <(<'T>)>)>..::..Node<T>[] GetNodesCloseTo(
	IOctTreeInsertable closeToThis
)
Visual Basic
Protected Function GetNodesCloseTo ( _
	closeToThis As IOctTreeInsertable _
) As OctTree<(Of <(<'T>)>)>..::..Node(Of T)()
Visual C++
protected:
array<OctTree<(Of <(<'T>)>)>..::..Node<T>^>^ GetNodesCloseTo(
	IOctTreeInsertable^ closeToThis
)

Parameters

closeToThis
Type: CADability..::..IOctTreeInsertable
Object for selection

Return Value

All nodes interfering with the provided object

See Also