
Wed, 06/05/2002 - 11:50
Forums:
Hi !
I have a list of faces I want to be selected in my AIS_Context. How can I select them in a non-interactive way (ie not using Mouse and Select(), but from my code) ?
I've looked for a solution in samples and documentation, but did not find any clue...
Could someone help me please ?
Regards,
Eric
Wed, 06/05/2002 - 21:13
Hi Eric,
you can use the AIS_InteractiveContext::AddOrRemoveCurrentObject(anAIS,Standard_True) method.
Francois.
François Lauzon, Ing. Stag.
Software Development Coordinator
DBM Reflex Inc.
1620 boul. Dagenais ouest
Laval, Québec
Email: Francois.Lauzon@dbmreflex.com
Tue, 06/11/2002 - 16:16
Thanks for your hint.
I don't know how to use this function, but i'll try ;-)
Eric