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 probably not the best way to go about it, but it has been helpful
since I use python pretty much everyday.

https://github.com/nmz787/python-brlcad-tcl

I have been stuck thinking about how to implement arbitrary cross sections
for something like the spiral.pl script produces. I think it would be
helpful to have something like the pipe primitive, but such that it could
be a square or parabolic flight cross section (with a flat top).
On Mar 26, 2015 12:12 AM, "lesha suharevich" <suharevichale...@gmail.com>
wrote:

> Hello,
>
> My name is Alexey Suharevich.
>
>
> *(Pardon for my English.)*I am a third year student in the Computer
> Science Program at Belarusian State University.
>
> I'm interesting in Python geometry task. I have experience in Python and C
> (besides of these, I know  C++, C# and Java), and have basic knowledge
> about CAD.
>
> I don't have much experience in wrapping C code (I mean using SWIG, Python
> C/API an etc.), but as I saw on github it isn't necessary.
> And because some primitives have already implemented the goal of this task
> are clear (do the same for rest primitives).
>
> In addition, as I notice not all primitives have good documentation and OS
> X support not finished.  I'm going to check it.
>
> If you are interesting in my proposal write me where I can find
> information about the primitives (especially the functionality the have to
> support or C code for this primitives).
>
>
> --
>
> Regards,Alexey
>
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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