We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8542755 commit ec25b90Copy full SHA for ec25b90
voxelizer.h
@@ -36,6 +36,8 @@ class voxelizer {
36
Handle_Poly_Triangulation tri = BRep_Tool::Triangulation(face, loc);
37
38
if (tri.IsNull()) {
39
+ // @todo the reason we don't triangulate here is for multithreading (I think)
40
+ // this should be properly documented or changed.
41
return;
42
throw std::runtime_error("No triangulation!");
43
} else {
0 commit comments