mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Fixes #30. Thanks to Ian Clevy.
This commit is contained in:
@@ -380,7 +380,7 @@ namespace IfcGeom {
|
|||||||
} catch (...) {}
|
} catch (...) {}
|
||||||
return !!current_triangulation;
|
return !!current_triangulation;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user