Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to draw a line "B" starting at a point 16.7' along line "A".
What is the best way to do this?
Solved! Go to Solution.
I want to draw a line "B" starting at a point 16.7' along line "A".
What is the best way to do this?
Solved! Go to Solution.
You can use the (fe) Osnap function defined in FromEnd.lsp, available >here<.
You can also, in the situation in the image, use Object Snap Tracking, but (fe) will also work other than in straight directions, such as along an Arc or Spline or Polyline with bends within the desired distance.
With the Osnap set to endpoint and Otracking on, start the line command and hover over the endpoint (on intersection if that Osnap is on) pull the cursor the direction you want to go, with Polar or Ortho on, type 16' enter.
Or just start the line command, select Endpoint in the short cut menu (shift+RMB), not open the short cut menu again and pick endpoint, now select the endpoint, type @Anonymous'<0 and hit enter.
GrantsPirate
Piping and Mech. Designer![]()
Always save a copy of the drawing before trying anything suggested here.
----------------------------------------------------------------------------
If something I wrote can be interpreted two ways, and one of the ways makes you sad or angry, I meant the other one.
Look into Object Snap and Object Snap Tracking. No need for lisp - this will only take a couple seconds to use once you're familar with it. (like grantspirate mentioned above).
Or, just drawing a line at the beginning of your "a" vertically and move it 16.7 to the right with ortho on.
Or use offest 16.7.
Many ways to quickly create that line. I would say learning the object tracking is your best option. Youtube it.
@paul.wood wrote:
Don’t know how to do lisp. So can’t do what you told me.
Also, I can’t get Pmeasure to work
[PMEASURE won't do what you want in this case, anyway -- it will only place a Point or Block.]
To use (fe), put the FromEnd.lsp file at any folder location [preferably but not necessarily a folder in your Support File Search Path list in OPTIONS], and in a drawing, use APPLOAD to Load it. Then call up the Line command, and when it asks for the first point, type (fe) with the parentheses, and follow the prompts.
That's assuming that when you said "line A" in Message 1, you really meant that A is specifically a Line object. The (fe) function measures from the nearer end of an open-ended object, so if A is, for example, a segment within a Polyline, and the Polyline doesn't start or end at the point from which your want to measure, (fe) won't do what you want, and Osnap Tracking is the way to go, as long as you're dealing with only straight distances in only polar-tracking directions.