Search found 11 matches

Beyond, I really don’t follow what you consider a “shape”, there are 51 separate entities in the DXF you posted. Most are Arcs and lines. To get the count of the entities, just use your len variable Dan I called them shapes because I did not know how else to describe them, it is actually 'pierce po...

I got this 'latest' code but it does not count shapes (as in previous post) or write direct to the file, any help please? (defun C:PEXPXL ( / ss lst fname fil sel2lst dst ed) (defun sel2lst ( sel / l len ) (if (= 'PICKSET (type sel)) (repeat (setq len (sslength sel)) (setq len (1- len) l (cons (ssna...

Thanks Danielm103, I added arc and line which worked good, how do I write the file out with all selected automatically without selscting from the menu? I also want to include in the output a count of shapes, for instance in the attached sample the number of shapes would be 14 http://www.divshare.com...

[quote="Danielm103"][/quote] Hi Daniel thanks, Sorry to be a pain It would be good if the routine selected 'all' and saved to a text file automatically without going through the menu I also wanted to include a block count sample drawing here http://www.divshare.com/download/2222051-d92

beyond, I am not sure what output you need and therefore; I don't know what needs modifying. Thanks, if there are several 2D shapes on a drawing say a square a circle a rectangle, a freeform shape. I need the perimeter value of each shape output to excel, or ascii to be read into excel I would then...

If you want to store your data in a database such as access, you can try using my Lisp ADO tools. Since Excel can do SQL, this might work for that as well. I couldn’t post it here so here is a link. http://www.icadsales.com/index.pl?id=&isa=Message&op=show&mid=164&from=0&discuss...

beyond, I just tried the lisp code and it worked fine. The lisp program creates an ASCII file with an extension .xls in a tab delimited format ready to be opened with Excel. The output may need some adjustment as I placed some entities in the drawing including a line and the line was ignored (I bel...

beyond, This could be translated to lisp and the drawing entitiy data extracted and used to create an ASCII file, say a comma delimited file. The ASCII file would have to be manually opened in excel and the cells would then be populated with the data. Excel has the translation from an ASCII comma d...

Can anyone please help translate this code for Intellicad?

I want to export 2d data into excel for use with a laser cutter to calculate the time to cut out a shape. I need the perimeter data of all the circles, squares and random shapes on a drawing exported to excel It tried the code below, but it does not seem to be working I am using Intellicad 6.4. When...

Go to advanced search