3D Geometry Package for Python

戏子无情 提交于 2020-03-18 12:12:18

问题


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 has exactly what I need, especially around the creation and manipulation of Linestring objects. Unfortunately, it only supports operations on 2D objects, even though 3D points can be created.

Does anybody know of any a similar module that operates in full 3D? It would be greatly appreciated. Thanks.


回答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?



来源:https://stackoverflow.com/questions/38637603/3d-geometry-package-for-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!