Skip to content

Overload_Rhino_Geometry_BoundingBox_Contains

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally