
Wed, 02/07/2018 - 14:28
Forums:
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 ?
Wed, 02/07/2018 - 16:04
You can start from reading Porting Notes and the following article on OCCT Development Portal:
https://dev.opencascade.org/index.php?q=node/1204