Image of My Model
Paste screenshots of your model geometry here showing your parametric building forms flexed with different input values:
PART 1
PART 2
Image of Your Results
Description
For Part 1 I started by using one of the Revit Conceptual Masses from the example. Afterwards I started testing with different values for the base and top area to stay in the desired range for the dimensions and area of the building. For the Part 2, I just used Dynamo interface to create the mass of the building. I created a circle for the base and a square for the top, with the parameters varying between base and height of rectangle, radius of circle, height of the building and angle of twist.
With the help of the workshop tutorial for this module, I could create everything within Dynamo (coding), without the need of creating a mass in Revit. For this code, the parameters and formulas had to be formulated and combined in a list (cartesian product). Each parameter have a range of values to have different iterations for the testing. For the volume a plane was created to be set every 3 meters and summed up at the end, along with the facade and floor areas.
The color of the building was set with the ColorByARGB code.