
Mon, 10/05/2015 - 12:56
Forums:
Best OCC developers,
It seems when changing the line aspect for an AIS_Shape, causes to changes the line-aspect of all other shapes and even the grid of the view? (see attached images)
myDrawer = new Prs3d_Drawer();
myDrawer->SetLineAspect(Prs3d_LineAspect(...));
myDrawer->SetWireAspect(Prs3d_LineAspect(...));
myInteractiveObject->SetAttributes( myDrawer );
Best regards, Guido
Attachments:
Mon, 10/05/2015 - 15:01
Dear Guido,
the best way to report bugs is to register issue on Bugtracker, providing all necessary information (including OCCT version):
http://tracker.dev.opencascade.org
I can not reproduce the problem on current master with the following DRaw Harness script (note that option -setLineType has been added within #0025305 and will be available in OCCT 7.0.0):