GouMinghao / Geometry3D

Geometry3D: 3D Computational Geometrics Library
GNU General Public License v3.0
88 stars 23 forks source link

Subtraction? #9

Closed alper closed 2 years ago

alper commented 2 years ago

Would it be possible to have 3D polygon's subtracting from each other?

GouMinghao commented 2 years ago

Hi, thanks for you suggestion. However, due to the data structure problem, it would be impossible. The subtracting operation may lead to shapes that are not convex which cannot be dealt with Geometry3D.