[brlcad-devel] GSOC'15: NURBS Editing support

2015-04-03 Thread Nihar Mehta
I have started work on distortion of Cobb sphere. However, I am facing difficulties: 1. What is the command to make the shapes described in proc-db folder? 2. I observed that the changes (editing support) is general (applicable to all objects) and included in the rt folder, so if I am picking only

Re: [brlcad-devel] GSOC'15: NURBS Editing support

2015-04-03 Thread Christopher Sean Morrison
On Apr 3, 2015, at 10:38 AM, Nihar Mehta wrote: > I have started work on distortion of Cobb sphere. However, I am facing > difficulties: > 1. What is the command to make the shapes described in proc-db folder? The name of the source file is also the name of the command. As they are develope

Re: [brlcad-devel] Pipe implementation by Andrei Popescu

2015-04-03 Thread Kalpit Thakkar
Hi Daniel. I have reviewed the latest patch uploaded by Andrei Ilinca and I thought there were some things still to be added / changed. You can find the additions / changes here : https://gist.github.com/dracarys-stormborn/0da301c03fb34c8a6e9a Besides these changes, the patch submitted by Ilinca

Re: [brlcad-devel] Python Geometry

2015-04-03 Thread Christopher Sean Morrison
On Mar 26, 2015, at 4:25 AM, Nathan McCorkle wrote: > I don't really know TCL, so I started using python to store and pipe TCL > commands to the various brlcad programs. It doesn't crash on me, but I don't > parse the stdout or stderr to check for bad syntax issues either... So it's > probabl