From d31aafac5b18fb4c360a5980470841dccae57fe9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 21 Aug 2025 14:06:54 +0200 Subject: [PATCH] Update ConversionSettings.h --- src/ifcgeom/ConversionSettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/ConversionSettings.h b/src/ifcgeom/ConversionSettings.h index ef3b69c707..5e47e7342d 100644 --- a/src/ifcgeom/ConversionSettings.h +++ b/src/ifcgeom/ConversionSettings.h @@ -367,7 +367,7 @@ namespace ifcopenshell { struct CgalSmoothAngleDegrees : public SettingBase { static constexpr const char* const name = "cgal-smooth-angle-degrees"; static constexpr const char* const description = "Angle in degrees under which adjacent facets will have averaged vertex normals in CGAL output. NB irrespective of original IFC geometry types. Defaults to -1 to disable smoothing."; - static constexpr int defaultvalue = -1; + static constexpr double defaultvalue = -1.; }; struct KeepBoundingBoxes : public SettingBase {