LocalContext replacement

Hi all,
I Have to replace the selection of subshapes (vertex,edge, face...) of a shape.
Now i am using :
myAISContext->OpenLocalContext();
myAISContext->ActivateStandardMode(TopAbs_VERTEX);

but in 7.2 the localcontext was removed !

What is the best way to select the subshapes ?

Kirill Gavrilov's picture

You can start from reading Porting Notes and the following article on OCCT Development Portal:
https://dev.opencascade.org/index.php?q=node/1204