Overload_Rhino_Geometry_Plane_DistanceTo - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() ![]() |
DistanceTo(Point3d) | Returns the signed distance from testPoint to its projection onto this plane. If the point is below the plane, a negative distance is returned. |
![]() |
DistanceTo(BoundingBox, Double, Double) | Returns the signed minimum and maximum distances from bbox to this plane. |