Dragline: Midpoint and Endpoint Marking Tools

image
Some years ago, I requested a script to set a midpoint to in the center of a drawn line without actually making the line. @pascal* was nice enough to write them. I thought that they deserved their own thread, so that others might use them.

Even with Rhino’s plentiful assortment of snaps, I find that I still use them almost every time I use Rhino. They are very basic and simple but useful tools. Who are they for: people who make things with a lot of parts.

The first tool sets a point in the middle of a stretched guide line, without making a line. (really it does, but it deletes it afterwards.)

Just for illustration, here, centerpoints are marked in these boxes.

The Midpoint is useful for:

  • Adding points to blocks
  • Adding center points to a dense collection of objects, where it’s touch to pick out the edge you want.
  • Helping add midpoints to some objects which snaps may not snap to, but other points are available, such as snapping from quad to quad.
  • Lazy, but handy: setting a point at half of your grid snap distance.
  • Laying out SubD faces.

The second tool-ett is a variation, which sets a point at the end of a measuring line.

To use it, I set a start point, and then type a length and/or angle, and then pick or ortho-coinstrain the endpoint direction, like drawing a line. It leaves an end point at the length.

Here, I am measuring out 2 similar lengths. In this case the grid would work, but you get it.

image

Dragline.rui (7.4 KB)

Basically, you can load the 2 tools like any toolbar, and if you like them, you can copy them to the tool bar of your choosing. Like anything else in this world, back up often, use at your own risk : )

Note: a script error will occur if an object is already selected on their invocation
(but this has not yet caused a rip in the time-space. : )

Thank you, Pascal
Brenda

Hello Brenda,

It seems like the first tool can be accomplished with the macro

_Point _Between

and the second with the macro

_Point _From

2 Likes

Hi Helveasaur,

Thank you.

The first one does the same as the original script.
The second one is a little visually different, but the same result can had.

I guess that they went in Rhino, undocumented, since my post some years ago?
"Your search for “_Point _Between” returned 0 result(s).

I will update the button bar and re-upload it, with the one-liners that you provided.

These are indeed useful tools, deserving of a little attention.

The Toolbar is updated with the new macros.

I edited the icons a bit, and changed the group to “Drag Point.” They work but could still be better.
image

Dragpoint.rui (6.4 KB)

(Personally, I usually copy them to my main vertical toolbar.)