
- How to flatten autocad drawing how to#
- How to flatten autocad drawing full size#
- How to flatten autocad drawing Pc#
Be careful because wih big topography files this might take really long and even crash AutoCAD if your. Select everything that you wanna have for sure on 0 elevation, type FLATTEN and everything will come to O elevation. (princ (strcat "\n" (rtos (/ j 2.0)) " Objects Flattened. FLATTEN: This is a very useful command to know if you have trouble with lines that for some reason are not on 0 height. (princ (strcat "\n" (rtos (/ j 2.0)) " Objects Flattened."))) (setq ssObj (mapcar 'vlax-ename->vla-object (if (setq ss (ssget "X" (list (cons 410 (getvar "CTAB"))))) '(lambda (x) (vla-put-lock x :vlax-false))) Or what would I change to flatten the X coordinates to 0.0 If I want the model flattened on the YZ plane can I change the "list 0 0 n " to "list n 0 0" ? The Superflat worked on the XY plane and I got the wide face of my tower model, but I would also like to get the narrow face that is in the YZ plane. I also ran Overkill and got rid of the lines that were on top of each other. I tried the Superflat LSP and it worked pretty good. Take a look at this thread too where a number of ways are discussed to flatten 3D geometry. You could try Lee Mac's Superflat program as mentioned here: I do plan to take some ACAD classes and learn 3D modeling but the screen shot I posted shows the top part of my 312 foot tall lattice tower that I need to send to the structure detailer and I need to define all the angle sizes, bolts and connection details on this one line schematic.
How to flatten autocad drawing how to#
I'm not sure how to do it in ACAD, but I need to define a bounded plane that contains the lines on a face and then make a block of only those lines (with their endpoints) so I can paste the plane into a 2D DWG that I am used to dealing with. I'm a Structural Engineer and I model transmission towers in 3D all the time and am used to working in other structural software. It has worked fine since the 1980's but I am stuck when I have to deal with lines in 3D.
How to flatten autocad drawing full size#
I normally just work in model space and draw structures full size and then plop down a title block and shrink the part down to fit inside the title block and put dimensions on the part. My main problem is that I am self taught on AutoCAD and know how 2D works and can draw lines and circles and then put text on them, but I don't know how 3D works in ACAD. My problem is that I have several lines that go from the front face to the side face and I don't need them to be in the flattened result. The problem with flatten is that it takes the 3rd coordinate of my lines and makes them 0.0 which works OK if there are only lines that are on the 4 faces of my model.
How to flatten autocad drawing Pc#
