From 7ae45428845b2226198225a7f52f06b155fda91c Mon Sep 17 00:00:00 2001 From: bgbsww Date: Sat, 10 Feb 2024 07:59:45 -0500 Subject: [PATCH] TopoNaming/Part: cleanups and tests --- src/Mod/Part/App/TopoShapeExpansion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Part/App/TopoShapeExpansion.cpp b/src/Mod/Part/App/TopoShapeExpansion.cpp index 69d666ae3f..db083f9d25 100644 --- a/src/Mod/Part/App/TopoShapeExpansion.cpp +++ b/src/Mod/Part/App/TopoShapeExpansion.cpp @@ -1737,8 +1737,8 @@ TopoShape& TopoShape::makeElementRuledSurface(const std::vector& shap if (orientation == 0) { // Automatic - Handle(Adaptor3d_HCurve) a1; - Handle(Adaptor3d_HCurve) a2; + Handle(Adaptor3d_Curve) a1; + Handle(Adaptor3d_Curve) a2; if (!isWire) { BRepAdaptor_HCurve adapt1(TopoDS::Edge(S1.getShape())); BRepAdaptor_HCurve adapt2(TopoDS::Edge(S2.getShape()));