Mass from Areas

I need to develop a workflow to generate mass from areas objects from area plans in Revit.
Mass elements should be top constrained to the level above and be populated with shared parameters previous assigned to them.
Any tips on how to start it?

I might be wrong but I don’t think you can use pyRevit to generate Revit geometry like this.

A Dynamo script with UI inputs for any required inputs would work. Then it’s just a matter of replacing the script.py with the script.dyn file in the pyRevit pushbutton folder.

If something is possible with dynamo then it is possible with pyRevit as well, only your code might be slightly longer :wink:

1 Like

@andrealmeida I have not played with masses yet and haven’t seen much of API coverage for generating them. I’d like to know the answer to this one too :sweat_smile:

1 Like