Boolean op error handling has been added. When a no closed mesh is used the follow message is showed:
"Both meshes must be a closed mesh"
This commit is contained in:
@@ -694,7 +694,7 @@ NewBooleanMesh(
|
||||
);
|
||||
}
|
||||
|
||||
if (success) {
|
||||
if (success==1) {
|
||||
// descriptions of the output;
|
||||
CSG_VertexIteratorDescriptor vd_o;
|
||||
CSG_FaceIteratorDescriptor fd_o;
|
||||
|
||||
Reference in New Issue
Block a user