When I trigger the button, it doesn’t give me a Revit generic model.
I tried to use a Boolean toggle instead of a button, but then I get this runtime error:
When I use the script that you detailed in the guide, why does it give me a runtime error “name ‘Action’ is not defined”? I am using Revit 2017.
More explanation on transactions is much appreciated.
May I ask that on line 31 where “Geometry” comes from? I copied your codes including the imports into my own python component and the system returns that “name ‘Geometry’ is not defined”.