RhinoCommon API
BoundingBoxContains Method (Point3d) |
Tests a point for bounding box inclusion. This is the same as calling Contains(point, false)
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Parameters
- point
- Type: Rhino.GeometryPoint3d
Point to test.
Return Value
Type: Booleantrue if the point is on the inside of or coincident with this bounding box; otherwise false.
