M_Rhino_Geometry_Plane_DistanceTo - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the signed minimum and maximum distances from bbox to this plane.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool DistanceTo(
BoundingBox bbox,
out double min,
out double max
)
VB
Public Function DistanceTo (
bbox As BoundingBox,
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
) As Boolean
- bbox
- Type: Rhino.Geometry.BoundingBox
bounding box to get distances from - min
- Type: System.Double
minimum signed distance from plane to box - max
- Type: System.Double
maximum signed distance from plane to box
Type: Boolean
false if plane has zero length normal
Supported in: 6.0.16224.21491