The ReviTea tools are helpful, but due to limitations in the API have a less than ideal interface - would be nice to have this built-in (and they're free, so Autodesk can't make the excuse that they're taking away someone's income stream, like they do with colored tabs). Report ...
self.toolbar =None# set the layout to th vertical boxself.setLayout(self.layout)# active lines listself.lines = []# legendself.legend =None# autoscaleself.canvas.ax.autoscale_view(True,True,True)ifmenu:# setup context menuself.setContextMenuPolicy(Qt.ActionsContextMenu) sel...
File metadata and controls Code Blame 69 lines (57 loc) · 2.56 KB Raw using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodes...