maybe MakeSolid is too much for a function called PipeShell

This commit is contained in:
Joachim Schoeberl 2021-08-17 16:47:08 +02:00
parent 42c0724886
commit cb5eb98f12

View File

@ -1280,8 +1280,8 @@ DLL_HEADER void ExportNgOCCShapes(py::module &m)
BRepOffsetAPI_MakePipeShell builder(spine); BRepOffsetAPI_MakePipeShell builder(spine);
builder.SetMode (auxspine, Standard_True); builder.SetMode (auxspine, Standard_True);
builder.Add (profile); builder.Add (profile);
builder.Build(); // builder.Build();
builder.MakeSolid(); // builder.MakeSolid();
return builder.Shape(); return builder.Shape();
} }
catch (Standard_Failure & e) catch (Standard_Failure & e)