diff --git a/libsrc/occ/python_occ_shapes.cpp b/libsrc/occ/python_occ_shapes.cpp index 6908fe5f..05785370 100644 --- a/libsrc/occ/python_occ_shapes.cpp +++ b/libsrc/occ/python_occ_shapes.cpp @@ -641,7 +641,7 @@ public: BRepOffsetAPI_MakeOffset builder(makeFace.Face()); builder.Perform(d); auto shape = builder.Shape(); - wires.push_back (TopoDS::Wire(shape.Reversed())); + wires.push_back (TopoDS::Wire(shape)); return shared_from_this(); }