开发者

library for representing 3D polyhedra

开发者 https://www.devze.com 2023-01-05 11:38 出处:网络
Are there any libraries that p开发者_JAVA技巧rovide 3D polyhedra, and support calculating the intersection of two polyhedra?

Are there any libraries that p开发者_JAVA技巧rovide 3D polyhedra, and support calculating the intersection of two polyhedra?

If it makes a difference, the polyhedra I want to model do not have 'holes' in them.

The focus would be on correctness first and speed a close second!

Ideally this library would:

  • have existing tidy python bindings
  • be free-standing or have reasonable and small dependencies
  • support calculating the outline of the polyhedron when view from any given angle


CGAL offers rather more than you're asking for, but does in particular include polyhedra and "boolean"-like operations on them (I'm not sure about "view from any angle" as a primitive, though -- as I recall it wasn't there when I last used it, but that was a while ago -- you may have to iterate projecting the hedges on the appropriate plane).

The Python bindings are here and I believe the only "big" dependency is Boost Python (used for the bindings).

0

精彩评论

暂无评论...
验证码 换一张
取 消