Thanks Exxit I will try 2006 version, now I use CAD2004 so I did not know the new one have this function.
- dik : sorry I read through your reply but understand a little, it is complicated . I used to write a lisp for export table to excel but it not work well the data is enough but mess up
Thanks
Sure, it is easy for tranfer from Excel to CAD, but I have problem when tranfer from CAD to excel. Because this object in CAD is text and can not copy and paste to excel , it will be a bitmap. I mean I have a CAD file but do not have the excel data file.
Hi everybody
I had a table in AutoCAD with text and I want to tranfer this data to Excel to easy manage and added. Do we have any solution for that or just input manual.
Thanks all
Hi
Can you help me ? Durable concrete test required slump test and air content test ?
I see the slump test in ACI-336.1-01
But I don't know much about air content test , purpose and range of air percent and what ASTM or ACI spec use for it .
Thanks you
Now I have some problem with system of CAD civil drawings
Because now I am work in contruction work, I mean the drawing change by some day , and after 1 month I almost forget the last one I did because some of them not use. I need some time to remember what changed.
And also the xref file is a...
Hi Akhibi,
I have a lisp program import from text file data but only use for 2D ( x,y ) do not have z elevation.
It work well but some time have error. If you want to modified to 3D(x,y,z), I will send here.
This is source code I took from net and modified it to fit with my work.
I done with manual input.
Thanks
;;;;;;;;;;;;;;;;;;;;;;;;
;lisp file, file name QpB.lsp command qpb
(defun prof (/ cm p1 p2 dist1 dist2 d1 d2 d3 d4 in1 in2 in it1 it2 it do)
(if (tblsearch "layer" "C-SSWR1")...
I wrote a lisp program for draw profile.
But I have trouble with input data from text file , ex : I input data in Excel file after that save as to text file.
In data have two colunme
Elev Distance
2.0 100
1.0 300
I need a advice for write this sub-code.
Hope someone help me.
Thanks you very...
It is not to hard but take hours to do it and time to check it
If you can do some part funtion like make a rectange, leader send me the child funtion , I will combine for you
kientruc75@yahoo.com
Hello everybody
Because my company will buy autocad software. And I need to decide what software to buy.
But I am only familiar with R14 and Acad2000.
So it is difficult work with lattest version 2002 or 2004?
And survey software ? what you think best to buy ? Land Desktop ?
Please help me ...
hi
You should read in help of autocad command mview
I will show you one way I usually
1.You should create a new viewport with new layer( only use for define viewport) , remove the old in layout
2. use mspace command , you are in haft model and paper space .
3. use zoom command / scale type...
I have problem with print a drawing to plotter HP750C.When I plot a A3 size drawing and 2 copies, the plotter only print seperate drawing( the 1st and next is the 2nd)but waste more blank paper.
How can I set up print 2 copies in one times(save paper and time) ?
Please help me.
Thanks
Hi
You open in ACad Mtext and copy the section you want on winword and adjust text in Mtext dialog , use like word. And when you finish if you make dwg small just explode mtext to text.
Hope you will success.
cad123