I can't explain the strange colors, but it could have something to do with the inefficient / strange way of building the geometry. Don't use points_to_bspline nor make_n_edges, but rather make_closed_polygon and make_face Like so:
face = make_face( make_closed_polygon(p5,p6,p7) ) Your trying too hard, let pyocc do the work for you ;) Take care, -jelle
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users