Messages by Date
-
2023/08/13
Re: [brlcad-users] CAM
William F. Adams via brlcad-users
-
2023/08/13
Re: [brlcad-users] CAM
Daniel Roßberg
-
2023/08/13
[brlcad-users] CAM
Luis Mendes
-
2021/12/20
Re: [brlcad-users] Python Wrappings for Librt Library
Daniel Roßberg
-
2021/12/17
[brlcad-users] Python Wrappings for Librt Library
Tuğçe Sena Koyuncu
-
2021/05/01
Re: [brlcad-users] Has anyone prepared a guide for folks coming to BRL-CAD from OpenSCAD?
Daniel Roßberg
-
2021/04/29
[brlcad-users] Has anyone prepared a guide for folks coming to BRL-CAD from OpenSCAD?
William F. Adams via brlcad-users
-
2020/09/14
Re: [brlcad-users] Website
Clifford Yapp
-
2020/09/14
Re: [brlcad-users] Website
Christopher Sean Morrison via brlcad-users
-
2020/09/14
Re: [brlcad-users] Website
Tom Browder
-
2020/09/14
Re: [brlcad-users] Website
Clifford Yapp
-
2020/09/14
[brlcad-users] Website
Tom Browder
-
2020/07/30
[brlcad-users] "SOL PICK" from command "Status state"
70147pers...@telia.com
-
2020/05/28
[brlcad-users] install braced on macOS 10.15.4
Gerald Mixa
-
2020/04/30
[brlcad-users] Number of children
Bob Anderson
-
2020/03/10
[brlcad-users] (no subject)
Jaidev Behera
-
2019/10/18
Re: [brlcad-users] Brlcad Capabilities
Daniel Roßberg
-
2019/10/16
Re: [brlcad-users] Brlcad Capabilities
ahmet alper parker
-
2019/10/16
[brlcad-users] Brlcad Capabilities
ahmet alper parker
-
2019/08/30
[brlcad-users] OpenFab: a 3D printer "pipeline" library that may have a powerful synergy with BRL-CAD
Tom Browder
-
2018/07/27
Re: [brlcad-users] New website: where are GSOC projects?
Tom Browder
-
2018/07/27
Re: [brlcad-users] New website: where are GSOC projects?
Tom Browder
-
2018/07/27
Re: [brlcad-users] New website: where are GSOC projects?
Christopher Sean Morrison via brlcad-users
-
2018/07/27
Re: [brlcad-users] New website: where are GSOC projects?
Clifford Yapp
-
2018/07/26
[brlcad-users] New website: where are GSOC projects?
Tom Browder
-
2018/06/25
Re: [brlcad-users] Tools for finite mesh generation
blubee blubeeme
-
2018/06/25
Re: [brlcad-users] Tools for finite mesh generation
Dwayne Kregel
-
2018/06/25
[brlcad-users] Tools for finite mesh generation
blubee blubeeme
-
2018/06/09
Re: [brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Carlo Dormeletti
-
2018/06/09
Re: [brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Christopher Sean Morrison
-
2018/06/09
Re: [brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Christopher Sean Morrison
-
2018/06/09
Re: [brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Carlo Dormeletti
-
2018/06/09
Re: [brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Christopher Sean Morrison
-
2018/06/09
[brlcad-users] Compilation failed on Devuan Ascii (Debian Stretch w/o systemd)
Carlo Dormeletti
-
2018/04/03
Re: [brlcad-users] missing CMakeLists.txt? installing BRL-CAD_7.26.0_Linux_x86_64 on Ubuntu 16.04LTS
Ben Brink via brlcad-users
-
2018/04/03
Re: [brlcad-users] missing CMakeLists.txt? installing BRL-CAD_7.26.0_Linux_x86_64 on Ubuntu 16.04LTS
Christopher Sean Morrison
-
2018/04/03
[brlcad-users] missing CMakeLists.txt? installing BRL-CAD_7.26.0_Linux_x86_64 on Ubuntu 16.04LTS
Ben Brink via brlcad-users
-
2018/01/12
[brlcad-users] Demo video
Izak McGieson
-
2018/01/09
Re: [brlcad-users] Need some advice on custom GUI (to render BRLCAD database generated by Python->TCL->MGED)
Nathan McCorkle
-
2017/12/19
[brlcad-users] Need some advice on custom GUI (to render BRLCAD database generated by Python->TCL->MGED)
Nathan McCorkle
-
2017/12/07
[brlcad-users] User community feedback
Christopher Sean Morrison
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw....
Christopher Sean Morrison
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw....
Filip Binkiewicz
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw....
Bob Anderson
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw.githubusercontent.com/floatingpointstack/aoc-xchange/master/examples/models_in/step/aube_pleine.stp I transform it to .g, like this: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/step-g -o aube_pleine.g aube_pleine.stp This works fine. Now, I find the name of the part I want to export: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/mged aube_pleine.g tops Assembly1/ Now, when I try to produce an STL file, I get an error: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/g-stl -o aube_pleine.stl aube_pleine.g Assembly1 ERROR(Brep_2.s): tessellation failure 0 triangles written I don't know how to handle this, as I am quite new to BRL-CAD - I would appreciate some insight
Filip Binkiewicz
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw.githubusercontent.com/floatingpointstack/aoc-xchange/master/examples/models_in/step/aube_pleine.stp I transform it to .g, like this: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/step-g -o aube_pleine.g aube_pleine.stp This works fine. Now, I find the name of the part I want to export: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/mged aube_pleine.g tops Assembly1/ Now, when I try to produce an STL file, I get an error: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/g-stl -o aube_pleine.stl aube_pleine.g Assembly1 ERROR(Brep_2.s): tessellation failure 0 triangles written I don't know how to handle this, as I am quite new to BRL-CAD - I would appreciate some insight
Christopher Sean Morrison
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw.git
Filip Binkiewicz
-
2017/07/26
Re: [brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw.git
Bob Anderson
-
2017/07/26
[brlcad-users] Hey, I'm trying to convert a STEP file into an STL triangle mesh, and BRL-CAD seems to be the perfect match for this task. I am having trouble achieving it, however. Here's what I do I take any model, let's say this one: https://raw.githubusercontent.com/floatingpointstack/aoc-xchange/master/examples/models_in/step/aube_pleine.stp I transform it to .g, like this: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/step-g -o aube_pleine.g aube_pleine.stp This works fine. Now, I find the name of the part I want to export: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/mged aube_pleine.g tops Assembly1/ Now, when I try to produce an STL file, I get an error: $ ./BRL-CAD_7.26.0_Linux_x86_64/bin/g-stl -o aube_pleine.stl aube_pleine.g Assembly1 ERROR(Brep_2.s): tessellation failure 0 triangles written I don't know how to handle this, as I am quite new to BRL-CAD - I would appreciate some insight
Filip Binkiewicz
-
2017/05/09
Re: [brlcad-users] stl conversion problem
David Leech
-
2017/05/09
Re: [brlcad-users] stl conversion problem
Bob Anderson
-
2017/05/09
Re: [brlcad-users] stl conversion problem
Bob Anderson
-
2017/05/09
[brlcad-users] stl conversion problem
David Leech
-
2017/05/02
Re: [brlcad-users] Looking to pay for CAD model generation
Nathan McCorkle
-
2017/04/23
Re: [brlcad-users] Looking to pay for CAD model generation
Richard F. Mayer
-
2017/04/23
[brlcad-users] Looking to pay for CAD model generation
Nathan McCorkle
-
2017/01/02
Re: [brlcad-users] rendering problem
Daniel Roßberg
-
2017/01/02
[brlcad-users] rendering problem
David Leech
-
2016/12/26
Re: [brlcad-users] brlcad-users Digest, Vol 56, Issue 1
fudmer rieley
-
2016/12/26
Re: [brlcad-users] MGED TCL acting differently command-line vs GUI
Nathan McCorkle
-
2016/12/26
Re: [brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Nathan McCorkle
-
2016/12/26
Re: [brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Nathan McCorkle
-
2016/12/26
[brlcad-users] MGED TCL acting differently command-line vs GUI
Nathan McCorkle
-
2016/11/01
Re: [brlcad-users] Hello and Mged command-line vs GUI.
Alexander Wallace
-
2016/11/01
Re: [brlcad-users] Hello and Mged command-line vs GUI.
Bob Anderson
-
2016/11/01
Re: [brlcad-users] Hello and Mged command-line vs GUI.
Alexander Wallace
-
2016/11/01
Re: [brlcad-users] Hello and Mged command-line vs GUI.
Bob Anderson
-
2016/10/31
[brlcad-users] Hello and Mged command-line vs GUI.
Alexander Wallace
-
2016/08/30
Re: [brlcad-users] Problems with Coil and others
Clifford Yapp
-
2016/08/30
[brlcad-users] Problems with Coil and others
uneex
-
2016/08/29
Re: [brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Christopher Sean Morrison
-
2016/08/29
Re: [brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Christopher Sean Morrison
-
2016/08/29
Re: [brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Loui Chang
-
2016/08/28
[brlcad-users] Computational Stability -- subatomic through the galactic and get "all the details, all the time."
Nathan McCorkle
-
2016/02/15
[brlcad-users] Spring Cleaning!
Christopher Sean Morrison
-
2016/02/14
Re: [brlcad-users] regression test failed
Clifford Yapp
-
2016/02/14
Re: [brlcad-users] regression test failed
Tom Browder
-
2016/02/14
[brlcad-users] regression test failed
mail
-
2015/12/21
Re: [brlcad-users] Difference between regions and combinations
Bob Anderson
-
2015/12/17
[brlcad-users] Difference between regions and combinations
B.V. Raghav
-
2015/12/07
[brlcad-users] contributing towards BRL-CAD
Abhishek Nadgeri
-
2015/10/12
Re: [brlcad-users] Can BRL-CAD do this?
Christopher Sean Morrison
-
2015/09/17
Re: [brlcad-users] Can BRL-CAD do this?
Q
-
2015/09/16
Re: [brlcad-users] Can BRL-CAD do this?
Christopher Sean Morrison
-
2015/09/16
[brlcad-users] Can BRL-CAD do this?
Qiang
-
2015/03/05
[brlcad-users] How to start contributing
Kalpit Thakkar
-
2015/02/05
Re: [brlcad-users] Is it possible to reduce the minimum size for PIPE primitive?
Bob Anderson
-
2015/02/04
[brlcad-users] Is it possible to reduce the minimum size for PIPE primitive?
Nathan McCorkle
-
2015/02/02
Re: [brlcad-users] Can real-time (constantly updating) raytracing be turned on in mged?
Christopher Sean Morrison
-
2015/02/01
[brlcad-users] Can real-time (constantly updating) raytracing be turned on in mged?
Nathan McCorkle
-
2015/01/31
Re: [brlcad-users] orot command doesn't seem to fail, but doesn't look rotated
Nathan McCorkle
-
2015/01/31
[brlcad-users] orot command doesn't seem to fail, but doesn't look rotated
Nathan McCorkle
-
2015/01/25
Re: [brlcad-users] GUI buttons are absurdly huge, makes GUIs unusable
Christopher Sean Morrison
-
2015/01/25
[brlcad-users] GUI buttons are absurdly huge, makes GUIs unusable
Nathan McCorkle
-
2015/01/09
Re: [brlcad-users] Can BRL-CAD import FBX files?
Clifford Yapp
-
2015/01/09
[brlcad-users] Can BRL-CAD import FBX files?
Nathan McCorkle
-
2014/10/22
Re: [brlcad-users] 7.24.2?
Christopher Sean Morrison
-
2014/10/14
Re: [brlcad-users] Creating an Ogive shape in BRL-CAD
Christopher Sean Morrison
-
2014/10/13
Re: [brlcad-users] Creating an Ogive shape in BRL-CAD
Philippe de Rochambeau
-
2014/10/13
Re: [brlcad-users] Creating an Ogive shape in BRL-CAD
Christopher Sean Morrison
-
2014/10/13
Re: [brlcad-users] Version 9
Christopher Sean Morrison
-
2014/10/13
[brlcad-users] Version 9
Philippe de Rochambeau
-
2014/10/13
Re: [brlcad-users] Creating an Ogive shape in BRL-CAD
Philippe de Rochambeau
-
2014/10/13
[brlcad-users] Creating an Ogive shape in BRL-CAD
Cook, Kathy
-
2014/10/13
Re: [brlcad-users] bump texture
Christopher Sean Morrison
-
2014/10/12
[brlcad-users] bump texture
Dan Beavers
-
2014/10/07
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Philippe de Rochambeau
-
2014/10/07
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Christopher Sean Morrison
-
2014/10/07
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Philippe de Rochambeau
-
2014/10/07
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Christopher Sean Morrison
-
2014/10/06
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Philippe de Rochambeau
-
2014/10/06
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Christopher Sean Morrison
-
2014/10/06
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Philippe de Rochambeau
-
2014/10/06
Re: [brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Christopher Sean Morrison
-
2014/10/06
[brlcad-users] BRL-CAD 7.24.2 doesn't build on MacOSX 10.9.5
Philippe de Rochambeau
-
2014/10/03
Re: [brlcad-users] 7.24.2?
Christopher Sean Morrison
-
2014/10/03
[brlcad-users] 7.24.2?
Dan Beavers
-
2014/09/07
Re: [brlcad-users] Problem with tutorial Lesson 13 section 3
Christopher Sean Morrison
-
2014/09/07
Re: [brlcad-users] Problem with tutorial Lesson 13 section 3
Dan Beavers
-
2014/09/07
Re: [brlcad-users] Problem with tutorial Lesson 13 section 3
Dan Beavers
-
2014/09/07
Re: [brlcad-users] Problem with tutorial Lesson 13 section 3
Christopher Sean Morrison
-
2014/09/07
[brlcad-users] Problem with tutorial Lesson 13 section 3
Dan Beavers
-
2014/06/30
Re: [brlcad-users] Lines of source code and other enumerations
Christopher Sean Morrison
-
2014/06/30
Re: [brlcad-users] 7.24.2 and Google Code
Christopher Sean Morrison
-
2014/06/28
[brlcad-users] 7.24.2 and Google Code
Philippe de Rochambeau
-
2014/03/20
[brlcad-users] Current state between BRLCAD and GPUs.
NITA BUDD
-
2014/01/26
Re: [brlcad-users] Can objects be translated/rotated via the mged command line only (no GUI)?
Tom Browder
-
2014/01/25
Re: [brlcad-users] Can objects be translated/rotated via the mged command line only (no GUI)?
Christopher Sean Morrison
-
2014/01/25
Re: [brlcad-users] Can objects be translated/rotated via the mged command line only (no GUI)?
Tom Browder
-
2014/01/25
[brlcad-users] Can objects be translated/rotated via the mged command line only (no GUI)?
Tom Browder
-
2013/12/10
Re: [brlcad-users] Deprecation of lgt?
Christopher Sean Morrison
-
2013/12/10
[brlcad-users] Deprecation of lgt?
Tom Browder
-
2013/10/11
[brlcad-users] STEP file specification
Gurvinder Singh
-
2013/06/30
Re: [brlcad-users] [brlcad-news] Reprints of Historics BRL-CAD papers from USENIX 1987
Christopher Sean Morrison
-
2013/06/28
Re: [brlcad-users] [brlcad-news] Reprints of Historics BRL-CAD papers from USENIX 1987
Tom Browder
-
2013/06/25
Re: [brlcad-users] Parallel g-stl conversion?
Christopher Sean Morrison
-
2013/06/24
Re: [brlcad-users] Parallel g-stl conversion?
Joshua Stults
-
2013/05/23
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2013/04/09
Re: [brlcad-users] Parallel g-stl conversion?
Christopher Sean Morrison
-
2013/04/09
Re: [brlcad-users] Parallel g-stl conversion?
Joshua Stults
-
2013/04/09
Re: [brlcad-users] Parallel g-stl conversion?
Christopher Sean Morrison
-
2013/04/09
[brlcad-users] Parallel g-stl conversion?
Joshua Stults
-
2013/02/13
Re: [brlcad-users] Installation of brl-cad not working
Christopher Sean Morrison
-
2013/02/13
Re: [brlcad-users] Installation of brl-cad not working
Prashanth Srinivasan
-
2013/02/12
Re: [brlcad-users] Installation of brl-cad not working
Christopher Sean Morrison
-
2013/02/07
[brlcad-users] Installation of brl-cad not working
Prashanth Srinivasan
-
2013/01/22
[brlcad-users] webBRLCAD
H.S.Rai
-
2013/01/13
Re: [brlcad-users] Trimmed NURBS and Modeling fonts with serifs and Problem with pix-fb
Christopher Sean Morrison
-
2013/01/12
Re: [brlcad-users] Trimmed NURBS and Modeling fonts with serifs and Problem with pix-fb
Philippe de Rochambeau
-
2013/01/07
[brlcad-users] External ray-tracer
Philippe de Rochambeau
-
2013/01/07
Re: [brlcad-users] g-obj in MacosX
Philippe de Rochambeau
-
2013/01/07
Re: [brlcad-users] Trimmed NURBS and Modeling fonts with serifs and Problem with pix-fb
Christopher Sean Morrison
-
2013/01/07
Re: [brlcad-users] g-obj in MacosX
Christopher Sean Morrison
-
2013/01/06
[brlcad-users] Problem with pix-fb
Philippe de Rochambeau
-
2013/01/06
[brlcad-users] Modeling fonts with serifs
Philippe de Rochambeau
-
2013/01/06
[brlcad-users] Trimmed NURBS
Philippe de Rochambeau
-
2013/01/06
[brlcad-users] g-obj in MacosX
Philippe de Rochambeau
-
2013/01/04
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Csányi Pál
-
2012/11/28
Re: [brlcad-users] Archer issue
Christopher Sean Morrison
-
2012/11/21
[brlcad-users] Archer issue
H.S.Rai
-
2012/06/18
Re: [brlcad-users] [OT] BRL-CAD on mobile
Christopher Sean Morrison
-
2012/06/16
[brlcad-users] [OT] BRL-CAD on mobile
H.S.Rai
-
2012/05/23
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/23
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Christopher Sean Morrison
-
2012/05/22
Re: [brlcad-users] More non-detected dependency build failures
Tom Browder
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/22
Re: [brlcad-users] More non-detected dependency build failures
brlcad
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/22
Re: [brlcad-users] More non-detected dependency build failures
Clifford Yapp
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/22
[brlcad-users] More non-detected dependency build failures
Tom Browder
-
2012/05/22
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/21
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/21
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/21
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/21
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/18
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Christopher Sean Morrison
-
2012/05/17
Re: [brlcad-users] NEWS: Italian Translation
Christopher Sean Morrison
-
2012/05/17
Re: [brlcad-users] NEWS: Italian Translation
Christopher Sean Morrison
-
2012/05/17
[brlcad-users] NEWS: Italian Translation
Tom Browder
-
2012/05/17
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/17
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/17
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/16
Re: [brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
brlcad
-
2012/05/16
[brlcad-users] Making cog wheel in BRL-CAD? - A small correction..
Csanyi Pal
-
2012/05/16
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Csanyi Pal
-
2012/05/15
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Tom Browder
-
2012/05/15
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2012/05/15
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Tom Browder
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Tom Browder
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Tom Browder
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Csanyi Pal
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Christopher Sean Morrison
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Csanyi Pal
-
2012/05/14
Re: [brlcad-users] Making cog wheel in BRL-CAD?
Daniel Roßberg