Hi,
I would put it in a tmp-object and remove it from the context. On redisplaying it just put the tmp-Object back to the
AIS_InteractiveContext.
Hide:
- User selects Object to hide
- AIS_InteractiveObject tmp(selected)
- myAISContext->Remove(tmp)
Show:
myAISContext->Display(tmp)