From a44f72287bc34e68c3bcb723fea36108cd040363 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 13 Apr 2026 21:18:49 +0200 Subject: [PATCH] pasta errors --- src/ifcgeom/mapping/IfcEdge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/mapping/IfcEdge.cpp b/src/ifcgeom/mapping/IfcEdge.cpp index 3bf7dc3e95..38adbf6076 100644 --- a/src/ifcgeom/mapping/IfcEdge.cpp +++ b/src/ifcgeom/mapping/IfcEdge.cpp @@ -23,7 +23,7 @@ using namespace ifcopenshell::geometry; taxonomy::ptr mapping::map_impl(const IfcSchema::IfcEdge& inst) { auto v1 = inst.EdgeStart().as(); - auto v2 = inst.EdgeStart().as(); + auto v2 = inst.EdgeEnd().as(); if (!v1 || !v2) { logger::message(logger::LOG_ERROR, "Only IfcVertexPoints are supported for EdgeStart and -End", inst); return nullptr;