mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
Fix MSVC geometry build errors
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -216,7 +216,7 @@ struct cant_curve_segment_function {
|
||||
class curve_segment_evaluator {
|
||||
private:
|
||||
mapping* mapping_ = nullptr;
|
||||
logger& logger_;
|
||||
ifcopenshell::logger& logger_;
|
||||
IfcSchema::IfcCurveSegment inst_; // this curve segment instance
|
||||
double length_unit_;
|
||||
double start_;
|
||||
|
||||
Reference in New Issue
Block a user