Maybe I don't entirely understand what you are doing, but if you know where the endpoints are supposed to be, why not just draw the line from the first point to the second point and have done?

Registered forum members do not see this ad.
I have a line (not a polyline) that i need to extend by dragging one end to an arbitrary location but must conserve the orientation of the line. I then have to drag the other end point in the opposite location to a location that I pick (ie, not a cad feature, but by human eye)
POLAR works good in that i know the angle, but the line is allowed to be drawn wherever, and i need to focus on precisely where i extend the line too and not that the angle is changing.
TIA!




Maybe I don't entirely understand what you are doing, but if you know where the endpoints are supposed to be, why not just draw the line from the first point to the second point and have done?
Never try to teach a pig to sing. It wastes your time and annoys the pig. -Robert Heinlein
Would temporarily rotating the UCS around the Z axis be of benefit? This way you realign the drawing model to the angle of the line, so your POLAR or ORTHO will be realigned as well.
Tannar Frampton | Facilities Engineering | Revit 2013
Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio

Jack: sort of. I know the approximate "area" where the new endpoints (ep) should be, so I have to drag each current ep to the desired area while conserving the orientation of the given line exactly like drawing with the ORTHO tool.
StykFacE - good idea. unfortunaely i have many, many of these lines to extend and this seem technique requires 2-extra steps. Of course it will work for now! Question: can you explain further how to do this? I can determine the angle of the line, but how do i apply this roation value?
I give a step by step in this recent thread: http://www.cadtutor.net/forum/showth...rdinate-System
Tannar Frampton | Facilities Engineering | Revit 2013
Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio




Well, another thing you could do is to draw a construction line at each end, extend to them and then erase the construction lines. In the sketch below, the red lines represent the construction lines, the blue line is the one you wanted to extend. Give the construction lines a layer of their own, then when you are done, you can freeze all the other layers and erase them all at once.constructionline.jpg
Never try to teach a pig to sing. It wastes your time and annoys the pig. -Robert Heinlein

StykeFacE - that worked great - thank you!
Jack - the EXTEND function works well too, thank you.
I have inc both ideas, as now i need to extend lines into 'general areas' that i pick (SykeFacE) and specific points (Jack) which i can draw a construction line through - nice.
Still surprised there is no drawing tool that works like ORTHO for odd angle lines or a command to constrict to a set angle?
much thanks.
There's a LENGTHEN command, but it's outdated IMHO. I'm sure there's a LISP routine running around somewhere that does what you want.
Tannar Frampton | Facilities Engineering | Revit 2013
Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio
Registered forum members do not see this ad.
Actually, you're right. You don't even need DYN on.
It works great actually. Here's the command and options:
I officially retract my previous statement regarding the LENGTHEN command being outdated. The DYnamic option is excellent.Code:Command: LENGTHEN Select an object or [DElta/Percent/Total/DYnamic]: DY *SELECT LINE*![]()
Tannar Frampton | Facilities Engineering | Revit 2013
Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio
Bookmarks