Skip to content Skip to sidebar Skip to footer

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?

Solution 2:

Have a look at d3g package in PyPI.

Visit https://pypi.org/project/d3g

pip install d3g

Post a Comment for "3d Geometry Package For Python"