mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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);
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user