Click or drag to resize

PlaneDistanceTo Method (BoundingBox, Double, Double)

Returns the signed minimum and maximum distances from bounding box to this plane.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool DistanceTo(
	BoundingBox bbox,
	out double min,
	out double max
)

Parameters

bbox
Type: Rhino.GeometryBoundingBox
bounding box to get distances from
min
Type: SystemDouble
minimum signed distance from plane to box
max
Type: SystemDouble
maximum signed distance from plane to box

Return Value

Type: Boolean
false if plane has zero length normal
See Also