Wed, 07/25/2007 - 07:31
Forums:
Hi,
I try to change face color, but it is always yellow. my code as following:
TopoDS_Face aFace;
Handle(AIS_Shape) bFace = new AIS_Shape(aFace);
bFace->SetColor(Quantity_NOC_RED);
myAISContext->Display(bFace);
Thank you for your sharing!!
Thu, 12/01/2016 - 17:14
Hi, is it possible to change a color of hilighted/selected Face without changing the color of a whole shape? I know i can activate StandardMode (ctx->ActivateStandardMode(4)) but it only highlights the edges of a face and not the whole face.
Fri, 07/20/2018 - 15:42
Hi ! Did you found how to change a color of hilighted/selected Face without changing the color of a whole shape??
Tue, 07/31/2018 - 08:26
Hi,
Did you find any way to access attributes of an AIS shape?
Thank You!