X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <51C29924.3070502@xs4all.nl> Date: Thu, 20 Jun 2013 07:54:44 +0200 From: Bert Timmerman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110429 Fedora/2.0.14-1.fc13 SeaMonkey/2.0.14 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] 3D modelling and gEDA References: <51B6CDB6 DOT 1010909 AT estechnical DOT co DOT uk> <51B6DB0E DOT 8000108 AT prochac DOT sk> <51BBA5E7 DOT 4040006 AT prochac DOT sk> <1371329763 DOT 11314 DOT 10 DOT camel AT pcjc2lap> <5C165943-4AD6-43B9-995B-49956A6476FB AT sbcglobal DOT net> In-Reply-To: <5C165943-4AD6-43B9-995B-49956A6476FB@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Reply-To: geda-user AT delorie DOT com Edward Hennessy wrote: > On Jun 15, 2013, at 1:56 PM, Peter Clifton wrote: > >> On Sat, 2013-06-15 at 02:03 -0400, Evan Foss wrote: >> >>> IGES/STEP would have been better because they uses cubic splines. This >>> same functionality is available in Eagle right now using google >>> Sketchup. I know that is based on COLLADA which I think is also not >>> based on BOT. >>> >> Yes, but the above three mentioned formats are incredibly complex >> (especially STEP). I would estimate tens of thousands of lines of code >> go into a STEP -> object structure parser, and that's only the beginning >> of using the format. >> >> The machine-readable format validation file for STEP AP-214 (EXPRESS >> schema) runs to 18,000 lines! >> >> AP-203 is simpler, but still 5347 lines of schema. >> >> > Does anyone have experience with the IDF format? > > Cheers, > Ed > Hi Edward, Looks doable to me. The Decision to be made is: exporter or plug-in ? Anyone with a bit of coding skills can do, it's a matter of choosing a suitable HID template, a lot of free cycles and go for it. As I see it, it would approximately take some 200+ hours to code and tweak. And that is a lot of free cycles for me in the current situation I'm in. I've tried to code dxf, openscad and even html5 exporters, which are all in an unfinished and sorry state because of my free cycles are getting more rare by the month (my employer thinks he can double the work done by hiring 5% more workforce, the silly git). All this stuff is hidden in my pcb devel repo at Github. Kind regards, Bert Timmerman.