Overload_Rhino_Geometry_BoundingBox_Contains - mcneel/rhinocommon-api-docs GitHub Wiki

BoundingBox.Contains Method

Overload List

 

Name Description
Public method Contains(BoundingBox) Determines whether this boundingbox contains another boundingbox. This is the same as calling Contains(box,false).
Public method Contains(Point3d) Tests a point for boundingbox inclusion. This is the same as calling Contains(point, false)
Public method Contains(BoundingBox, Boolean) Determines whether this boundingbox contains another boundingbox. The user can choose how to treat boundingboxes with coincidents surfaces.
Public method Contains(Point3d, Boolean) Tests a point for BoundingBox inclusion.
  Back to Top

See Also

Reference

BoundingBox Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️