SelectionSet object in AutoCAD with Python
In this article I will discuss the SelectionSet object in AutoCAD and methods to automatize operations for the same using Python. Along with that I will also add a small introduction coverign the Group object. Preparing the code for this…