Fastest way to place a line in the midpoint of two lines.

Fastest way to place a line in the midpoint of two lines.

zbischof
Enthusiast Enthusiast
16,544 Views
15 Replies
Message 1 of 16

Fastest way to place a line in the midpoint of two lines.

zbischof
Enthusiast
Enthusiast

zbischof_0-1692974773716.png

I've got a building with a bunch of unique room layouts. I have to draw a polyline to callout a keyed note. Simple stuff but time consuming since I can't copy between rooms. Is there a way to draw a line in-between those walls faster than grabbing the mid-point of a guideline or using the midpoint command (shift+right click).

 

0 Likes
Accepted solutions (1)
16,545 Views
15 Replies
Replies (15)
Message 2 of 16

Patchy
Mentor
Mentor

Use Mid between 2 points?

0 Likes
Message 3 of 16

Valentin_CAD
Mentor
Mentor

@zbischof ,

 

ValentinWSP_0-1692977027034.png

 

 

Also, take a look at the YQARCH plugin.

 

 



Select the "Mark as Solution" if my post solves your issue or answers your question.

Seleccione "Marcar como solución" si mi publicación resuelve o responde a su pregunta.


Emilio Valentin

0 Likes
Message 4 of 16

zbischof
Enthusiast
Enthusiast

zbischof_0-1692977177577.png

If this is what you're talking about it is pretty fast. I was wondering if there was a one clicks solution like a offset command that adjust to hit the center or something like that.

0 Likes
Message 5 of 16

Patchy
Mentor
Mentor

Use object running snap?

0 Likes
Message 6 of 16

zbischof
Enthusiast
Enthusiast

zbischof_0-1692977684581.png

yep

 

0 Likes
Message 7 of 16

Kent1Cooper
Consultant
Consultant

@Patchy wrote:

Use object running snap?


Mid-of-2-points Object Snap doesn't make sense as a "running" mode, since it requires two picks to implement.  Some other applicable mode would "kick in" on the first pick you make, so mid-of-2 wouldn't ever be applied.  That's why it doesn't appear in the OSNAP command's dialog box for setting running modes, but only appears in the one-shot call-for-it list [Shift+right-click or Ctrl+right-click], at the top above the runnable-modes listing along with others that don't make sense as running modes [e.g. 'From'].

Kent Cooper, AIA
0 Likes
Message 8 of 16

leeminardi
Mentor
Mentor

Using Mid Between 2 Points via Shift-Right Click requires quite a bit of keyboard (shift) and mouse click coordination.  In addition, you often don't have two points that will yield the desired midpoint. It might be easier (and faster?) to create a construction line first and then snapping using the midpoint.  For example, with osnap nearest, endpoint, and midpoint active create the red polyline for the walls as shown.

leeminardi_0-1692979645638.png

You can now use offset-through to create the green lines ny snapping to the midpoints of various red segments.

leeminardi_1-1692979744873.png

Chamfer is used to clean it up.

leeminardi_2-1692979815541.png

 

 

 

 

 

 

lee.minardi
0 Likes
Message 9 of 16

Kent1Cooper
Consultant
Consultant
Accepted solution

@leeminardi wrote:

....  In addition, you often don't have two points that will yield the desired midpoint. ....


In most cases, an APParent-intersection call will get you the point(s) desired.  But in the situation you illustrate, using temporary helper Lines, I would do it as in the left side here [the red ones use ordinary running ENDpoint or INTersection Osnap; the yellow ones all involved APP Osnap at one end]:

Kent1Cooper_0-1692980524110.png

Then you just set MIDpoint Osnap as the lone running mode, and run around doing the green lines in the right half -- no Chamfer/Fillet/Trim/Extend operation(s) needed.

 

But that's only if you feel more comfortable having helper Lines of some kind [which you then need to delete].  It can all be done without them, using a combination of M2P [or MTP] and APParent-intersection calls.

Kent Cooper, AIA
0 Likes
Message 10 of 16

leeminardi
Mentor
Mentor

@Kent1Cooper I didn't think of Apparent-intersection.  It does reduce the need for offset and chamfer. 

I created one continuous "helper" polyline, rather than a bunch of them, to simplify deletion after creating the midpoint line.

lee.minardi
Message 11 of 16

Kent1Cooper
Consultant
Consultant

@leeminardi wrote:

....  I created one continuous "helper" polyline, rather than a bunch of them, to simplify deletion after creating the midpoint line.


That makes sense, though it's counterbalanced by the need to Chamfer/Fillet/Extend/Trim the midway linework.  Everything's a trade-off....

Kent Cooper, AIA
0 Likes
Message 12 of 16

pendean
Community Legend
Community Legend

@zbischof CENTERLINE command https://www.youtube.com/watch?v=lw2AJbajUfU
EXPLODE afterwards then FILLET as needed (if they are created on a unique layer in the first place you can just LOCK all the other layers or FREEZE the the other layers to get them out of the way).

All of the above is even faster if you've developed LISP tools to lock-all and feeze-all layers more quickly.

0 Likes
Message 13 of 16

RSomppi
Mentor
Mentor

OSnap Tracking

0 Likes
Message 14 of 16

Washingtonn
Collaborator
Collaborator

The Route Line add-in from UHP Process Piping, Inc.,with setting OSNAP to INT, and a toolbar of point filter macros simplifies the creation of an in-between polyline (exploded from a Route Line) to a selection of mouse clicks.

 

0 Likes
Message 15 of 16

zbischof
Enthusiast
Enthusiast

I ended up going with a mix of different methods mentioned here. Thanks for all the ideas! 

0 Likes
Message 16 of 16

zainabah
Community Visitor
Community Visitor

it asks for admin permission, is there any way to install it with it

 

0 Likes