• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

metric compounds measures

marcocava

Guest
Hi, I don't know if there is already a discussion about it but I'm looking for a system that allows me to make measurements on an autocad design and that they are automatically inserted into specific excel cells so that it can later use them for metric compute.
 
I think you need to find some external program that interfaces with autocad, I don't think there are any free utilities in this regard.
 
I faced the problem with a vba program like this. es:(in autocad, I have the plant of a rectangular room, I draw along the inner perimeter a polyline in this closed case. with a code in visual basic I extract the values of polylinea, in this case: length, area, height, etc.
I create an object "set fs = createobject("scripting.filesystemobject""
set f = fs.getfile("c:\users\user\documents\progettocad\projectdata\da_autocad_a_excel.csv")
set ts = f.openastextstream(forreading, tristateusedefault)
transit file name "da_autocad_a_excel.csv" where register the data extracted
at this point from excel amount the file data: "from_autocad_a_excel.csv"
now you have the data you can manipulate to calculate perimeter volume vertical areas. manipulate as you want
I hope I helped you... .
a greeting
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top