www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/06/21/19:16:25

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=qWiy68UC7s9V6hVFOnW85hELDkRRharzh3YhZ78c+90=;
b=TsBnLl3XGNQ1KiKVShzm1Uc4W/CjrOZIT/BuHxUpI8/+iJ0W/CcHFibT4ERrfRFJy5
NwiOOa5HISLW1TpEbX7Ci5SsbycWVNPG6CSnhle+YktIsOdy263EN7d557SMNV0X2+Qv
0/qt0GemwRekVUO2plGgfyaqFMJxUsZpkVu9hyDAoIhFtfvbB4a0wetxsa0uS2MfqSE1
5MRawtuLwJhcoofCwY4LLzuey89EK7Vl5QBJKjd4XHBL2MUoO8pNhf0Buq6MS8jTKj7i
GPu846JxdymDbtlVLCMFOfqRLUoazbep+vjTNtX/a4rs9F7UMDwd+yaKU+iZ8WRSdi0a
h7Dw==
MIME-Version: 1.0
X-Received: by 10.66.27.44 with SMTP id q12mr18278740pag.138.1371856512252;
Fri, 21 Jun 2013 16:15:12 -0700 (PDT)
In-Reply-To: <CAM2RGhTWQNMezQxZo=VZtRWHd0jBmHQ=9MNQ_5LEdSA=EkW0rA@mail.gmail.com>
References: <CAK=z9GWkMwS3NiLEgpvWuPgBVrGB+sHqb7DLCgYZTC3C1OyLSg AT mail DOT gmail DOT com>
<51B6CDB6 DOT 1010909 AT estechnical DOT co DOT uk>
<51B6DB0E DOT 8000108 AT prochac DOT sk>
<CAK=z9GUWzhidWQsvxhWqYpSnyvUnmsut1+gatrMVvJqMM6L_UA AT mail DOT gmail DOT com>
<kpfolc$gma$1 AT ger DOT gmane DOT org>
<51BBA5E7 DOT 4040006 AT prochac DOT sk>
<CAM2RGhQD-xY9dB37+Z-pkDwRQBrqv1aOew9a2W-J1n2g00Gdew AT mail DOT gmail DOT com>
<1371329763 DOT 11314 DOT 10 DOT camel AT pcjc2lap>
<4DFFE27A-47A1-41DB-98CC-490E1AB6085A AT jump-ing DOT de>
<20130617012721 DOT 01e56f87 AT akka>
<51C48E65 DOT 10508 AT prochac DOT sk>
<CAM2RGhR2Ef9xYcC=PUf6SzruVD0C8vFTQ3U1+Bhb95ft3Nqk+w AT mail DOT gmail DOT com>
<kq28fn$5g1$1 AT ger DOT gmane DOT org>
<CAM2RGhQXUr8vFzL867wWowRFpvLx-xc9F9sX6dH-afamQMosTw AT mail DOT gmail DOT com>
<kq2jls$k0q$1 AT ger DOT gmane DOT org>
<CAM2RGhTWQNMezQxZo=VZtRWHd0jBmHQ=9MNQ_5LEdSA=EkW0rA AT mail DOT gmail DOT com>
Date: Fri, 21 Jun 2013 19:15:12 -0400
Message-ID: <CAM2RGhTs5_3ZCOEmF3Z9tMgxTJWmVLU=3nzU-_O4ThsL7yipzg@mail.gmail.com>
Subject: Re: [geda-user] 3D modelling and gEDA
From: Evan Foss <evanfoss AT gmail DOT com>
To: geda-user AT delorie DOT com
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

Yes BRL Cad does not truly support STEP or IGES but they are working
on it. The codebase has been steadaly moving to openNURBS for some
time now.

On Fri, Jun 21, 2013 at 7:00 PM, Evan Foss <evanfoss AT gmail DOT com> wrote:
> Openscad is a good suggestion. The limitations with it go back to our
> earlier part of the thread on BOT (Bag Of Triangles) and modeling vs
> CAD. It does not truly understand curves. It would also require QT.
>
> As for BRL Cad's age. It has managed to hold onto it's google summer
> of code participation. As to the user interface complaints many people
> say the same thing about gEDA and we are not talking about using it
> out right, we are talking about interfacing too it.
>
> On Fri, Jun 21, 2013 at 6:21 PM, Kai-Martin Knaak <kmk AT familieknaak DOT de> wrote:
>> Evan Foss wrote:
>>
>>> Respectfully the freecad program is more like an interface to the
>>> opencascade kernel.
>>
>> This is actually a smart move. There have been quiete a few stalled
>> trials to whip up an open sourced 3D CAD application from scratch. It
>> takes just too much of an effort before the resulting binary is
>> remotely usable for real life projects.
>>
>>
>>> I don't think the freecad people could just code
>>> a replacement because they suddenly felt like it.
>>
>> They don't need to. There is openscad, which looks like a viable
>> alternative. After all, this is a "GUI-less 3D modelling software".
>>
>>
>>> Using freecad
>>> which is totally depended on opencascade for this feature is
>>> effectively adding opencascade as a dependency.
>>>
>>> Has anyone looked at BRL-Cad integration. They have API's and
>>> import/export functions for most formats. BRL-Cad is totally open
>>> source.
>>
>> It is ancient to the point that its UI precedes the invention of the
>> computer mouse. This still reflects in the interface. A few years ago,
>> when I was looking for an open source mechanical CAD solution for a
>> serious construction project, I gave brlcad a try. However, I was not
>> able to do a cube with a bunch of holes after half a day spent on
>> tutorials and getting started documents. In addition, STEP import is
>> "still in its infancy" according to brlcad.org:
>>         http://brlcad.org/wiki/STEP_importer_improvements
>> So a major ability, I'd really like to see from import/export to a 3D-
>> mechanical CAD, is not ready for smooth use. I seem to remember I read
>> the exact same wording on the state of STEP import back when I gave
>> brlcad a try...
>>
>> --
>> Kai-Martin Knaak
>>
>
>
>
> --
> Home
> http://evanfoss.googlepages.com/
> Work
> http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/



-- 
Home
http://evanfoss.googlepages.com/
Work
http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019