Re: [brlcad-devel] BRL-CAD on Web

2013-07-30 Thread H.S.Rai
On Fri, Jul 26, 2013 at 11:07 PM, Christopher Sean Morrison wrote: > > No, Workbench: http://grabcad.com/workbench Fail to work on my system. https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-frc3/969097_10201223097395041_1979429759_n.jpg Google Chrome says: use "Google Chrome" -- H.S.Rai --

Re: [brlcad-devel] Computer broken down - cannot work for a few days

2013-07-30 Thread phoenix
> I was thinking of r56303. I see. This is about generating a 2D curve on the surface in curve-surface intersections (the csx_overlap case). The openNURBS doesn't take this into consideration, though, as it only have m_b[4] in ON_X_EVENT, which can only represent the start and end of the overl

Re: [brlcad-devel] BRL-CAD on Web

2013-07-30 Thread H.S.Rai
On Fri, Jul 26, 2013 at 10:02 AM, Christopher Sean Morrison wrote: > > As long as you're looking at commercial sites, you might want to > also take a look at http://grabcad.com/ since they focus on CAD data. They had listed many CAD software (see below signature), but they excluded BRL-CAD :-( -

Re: [brlcad-devel] BRL-CAD on Web

2013-07-30 Thread H.S.Rai
On Sun, Jul 28, 2013 at 6:21 PM, Harmanpreet Singh wrote: >> "Try again" implies you changed something, yes? > > Actually not, I didn't changed anything since after assigning material > to models. Then same results are expected. You should make both version available. 1st with default material

Re: [brlcad-devel] Geometry Viewer: Suggestions Needed

2013-07-30 Thread Christopher Sean Morrison
On Jul 30, 2013, at 12:24 PM, Harmanpreet Singh wrote:Currently, I have C program that take name of g file as command line argument and display the list of names of entities contained in that file. You didn't need to write a program.  MGED can and should be used directly for this:mged -c file.g to

[brlcad-devel] Geometry Viewer: Suggestions Needed

2013-07-30 Thread Harmanpreet Singh
Following are my immediate next tasks: 1. Make user to upload file (g file). 2. Display names of entities of file on browser. Currently, I have C program that take name of g file as command line argument and display the list of names of entities contained in that file. Step 1 is completed. For