Thank you.

When I use the function 
display.DisplayColoredShape(your_topods_shape, 'ORANGE')
there are just the border of the rectangle which are coloring in ORANGE.

What i have forgoten to do ?

Thank you in advance.

My code :
p5 = gp_Pnt(X1,Y1,Z1)
p6 = gp_Pnt(X2,Y2,Z2)
p7 = gp_Pnt(X3,Y3,Z3)
p8 = gp_Pnt(X4,Y4,Z4)

rect1 = make_closed_polygon(p5,p6,p8,p7)
self.canva._display.DisplayColoredShape(rect1, 'ORANGE')






_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to