How to check the distance between two points in Rhino?

Short Answer

To check the distance between two points in Rhino, use the Distance command and click the first point, then the second point. Rhino reports the exact distance in the command line, making this the fastest and most common professional method. Limitation: it only measures between the points you select.

What You Need to Know Before

Warning: If Object Snap is off or the wrong snap is active, you may click near the intended point instead of exactly on it, giving a false distance. This is especially common on dense models, imported geometry, or perspective views.

How to Check the Distance Between Two Points in Rhino

  • Command: Distance

  • Shortcut: Distance

  • Quick Steps:

    1. In the command line, type Distance and press Enter.
    2. Turn on Osnap on the status bar, then enable a precise snap such as End, Point, or Near.
    3. Click the first point, then click the second point; read the result in the command line.

Variables & Settings

  • Key Setting: Osnap

  • Expert Setting: Object Snap controls whether Rhino selects exact geometric points or approximate screen picks. For accurate distance checks, use the correct Osnap type for the geometry, such as End for curve endpoints or Point for point objects.

Why it Fails

  • Cause 1 (Geometry): The selected location is not a true point on the object, or you snap to the wrong sub-object location.
  • Cause 2 (layers/Locks): The target object is on a locked layer, making point selection difficult or impossible in some workflows.
  • Cause 3 (Command/Logic): You use free clicks without Osnap, so Rhino measures between approximate picked locations instead of exact model points.

Quick Fix & Best Practice

  • Quick Fix: Turn on Osnap and rerun the Distance command using End, Point, or Near as needed.
  • Manager’s Verdict: Use Distance for quick verification during modeling and QA. For repeated reporting or annotation, pair it with dimensions instead of relying only on the command line readout.

FAQ

How do I measure between two endpoints in Rhino?
Turn on End Osnap and use the Distance command.

Can Rhino show the distance without drawing a line?
Yes, Distance reports it directly in the command line without creating geometry.

Why is my Rhino distance inaccurate?
Most often, Osnap is off or you selected the wrong snap point.

.