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