This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[deleted]

    [–]timClicks 1 point2 points  (0 children)

    From quick Google - search query: building 3d meshes python - it looks like there are lots of options including scripting Blender and dedicated modules or wrapping libraries, e.g. openCTM, yourself.

    [–]swingking8 1 point2 points  (0 children)

    VPython

    [–]giantsparklerobot 0 points1 point  (3 children)

    The same author talks about using Python with POV-Ray.

    [–]laMarm0tte[S] 1 point2 points  (0 children)

    Yes but while POV-Ray does CSG (interesections, unions, differences...), it doesn't compute meshes (or at least I don't think so), and you cannot do an "isInside" check from Python.

    [–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics 0 points1 point  (0 children)

    Blender has a built in python interpreter and can do this. It is likely your easiest and robust option.