
Sat, 02/07/2009 - 21:38
Forums:
I'm trying to select a solid using myContext->ActivateStandardMode(TopAbs_SOLID).
myContext->HasSelectedShape() returns false, but if I ignore that and do
TopoDS_Shape S = myContext->SelectedShape();
S is the shape I wanted to get.
What am I doing wrong?
Sun, 02/08/2009 - 03:41
oops, need to reword that.
"S is the shape I wanted to get." -> "S now contains the shape that was selected."