Hi all.
I was trying to explore submodel. And get an error.
for example I have two database abc.g and bot.g
bot.g contains the following shapes (bot1, prism)
Now I try to create another database by using the session given at [1]
Apparently mged prompts an error [2] and stops. The bu-bomb log i
Hi csaba,
Thanks for your email.
It was indeed a challenge because the kind of hack which was done in
BRL-CAD c repository.
Although I have solved it with another hack in python ;).
To see the code visit [1]
Cheers!
Raj.
[1]
https://github.com/raj12lnm/python-brlcad/commit/ab57e62db457b18b283
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
Hi all.
I have submitted two patches to resolve the above issue.
Both the patches resolve this. Also, they are put in the same ticket. (I
believe that is the right way of doing it)
https://sourceforge.net/p/brlcad/patches/278/
So either of them can be chosen.
Best,
Raj
hi all,
The last argument in mk_metaball(..) defined in src/libwdb/wdb.c looks
erroneous to me
it reads fastf_t *verts[5]
As per [1] this means verts is a 5 array of pointers of type floats.
Instead i think this should be fastf_t (*verts)[5] which would mean verts
is a pointer to 5 array of fas
Hi csaba,
Thanks for the drill last week, I hope you found the details in the pull
request I sent to you. I am planning to create an extra branch now. so that
it is easy and convenient to shift.
I require some clarifications/suggestions regarding implementations of the
following primitives
a) Me
hi devs.
While implementing python wrapping for superell, I found that mk_superell
is not available.
This prompted me to search for how they are created using mged and it turns
out that .
superell_in is used to create superell which is in src/libged/typein.c and
on looking further it just create
folks,
While working on python wrapping of brlcad-libraries, I have found a lot of
primitives mk_xx function are lying in the xx.c file whereas some are lying
in wdb.c ?
Is this a uniformity issue ? Or it is done with some logic !
Cheers!
Raj
Hi all..
I have implemented ARS wrapper today in my project.
I am looking forward to understand the basic geometry behind ARS primitve.
On looking on the web I found a simple example of ARS.
http://brlcad.org/wiki/BRL-CAD_Primitives#ars
Please suggest some reference so that I can document and
Hi.
I am setting up a CI build system for python-brlcad. I require to install a
version of BRL-CAD in the bot.
I found that brlcad v22 is availabe throw package manager in ubuntu.[1] But
I failed to find the availability of the latest version of BRLCAD v24
through package manager.
Please inform
Hii..
Thanks for selecting me as a GSOC student.
I would like to setup continuous build system during the community bonding
system. So that we could test the repo with different environments and
versions of python. And resolve if there exists issues for windows or other
enviroments.
Also it is c
Hi all,
There is a very extended debate about git and svn, and I wouldnot want to
plung into that.
But I see that there are lot of projects related to BRLCAD on github. [1]
Is it a good idea to create a community named BRL-CAD on github and fork
all the code-bases.
Cheers!
Raj
[1] https://gi
hi sean and Csaba
I have updated my proposal.
Please see on google melange at [1]
Bests,
Raj
[1]
http://www.google-melange.com/gsoc/proposal/public/google/gsoc2014/krajkreddy/5629499534213120
--
___
Hi Rishabh.
Its good to ask questions on the list. :-) (my first learning in open
source, Although I am new and novice.)
Create a user account on brlcad.org
Then, Say you wish to create a wiki page as follows
http://brlcad.org/wiki/User:Krajkreddy/GSOC14/proposal/example
Just open the page. Th
Hi rishabh.
Not a official word (since I am a student also) But I would suggest you to
put your proposal on brlcad wiki.
Its convenient to read from there.
Best,
Raj.
--
Learn Graph Databases - Download FREE O'Reilly Bo
15 matches
Mail list logo