Intersect
Summary
public ContainmentType Intersect(ref BoundingBox box, bool lazy)
Returns the intersection with the storage region
Returns
Containment type
Parameters
- BoundingBox box
- bool lazy
Summary
public bool Intersect(ref LineD line)
Returns true if the specific line intersects the storage region
Returns
True if line intersects
Parameters
- LineD line