ifcviewer: include settings for deflection tolerances

This commit is contained in:
Dion Moult
2026-04-29 22:37:55 +10:00
parent 3607fbb762
commit 30cdffc27a
5 changed files with 82 additions and 1 deletions
+3
View File
@@ -23,6 +23,7 @@
#include <QDialog>
class QCheckBox;
class QDoubleSpinBox;
class QLineEdit;
class QShowEvent;
class QSpinBox;
@@ -47,6 +48,8 @@ private:
QCheckBox* backface_culling_check_ = nullptr;
QCheckBox* load_data_source_check_ = nullptr;
QSpinBox* void_limit_spin_ = nullptr;
QDoubleSpinBox* deflection_tolerance_spin_ = nullptr;
QDoubleSpinBox* angular_tolerance_spin_ = nullptr;
};
#endif