On Sat, Mar 21, 2015 at 3:43 AM, Christopher Sean Morrison <brl...@mac.com>
wrote:

>
> On Mar 20, 2015, at 5:35 PM, Kalpit Thakkar <ceasy...@gmail.com> wrote:
>
> > I'm sorry I'm rushing this too much. I am trying to develop my proposal
> for the Object-Oriented C++ Geometry API project and I want to include
> adding features like Centroid, Volume and Surface Area of the primitive in
> the interface. I discussed with Daniel and he said, it should work for
> combinations as well. So, I was trying to understand combinations and how
> to implement these features in it's case.
> > I will look into the tools you mentioned here and do my homework.
> > I was a bit frustrated because I wasn't getting a clue as to what to do
> and hence started asking confusing questions!
>
> No problem at all asking questions — you shouldn’t hesitate to engage in
> discussions.  That goes for everyone new here.  ;-)
>
> Just the less researched or more vaguely worded a question (e.g., an
> open-ended question asking for guidance), the more difficult it is to give
> you a useful reply.  We want to help each other, we enjoy solving
> problems!  When you do your homework and ask detailed or “hard” questions,
> those are really great to see.
>
> Of course by the time you do that, you just might end up answering your
> own question or someone else’s question.  If you do, share your successful
> understandings, your eureka moments.  It can be exciting!  That’s when you
> start becoming a productive contributor to open source and is what this
> program is all about.
>
> Cheers!
> Sean


Thanks a lot Sean for your time. After taking a look at the MGED tutorials,
I have understood what are regions, groups and combinations, in general. I
also understood how the Boolean operations are used to create complex
regions.
After looking at the gqa.c file, I guess the approach I mentioned in my
previous mail for finding volume is followed already to find the volume of
an object in 'n' different views and if the difference between them is
under a threshold (VOLUME_TOL), we find the average volume and that is the
volume of the object, right? Please correct me if I'm wrong.
I still have to take a look at rtweight.

I have attached my first proposal draft. Please do take a look at it and
give your valuable feedback. :)


>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> BRL-CAD Developer mailing list
> brlcad-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/brlcad-devel
>

Attachment: Draft1.docx
Description: MS-Word 2007 document

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to