SOFAgh / CADability

CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.

Home Page:https://sofagh.github.io/CADability/CADabilityDoc/articles/general.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make3D returning null when using sphere solids

nsmela opened this issue · comments

Hi there, we've been struggling with Make3D union and difference when using a sphere generated by Make3D. The solids overlap, but the result is null. When changing the position of the sphere, it appears we get just a circle face returned. Is this a known issue?