mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix for cgal point projection
This commit is contained in:
@@ -353,7 +353,7 @@ namespace {
|
||||
}
|
||||
|
||||
void operator()(const taxonomy::trimmed_curve& e) {
|
||||
point_projection_visitor v1, v2;
|
||||
point_projection_visitor v1{ e.basis }, v2{ e.basis };
|
||||
boost::apply_visitor(v1, e.start);
|
||||
boost::apply_visitor(v2, e.end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user