CADability dotNET

The IOctTreeInsertable type exposes the following members.

Methods

  NameDescription
Public methodGetExtent
Gets the 3-dimensional extent of an object
Public methodHitTest(BoundingCube%, Double)
Tests whether an object is touched by the provided cube
Public methodHitTest(Projection..::..PickArea, Boolean)
Tests whether an object is inside or touched by the provided area
Public methodHitTest(Projection, BoundingRect, Boolean)
Tests whether an object is inside or touched by the rectangle when projected with the provided projection
Public methodPosition
Returns the smallest parameter value (l) where the provided line hits the object so that the point fromHere + l * direction is on or close to the object. The result may be negative. Return double.MaxValue if there is no such point.

See Also