mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Drastic settings refactoring
This commit is contained in:
@@ -41,7 +41,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcPolyLoop* inst) {
|
||||
}
|
||||
|
||||
// @todo Remove points that are too close to one another
|
||||
const double eps = conv_settings_.getValue(ConversionSettings::GV_PRECISION);
|
||||
const double eps = settings_.get<settings::Precision>().get();
|
||||
// util::remove_duplicate_points_from_loop(polygon, true, eps);
|
||||
|
||||
int count = polygon.size();
|
||||
|
||||
Reference in New Issue
Block a user