You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find a way to call the method AIS_InteractiveContext::EntityOwners. It requires an argument of type SelectMgr_IndexedMapOfOwner which is not available through pyocct.
Any idea for a workaround to get the list of SelectMgr_EntityOwner from AIS_InteractiveContext or any over way to programmatically select subshapes of an AIS_Shape?
Edit:
An alternative could have been SelectMgr_Selection::Entities, however the return type NCollection_Vector<Handle< SelectMgr_SensitiveEntity > >& is not available through pyocct either.
The text was updated successfully, but these errors were encountered:
Do you happen to have an example script that reproduces the issue using AIS_InteractiveContext::EntityOwners? I think I can bind the missing type, but would like a reproducible example to make sure and then add to the test suite. Thanks!
I cannot find a way to call the method AIS_InteractiveContext::EntityOwners. It requires an argument of type
SelectMgr_IndexedMapOfOwner
which is not available through pyocct.Any idea for a workaround to get the list of
SelectMgr_EntityOwner
fromAIS_InteractiveContext
or any over way to programmatically select subshapes of anAIS_Shape
?Edit:
An alternative could have been SelectMgr_Selection::Entities, however the return type
NCollection_Vector<Handle< SelectMgr_SensitiveEntity > >&
is not available through pyocct either.The text was updated successfully, but these errors were encountered: