[brlcad-devel] Development logs

2014-06-06 Thread H.S.Rai
@ Ankesh and Albert Please update your development logs, everyday, without any failure. Enjoy hacking! -- H.S.Rai -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to

[brlcad-devel] Wrapping bu_bitv a challenge!

2014-06-06 Thread Raj Reddy
Hi all, The brlcad bu_bitv is very intelligently implemented. But it turns out to be very difficult to wrap that in the python code which is required for BOT primitive Below, I explain the situation further. -> The bu_bitv has a vector "bits" which is a unsigned char type of data. (of size 2 as