CADability dotNET
Access to the OctTree containing all geometrical objects of the model. Do not modify the octtree to avoid inconsitencies between model and octtree. Use the octtree for fast access to the objects in the model from geometrical constraints.

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

Syntax

C#
public OctTree<IGeoObject> OctTree { get; }
Visual Basic
Public ReadOnly Property OctTree As OctTree(Of IGeoObject)
	Get
Visual C++
public:
property OctTree<IGeoObject^>^ OctTree {
	OctTree<IGeoObject^>^ get ();
}

See Also