mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
maybe MakeSolid is too much for a function called PipeShell
This commit is contained in:
parent
42c0724886
commit
cb5eb98f12
@ -1280,8 +1280,8 @@ DLL_HEADER void ExportNgOCCShapes(py::module &m)
|
||||
BRepOffsetAPI_MakePipeShell builder(spine);
|
||||
builder.SetMode (auxspine, Standard_True);
|
||||
builder.Add (profile);
|
||||
builder.Build();
|
||||
builder.MakeSolid();
|
||||
// builder.Build();
|
||||
// builder.MakeSolid();
|
||||
return builder.Shape();
|
||||
}
|
||||
catch (Standard_Failure & e)
|
||||
|
Loading…
Reference in New Issue
Block a user