AutoCad :: How To Draw The Lines Measuring Fractions
Sep 2, 2011
I have to draw this:
[URL]......
But I can't understand how to draw the lines with that measure in fractions. I have my units set in "Architecture : Inches".
For example, in the right line that is: 9'-11 7/8''
What I do is, start the line command, click anywhere on the gril (because it doesn't say where start... so I guess you could click anywhere, although I am not sure about that either). And then I put, @9
How do I set it so that when I type fractions in a text box it automatically keeps them as non-stacked fractions rather than horizontally or diagonally stacked?
I wrote some stand+alone application (WinForm=, where user can specify dimensions.Now after button click I want to switch form to current AutoCAD file and prompt user to specify point.
From this point I want to start drawing few lines.And I don't know how to switch to AutoCad and get current drawing space.
Drawing Parrallel lines from one elipse to another?
I am drawing pipe and beams.
I use a variety of methods. Right now I just SNAP to the elipse, draw the lines at the angles and then hit the other elipse. Sometimes though the lines jump all around the elipse.
I am trying to draw lines(orange colored) on this 3d object(crimson colored). Every time I go to select the lines to alter them I end up only being able to select the 3d object they are on. How do I turn off the selection of the 3d objects or anything on that layer?
Somehow i can't draw lines with different lineweight. I can change the color and the linetype but the lineweight doesn't. In the properties toolbar over the workspace the last option (after lineweight) is not active and shows bycolor!I suppose that is the problem why i can't draw lines with different lineweight!
How can I draw lines with numbers in autocad that represents sizes of other lines (I don't know how to call them on English) ? For example on this pic lines with numbers 50, 60, etc.
How do we draw three lines instead on one? As an architect, the exterior walls are 3-lines for brick construction. How can I draw with 3-lines instead of one in Aouto Cad 13 for Mac?
How do I draw 2D lines from points? What setting do I need to change? I want to drawin glines using the node as a grip but I do not want them to have z coordinates.
I am doing a project where we should detect center of object and automatically draw lines in all directions example: Lets consider a rectangle, locate center of rectangle and draw lines on all directions.
I am not able to draws circles and lines etc. using the ribbon or the command line. i am using the correct procedures per the tutorials and I have Google search how to add circles. I click the circle on the ribbon, choose my center point and drag to choose the radius, left click and no circle, same procedure for a simple line.
Is there something that needs to be activated for these to work? I have an activation code which I do not remember using when I installed the software, I only remember using the serial number and product key.
I have a problem drawing straight lines. Normally, like everyone, I will start from any given point and the line i wish to draw will snap to 0, 90 or 180 degrees. However there is now no snapping and no straight lines.
I have tried resetting SNAPANG to 0 (it is already set to 0) and this works for maybe the next 3 lines but then I am back to square one and cannot draw a straight line without constantly having to reset SNAPANG.
I've tried resetting USC to world. I've also tried changing PLAN to view and world.
I have received some electrical drawings that i'm making some alterations to. When i try to draw a line between fittings it just disappears. I'm not very experienced with auto cad and only really use it to alter drawings for final designs.
I want to show slope direction in my drawing for a small V-Ditch.
I tried one way by utilizing Measure Command however didnt work out for both face of Concrete V-Ditch because Measure Command aligns the Block on one side of the Line you want to meaure with block.
I have a student who is using AutoCAD 2010 and has Ortho set to on and for some reason it does not draw straight horizontal or vertical lines. They are off by about 5 degrees.
we are using AutoCad 2011 and 2008.When any draw is open everything seems to be just fine, but when we print it out then it came out with lines around the objects(green, grey...)
We have tried 4 different printers with all drivers that we could found on internet, with no success. On the ploter we aren't having any problems and the lines are gone.Also the AutoCad 2006 is without the problems, but we want to move on to the version 11
I have to draw hundreds of lines that have same start point. How can i do this?
I am trying to insert a picture but seem impossible for me. Sow i have lines with the same start point and different endpoints. There is a short way to do this. so avoid to enter the same start point for hundreds times or snap the the same point infinitely... what about Copy with grips or Change command in this case?
I'm working in ACAD 2012. I am at times, unable to draw simple vertical lines in the z-axis. Drawing pluming riser diagrams in 3D. Steps I am taking,
1) Opening the drawing. 2) X referencing a floor plan. 3) Changing the view using the cube to SW Isometric 4) Using the LINE command selecting a point, aligning the cursor with what seems like the Z-axis and entering the distance, heighten enter.
The line drawn is flat. This line can be seen as flat when rotating views. The only solution I have found is to use the "Reset Autocad Settings to Default"
Observations: Sometimes I am able to draw in 3D just fine, but something will happen in the middle of the drawing process that will now only allow me to draw flat. Also was never able to draw polylines in 3D is that how it's supposed to be? Used another computer with the same drawing, at first won't allow me to draw in 3D but after a couple attempts will eventually draw in 3D just fine. Tried starting from a blank template, no luck. Tried changing drawing space to 3D modeling and 3D basics, no luck. Also, when working drawings with existing 3D objects, I am able to snap to vertical point as a start point but cannot snap to a point on any other points on the object that at are at a different elevation.
The above gets me the grid lines; but I have a block inserted at both ends of the grid line; how do I get the selection of those entities (selection set "frame") after each array?
or I would need to map a point list and draw each grid individually how do I go about that?
Attached is the sample of the output I'd like to achieve using LISP.
I am begineer in autocad. I have to draw plot margin like ractangle having 2 horizontal line and 2 vertical line. on vertical line i want to put letters from A,B----- and on horizontal line 1,2,3,----.
I have to put some trusts between two beam. It sounds easy but i'm unable to handle the divide and round off commands in the lisp. See attachement also.
To draw my trust between the 2 beams, what I normally do, is that I manually take the distance between the two points say it's 10 000 and wrote it down. Then I divide it by my max gap, say 1200, it is the max space between trust.
10 000/1200 = 8.333333 that's the result of how much trust and space between them that i'll need, 8 trusts, 9 spaces between the 2 beams. (That is what I'm unable to do in the lisp, tell it to round off 8.333 to 9 and use 9 for divide command)
What I manually do at this point to draw these trust is that I must create a temporarly line between the 2 beams, perpendicularly to these and divide it by 9.
It gives me 8 cross (or point) to draw my trusts. All this is long to do manually because I have many bay in building and I have to redo this operation for every the bay.
So, what I would like the lisp to ask is:
Specify distance between two beams (Between where and where) :
Specify the lenght of the trust :
Specify max gap: I would like to answer a number here, say like 1200 max
(The lisp should draw the lines on the current layer, color and linetype of the current layer and not draw a line at the beginning and at the end because that's where my Beams are. I hoped you understand, see attachement.
Should also have something that handle a ESCAPE hit or cancel, something like this: