Show / Hide Table of Contents

Delegate OctTree<T>.FilterNode

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate bool FilterNode(OctTree<T>.Node<T> toCheck);
Parameters
Type Name Description
OctTree.Node<T> toCheck
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX