Hi,
I want to select object through programing.
Are there any functions to iterate all the objects in AIS_InteractiveContext and how to put the object into selection state?
Thanks!
Ivan Fontaine Mon, 11/04/2002 - 18:24
Yes, you can get a list of all displayed object by calling
AIS_InteractiveContext:: DisplayedObjects.
Then to select one of them using
AIS_InteractiveContext::
AddOrRemoveSelected
Mon, 11/04/2002 - 18:24
Yes, you can get a list of all displayed object by calling
AIS_InteractiveContext:: DisplayedObjects.
Then to select one of them using
AIS_InteractiveContext::
AddOrRemoveSelected
Tue, 11/05/2002 - 04:17
Best wishes to Ivan Fontaine!