ATTIA Thu, 05/20/2010 - 14:05 Forums: Other usage issuesHi, I want to erase an edge from my AIS_Shape. There is someone who have any idea. Thanks ATTIA Thu, 05/20/2010 - 19:46 I Have used BRepTools_ReShape. But it doesn't work BRepTools_ReShape aReshape; myAISContext->InitSelected(); aReshape.Remove(myAISContext->SelectedShape()); but no edge is deleted Log in to post comments
Thu, 05/20/2010 - 19:46
I Have used BRepTools_ReShape.
But it doesn't work
BRepTools_ReShape aReshape;
myAISContext->InitSelected();
aReshape.Remove(myAISContext->SelectedShape());
but no edge is deleted