3d Geometry Package For Python
I am trying to find a good 3D geometry library for Python that has similar operations and functionality to Shapely. http://toblerity.org/shapely/manual.html Shapely is great, and
Solution 1:
Have a look at Pymesh:
http://pymesh.readthedocs.io/en/latest/
Its a new CSG wrapper for basic 3d geometry applications.
Is that the type of thing you're looking for?
Post a Comment for "3d Geometry Package For Python"