Thomas Vogt
Thomas Vogt
> Hi @Thomas84 - Many thanks for submitting these suggestions! A few comments and thoughts: > > 1. I cannot reproduce the exit that you see when left clicking on...
> canvas right-click context menu bug still available in 2.14 sandbox. https://user-images.githubusercontent.com/5624034/165150248-cb64c55e-ceb2-4cb8-a750-04e946051c60.mp4 And why does the context menu always open to the left? The right side would be a shorter...

I got the same problem with v1.8.1 and the provided test.csv file. Commenting out line 87 to 90 is doing the trick: > Ok, to skip that test and get...
Hi @Moult, I have old Revit versions on my machine, and until Revit 2021 the path seems to be correct. But I have downloaded them from https://github.com/Autodesk/revit-ifc/tree/master/Source/RevitIFCTools I have looked...
My guess is, that the "parameter service" is a "cloud users only" feature (as far as I know). If you don't have access to BIM360 / ACC you cannot access...
A light theme, that is optimized for Books and Handouts (in general for printing) would be nice. If you like, you can help your marketing department and publish that as...
> I believe data remember node is available already with Generative Design Package? ye, the data remember node is available and this functionality should be implemented into each node when...
I think the biggest advantage is to use the c# examples of the Revit API more easily. For programming beginners it is a very long journey until you can translate...
I would prefer the f-Strings method described in this blog post: https://realpython.com/python-f-strings/