Hello, I also want to convert excel data to DXF. Here is my example :
SketchUp::requière ‘creation_module’
$plugin_cuisine_submenu.add_item(‘test dxf’) {
draw_module(30,14.875,0.75,23.875,0.0625,4.5,’y’,’1′,’A:::0′,’4.5′,’p’,34.xxx-xxxxxxxx,10.xxx-xxxxxxxx) #setdeporte1 #standard #0
draw_module(30,14.875,0.75,23.875,15.0625,4.5,’y’,’2′,’A:::0′,’4.5′,’p’,34.xxx-xxxxxxxx,10.xxx-xxxxxxxx) #setdeporte1 #standard #0
draw_module(28.75,4,0.625,19.75,0.625,34.75,’z’,’3′,’A:::0′,’0′,’d’,0,0) #bandedudessus #standard #0
draw_module(28.75,4,0.625,0.25,0.625,34.75,’z’,’4′,’A:::0′,’0′,’d’,0,0) #bandedudessus #standard #0
draw_module(34.75,23.75,0.625,0,0,0,’x’,’5′,’A:::0′,’4.5′,’-1′,0,0) #cotes #standard #0
draw_module(34.75,23.75,0.625,0,29.375,0,’x’,’6′,’A:::0′,’4.5′,’-1′,0,0) #cotes #standard #0
draw_module(29.625,28.75,0.625,0.25,0.625,4.5,’y’,’7′,’A:::0′,’4.5′,’d’,0,0) #dos #standard #0
draw_module(28.75,22.875,0.625,0.875,0.625,4.501,’z’,’8′,’A:::0′,’0′,’f’,23.75,34.875) #fond #standard #0
draw_module(28.5,16,0.625,0.875,0.75,30.25,’z’,’9′,’A:::0′,’4.5′,’t’,0,0) #tablettesajustable #standard #0
create_layer(« A:::0 »,9)
}

