get number of shapes and get list of shapes in context?

Hi,
Is there a way of getting the number of items in an AIS_Interactive context and getting access to a list of them / a pointer to the array?

Its not vital, but it would be usefull to know,

Thanks.

Stephane Routelous's picture

try AIS_InteractiveContext::ObjectsInside

HTH

Henry Durrant's picture

Thanks.