python CAD libraries?

Dwight Hutto dwightdhutto at gmail.com
Tue Sep 11 02:22:52 EDT 2012


On Mon, Sep 10, 2012 at 5:10 PM, Jayden <jayden.shui at gmail.com> wrote:

> Are there any python CAD libraries that can
>
> (1) build simple 3D primitives solids such as spheres, cylinders and so on
> (2) perform bool operations on 3D solids
> (3) better if it has some transformations such has scaling, sweeping, and
> lofting
>
> Please recommend some good ones for me? Thanks a lot!!
> --
> http://mail.python.org/mailman/listinfo/python-list
>

've used maya(I think that was the name), and matplotlib, but
Blender.org(open source) is great for 3d rendering/game engine, etc, and
has a nice python API, with great tutorials everywhere.

If you checkout my homepage in my sig, you can see a roughdraft of
somethings I was working on for it.

I'd say go with an earlier version(more tuts/examples), but they put them
out pretty quick, so 2.6 my be best to start with, and it uses python 3.x.
--
Best Regards,
David Hutto
*CEO:* *http://www.hitwebdevelopment.com*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120911/8d14a8c2/attachment.html>


More information about the Python-list mailing list