mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
Forgot one line
This commit is contained in:
@@ -5,7 +5,7 @@ bool IfcGeom::CgalKernel::convert_wire_to_face(const cgal_wire_t& wire, cgal_fac
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IfcGeom::CgalKernel::remove_duplicate_points_from_loop(cgal_wire_t& polygon, bool closed, double tol) {
|
void IfcGeom::CgalKernel::remove_duplicate_points_from_loop(cgal_wire_t& polygon) {
|
||||||
if (tol <= 0.) tol = getValue(GV_PRECISION);
|
if (tol <= 0.) tol = getValue(GV_PRECISION);
|
||||||
tol *= tol;
|
tol *= tol;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user