Re: [brlcad-devel] Sketches and Extrude/Revolve

2014-03-04 Thread Christopher Sean Morrison
This was answered earlier, but I thought I'd elaborate some more. On Mar 1, 2014, at 5:02 PM, Csaba Nagy wrote: > It seems that the sketch support in BRL-CAD is very buggy or perhaps not > fully implemented... I would like to get an informed opinion on the > status quo. Sketches themselves are

Re: [brlcad-devel] Sketches and Extrude/Revolve

2014-03-03 Thread Daniel Roßberg
Hi Csaba, Regarding the revolve primitive: It was implemented by Timothy Van Ruitenbeek during GSoC 2009. You can find his development log here: http://brlcad.org/wiki/User:Pacman87 Effectively only the line segments are functional. The circular arcs are half implemented (no output yet), and th

[brlcad-devel] Sketches and Extrude/Revolve

2014-03-01 Thread Csaba Nagy
Hi all, It seems that the sketch support in BRL-CAD is very buggy or perhaps not fully implemented... I would like to get an informed opinion on the status quo. While wrapping the Sketch/Extrude/Revolve primitives in python-brlcad, I did some tests to understand how it works. The net result is th