Hi, I'm trying to print a dump of my TopoDS shape to screen. I tried:
BRepTools.Dump(s1, sys.stdout) where s1 is the shape, but it wants a Standard_OStream structure for the second argument. I couldn't find any information on how to create a Standard_OStream structure in pythonocc. I tried: from OCC.Standard import * sos = Standard_OStream() but Standard_OStream doesn't seem to be part of the Standard module. Can someone help? I'm using pythonocc0.5. Thanks In Advance, Charles _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users