Drawing a Jack in the Box w/ AutoCAD & MSCAD Questions

  • Thread starter Thread starter tribdog
  • Start date Start date
  • Tags Tags
    Autocad
AI Thread Summary
To create a drawing of a Jack in the Box using AutoCAD or MSCAD, users can utilize the "@" command to specify line lengths and angles efficiently. This command allows for the drawing of lines at specific angles without the need for excessive drawing and erasing. Additionally, the line command can be used with both absolute and relative coordinates to connect points accurately. The discussion also touches on the differences between the student and professional versions of AutoCAD, noting that the main distinction lies in printing, as the student version includes a watermark. Overall, these tips aim to streamline the drawing process for users working with specific dimensions and coordinates.
tribdog
Messages
768
Reaction score
17
I have a bunch of points and I need to turn them into a drawing of a Jack in the Box. The guy who shot it in couldn't get quite a few points, but he did measure them with a tape and gave me the dimensions. I've been using the offset command to put in lengths he supplied, but that involves a lot of drawing and erasing. My question is is there a way to tell AutoCad how long of a line you want? Also I'm using MSCad not AutoCad but I think the commands are all the same.
 
Engineering news on Phys.org
Well, you could use the "@" comand.
For example, let's say you want to draw a line that is 10 units long at an angle of, say, 45 degrees. What you would do is specify the beginning point of the line, just like you would normaly, then you type on the comand box @10<45 (no spaces in between)
The @ symbol tells AutoCAD that the next instructions should be followed. the 10 is the length, the < signs tells AutoCAD in what angle the line should be drawn. This is handy when you need to draw specific lines at various angles with respect to something else than the grid.
 
If what you're doing is essentially drawing lines between co-ordinates, you could use the line command with absolute co-ordinates. If you know the co-ordinates of some of the points relative to others, you can use the line command with relative co-ordinates (line from x,y,z to @x1,y1,z1 draws a line from (x,y,z) to a new point that has distances of x1, y1 and z1 from the first point, along the 3 directions).

I suspect you problem is actually more tricky than this. WaR's suggestion is good for drawing lines of a certain length.
 
As the others have said, the '@' key tells autocad that to use coordinates relative to the last entry.
 
This is somewhat off topic. :rolleyes:

Is there a big difference, other than price, between the student and the regular(or professional I guess) version of autocad?
 
I am unaware of a big difference performance wise. The real difference comes when you plot (print) your work. You have "AutoCAD student version" printed out at every side of the paper.
 
Ok cool, thanks. Having "AutoCAD student version" shouldn't bother me too much :smile:
 

Similar threads

Replies
15
Views
2K
Replies
4
Views
3K
Replies
1
Views
3K
Replies
15
Views
4K
Replies
5
Views
2K
Back
Top