Jump to content

Recommended Posts

Posted

how could i draw a line composed of several distances in one attemp?

thanks

Posted

Start a line at any point, turn on ortho or polar, move the cursor away from the first point in a cardinal direction. With ortho you should see the axis "locked" to vertical or horizontal. With polar, you should see a "lock" when you get near horizontal or vertical. When you see the axis "locked" like that, enter the first distance, press enter, next distance, enter, next distance, enter......continue.

Posted

i could do it by polar tracking but the line is still devided in sections. i suppose after marking one line.

Posted (edited)

I have to presume, like @rickh, that you are talking about a line that would be the sum of a number of partial lengths; but don't forget that if you would follow the above advice will end with a bunch of contiguous items which isn't a recommended practice. So, call the JOIN command just after to convert them into a single item.

Alternatively, since seems that you use full AutoCAD, may try to either use the 'CAL tool or an AutoLISP expression on prompter:

(+ 25.4 304.8 101)

What doesn't result from your post is the angle you want to draw that line at.

Edited by MSasu
Spelling
Posted

It is divided into sections because that is how you are entering the information. Get out your calculator and figure out the overall total length. Or, if it needs to be a single entity (selectable with one pick) use a polyline instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...