Can someone tell me how to implement the same actions from the VBS example but in Python. The lines colored in Red. Exhausted all ideas I had but no success.
Note: in VB the script works but I need a Python script to work with CB for Linux.
view.SelectAllVisibleGeometry()
dim newselection as ArrayList = new ArrayList()
for each ent in view.SelectedEntities
........................
view.Select(newselection.ToArray(GetType(Entity)))
view.RefreshView()
----------------------
Hope the forum will hold on for a while
