2011/3/7 Balint Balassa <balint.bala...@gmx.de> > Hi everyone, > > I've been tinkering with this nurbs surface (looped, but open at 2 ends) > for a while now, but I couldn't manage to make a solid out of it. > BRepBuilderAPI_MakeSolid needs a closed volume, which the surface isn't. > I've tried to use BRepOffsetAPI_MakeFilling, but unfortunately the filling > is quite rough and I didn't manage to make it match the loop hole. > It's already been done with CATIA, so it is possible to fill the hole. > Which pythonocc tools could I use? I'm running out of ideas... > Any hints would be appreciated! > > Balint >
Hi Balint, You can try to build 2 faces from the extrema wires, close the surface and then fill it with BRepBuilderAPI_MakeSolid. Thomas
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users