How to get the deactive of AIS_Shape.

Hello,

I set "AIS_InteractiveContext::Deactive()".
But I can't get Activate/Deactivate flag from AIS_Shape.

How can I get the Active/Deactive of AIS_Shape?

redmusk's picture

I was resolved this code.

AIS_InteractiveContext)->SelectionManager()->IsActivated(AIS_Shape);