Overload_Rhino_Geometry_BoundingBox_Contains - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
Contains(BoundingBox) | Determines whether this boundingbox contains another boundingbox. This is the same as calling Contains(box,false). |
![]() |
Contains(Point3d) | Tests a point for boundingbox inclusion. This is the same as calling Contains(point, false) |
![]() |
Contains(BoundingBox, Boolean) | Determines whether this boundingbox contains another boundingbox. The user can choose how to treat boundingboxes with coincidents surfaces. |
![]() |
Contains(Point3d, Boolean) | Tests a point for BoundingBox inclusion. |