With the task I wish to perform, I think it’s will be beneficial to grasp Revit Api. What’s the best way to learn python coding using Revit’s API ??? Below are the tasks I wish to perform
Get all elements model in the active document
Identify all type of opening/void from Revit to Grasshopper to find out the type and host. When I was looking into the Elements in Grasshopper, the different opening as shown below is labelled as ‘Opening Cuts’. Do keep in mind other than openings, I am also dealing with void.
I am having a similar issue. There is the “create shaft” user object, however I am looking to create an opening in a wall. I did try editing the code but unfortunately my python is not up to scratch and failed. Has anyone else successfully managed to change this to create a wall opening?