www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/06/23/15:03:28

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=lax3G25Z6vRezni46HlUWNPAQsO9zDHnF9qyQjGehIw=;
b=hKXxFfZnS2WSOtIOIWmS5WUP8XQNWHNLuajhenGAfdNxXDGPykiMJP1LzydHk32E+0
ZRgVfoSQHt0esd/B7XMpfa/6XiwAaYGlz44vdryVo50Sm+RfZUSRfwG9PmCTbE6wEUUc
zIdsfVi4ykwA+XxPiWBnENknd6si/8H97RraUoCjEODdX4faK/v0KofRfWgPFrVfGQlS
JVgB6xxgHXDhO+DyZeEIubGePxg3dzv3gxrhW5nj2QUjBGNJlO9VqHgfpLM1E33sczzY
kZSDOvALhvWnBTpbhvndR9dIa06AjjLfS/I0i5qAUGNOmmIXln+O9knqO63yg6VZEN+F
A3Gg==
MIME-Version: 1.0
X-Received: by 10.66.144.199 with SMTP id so7mr5313219pab.99.1372014187528;
Sun, 23 Jun 2013 12:03:07 -0700 (PDT)
In-Reply-To: <kq7eut$k9$1@ger.gmane.org>
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>
<CAM2RGhTs5_3ZCOEmF3Z9tMgxTJWmVLU=3nzU-_O4ThsL7yipzg AT mail DOT gmail DOT com>
<51C5BC66 DOT 6050308 AT ecosensory DOT com>
<6C92EC8D-2A12-4E1B-8C08-C2812F4DBAD3 AT jump-ing DOT de>
<CAM2RGhQUEyHvvtNkzEmn8zRLhHEPEJHJvzjkrR7BUuitCSPPUQ AT mail DOT gmail DOT com>
<E577B7A4-C20E-48FA-BD48-EE5BD6719B56 AT jump-ing DOT de>
<CAM2RGhQELRO19mSSykyNUyE=YqYFZtfGdMCatrGrDD0UwDEPhA AT mail DOT gmail DOT com>
<kq7eut$k9$1 AT ger DOT gmane DOT org>
Date: Sun, 23 Jun 2013 15:03:07 -0400
Message-ID: <CAM2RGhRFMgbTRyp_S55+SVLdrqpGk4-Em=2BYJZQc4e-zpOTkQ@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

You are right I did over state it. However, OpenNURBS does get you
import of a NURBS primitive in a predictable way. That is good to get
started. The BRL-Cad people started a few years ago to build on that
end ended up changing everything around to that way of processing
NURBS. So after you have the ability to pull in Rhino files you can
very easily move on to STEP and IGES which are the same basic form.
The hard part is the part that comes after OpenNURBS. You can crib
some of that off of the BRL-Cad people who already have the underlying
processing done.

I should be more specific

On Sun, Jun 23, 2013 at 2:32 PM, Kai-Martin Knaak <kmk AT familieknaak DOT de> wrote:
> Evan Foss wrote:
>
>> Your not actually looking at what OpenNURBS is it provides a library
>> for manipulating STL, STEP and IGES. That is how PCB can use it to
>> export files for Solidworks and etc.
>
> Rhino itself can certainly export to quite a number of formats.
>
> However,
> http://www.opennurbs.org/index.htm
> only claims read and write of the 3DM format. I did not see any
> information on manipulation of IGES, STEP and the like on the
> opennurbs website. Can you point me to where this is confirmed?
>
> ---<)kaimartin(>---
> --
> Kai-Martin Knaak
>



-- 
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