How to Dedisplay a InteractiveObject

I want to display a InteractiveObject under concerning Condition, but not display this Object under other Condition. Whice Function in AIS_IneractiveContext or V3d_View and so on can dedisplay a Object? Thanks

f-moullet's picture

Correct me if i'm wrong:

try AHandleAISContext->Clear(AnInteractiveObject);

y-ma's picture

Thank you very much. I'm a beginner of Opencascade.

Michael Gandyra's picture

This is basic!! Read Manuals. Look Samples. Study source code. Search Forum Archive ...