mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:57:58 +00:00
remove_degenerate_faces() in order to prevent division by zero
This commit is contained in:
@@ -171,9 +171,7 @@ namespace ifcopenshell { namespace geometry {
|
||||
mutable boost::optional<CGAL::Nef_polyhedron_3<Kernel_>> nef_;
|
||||
#endif
|
||||
public:
|
||||
CgalShape(const cgal_shape_t& shape) {
|
||||
shape_ = shape;
|
||||
}
|
||||
CgalShape(const cgal_shape_t& shape);
|
||||
|
||||
#ifndef IFOPSH_SIMPLE_KERNEL
|
||||
CgalShape(const CGAL::Nef_polyhedron_3<Kernel_>& shape) {
|
||||
|
||||
Reference in New Issue
Block a user