Anonymous (not verified) Fri, 06/25/2004 - 18:53 Forums: Other usage issuesHi, I have nothing to add to the question in the subject, apart from how to show the object later (hide/show). Thanks. Udo Mon, 06/28/2004 - 14:49 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) Log in to post comments
Mon, 06/28/2004 - 14:49
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)