CADability dotNET
Find the node containing the provided point.

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

Syntax

C#
public OctTree<(Of <(<'T>)>)>..::..Node<T> FindNode(
	GeoPoint center
)
Visual Basic
Public Function FindNode ( _
	center As GeoPoint _
) As OctTree<(Of <(<'T>)>)>..::..Node(Of T)
Visual C++
public:
OctTree<(Of <(<'T>)>)>..::..Node<T>^ FindNode(
	GeoPoint center
)

Parameters

center
Type: CADability..::..GeoPoint
the point

Return Value

the node or null if outside

See Also