All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Creating Conceptual mass in REVIT and Creation of Sinusoidal curve and a Parametric stadium using Dynamo Introduction: Dynamo is an open source visual programming language for Revit, written by designers and construction professionals. Its a programminglanguage that allows you to type lines of code: while also creating…
MAYUR KOKANI
updated on 06 Feb 2022
Creating Conceptual mass in REVIT and Creation of Sinusoidal curve and a Parametric stadium using Dynamo
Introduction: Dynamo is an open source visual programming language for Revit, written by designers and construction professionals. Its a programminglanguage that allows you to type lines of code: while also creating an algorithm that consist of nodes.
Using dynamo work can be carried out with enhanced BIM capabilities in Revit.Dynamo and Revit an together be utilized to model and analyze complex geometries, automate repetative processes,minimize human error and export data to exer and other file types. Dynamo can make the design process more efficient with an intuitive interface and many pre made scripting libraries availabe as well.
The user interface for dynamo is organized into five main areas, largest being the workspace where programms are processed and this user interface sections include
• Main Menu
• Toolbar
• Library
• Work Space
• Execution Bar
The workspace is the place where designers develop visual programs but it is also the place where any elaborate geometry is previewed.
Conceptual mass of a building contains different types of parameters like level, floor area, floor perimeter and architect can generate early quanties takeoff from the mass. In Bim modelling services the conceptual mass of a building can be exported to to any other format for performing early energy analysis.
Q1) Using Dynamo create a set of sinusoidal points and create a curve and create a surface out of the curve
Aim: To create a set of sinusoidal points, a curve and a surface out of the curve using dynamo.
Procedure:
• Now, search points by coordinates in the search panel.
• Then, connect the range block to the x coordinate of the point by coordinate block.
• Now, we have to produce sin wave out of these points for which we have to insert sin function which is given by math.sin option in the library.
• Sin values are very small so, we need to amplify it. For this, insert another integer slider and name it as amplifier.
• This, amplifier code block needs to be multiplied to the sin block.
• For this, search product function in the library.
• Input for x value is sin block and for y value is amplifier.
• Next, we have to provide phase for the sin curve.
• So, again insert an integer slider and name it as Phase.
• Now, the phase block is theen added to the amplified sin block(*).
• For this, insert add operator block from library.
• Now, this is then connected to the y coordinate of the points by coordinates block.
• Hence, the set of sinusoidal points are obtained.
• Now, we have to convert them to a curve.
• The curve can be created from nurbscurve.
• Search Nurbscurve in library and choose nurbs curve by control points
• Now.connect the points by coordinate block as input for the nurbs curve. A line will be developed connecting the points.
• Hence, sinusoidal curve is also developed.
• The next step is to develop surface. .
• For this, first create a group of these items for easy manipulation.
• This can be done by selecting the required input blocks and then go to edit option in the top portion and then choose create node from selection.
• The entire thing will be grouped together.
• Now, copy this entire blocks two times to create the surface.
• Adjust phase to view the two curves that is copied.
• Next step is to create the surface.
• For this, first create a list.
• This can be done by searching list.create in the search panel of library.
• Then connect all the output of the sine curves as input for the list.
• This will serve as the input for surface by loft block.
• Now, we have to create the surface.
• For this, search surface by loft
• Hence, the surface is developed out of the curve.
Result:
• A set of sinusoidal points have been created as follows:
• Sinusoidal curve connecting points is developed as given below:
• Surface is developed out of the curves as follows:
Q2) Create a conceptual layout of floor plan in dynamo . Using the tools available in dynamo link the lines to appropriate model elements in Revit by choosing the wall types and wall parameters. Make use of the sliders to slide through the height of the wall and length of the wall.
Aim: To create a conceptual layout of a floor plan in dynamo.
Procedure:
• Open a new architectural template.
• Go to manage tab and open the dynamo --> New.
• Inorder to create the wall first we have to create four control points.
• For this, search points by coordinates in the search panel of the library o
• Now, provide two integer sliders to provide the values for x and y.
• Now, we have to connect these points by a line.
• So for this, search line by start and end point and insert 4 blocks
• The input for these blocks are the points created previously .
• Hence, the layout of the floor plan is obtained. .
• Now, search wall in the panel and choose wall by curve and height.
• So, for this input required are curve, height, level and wall type. Inputs are given as follows: .
• The floor plan layout is given below:
• Now, go to revit file to view the 3D form where the height of the wall is visible.
• The height of the wall can be adjusted using the slider. .
• Now, we have to place the floor. .
• For this, type floor in the library and select floor by outlinecurve, floor type and level.
• This can be viewed in 3D view in revit file.
Result: Hence the conceptual floor plan layout has been developed and is as follows:
Q3) Create an array of model elements in Revit. Use dynamo to vary the properties of model elements by using the slider or code block
Aim: To create an array of model elements in revit.
Procedure:
• Open a new architectural template in revit file. . In that go to architecture tab --> Columns --> Architectural column --> Place the column (610mmx610mm).
• Now, similarly 16 columns are created.
• The properties of the model elements are varied using dynamo.
• Now.open dynamo.
• In the search panel of the library search select model elements, integer slider and set rotation.
• The integer slider is renamed as rotation angle.
• Now, select model elements block will be the input for family instance and integer slider (rotation angle) will be input for degree.
• The rotation angle can be varied to desired value.
Result: The array of model elements have been created and their properties are being varied through the blocks created in dynamo.
Q4) Create a conceptual mass in Revit and develop a parametric column by dividing the surfaces and apply the concepts similar to used in parametric walkway modelling. Use triangular bent or square shaped panels to add finish to the parametric column
Aim: To create a conceptual mass in Revit and develop a parametric column by dividing the surfaces.
Procedure:
• Open revit software and under the families open a new --> conceptual mass --> mass.
• Now, go to elevation view and create a level at 3.6m and name it as Height of roof.
• Now, using spline tool draw the desired outline for the walkway.
• Now, we have to create a profile to sweep through the curve. .
• For this, we have to set the workplane at the points and develop a polygon at the workplane keeping the point as centre.
• Now, a polygon is developed with point as center.
• Similarly, workplane and polygon is developed at all the nodes.
• Now, we have to create the surface which done through sweep .
• For this, select all the polygons and the curve line and choose create form option
• Now, select the entire form and then filter and retain only the form.
• Now, select the form --> divide surface --> Then provide the pattern (triangle bent).
• Now, open a new family -->Curtain panel pattern based.
• Now, select the pattern as triangle bent.
• Then, create a reference point at centre of the face.
• Then draw a circle of radius 3" at that reference point.
• Now, select the pattern, refrence plane and circle created and choose create form.
• Now, load this into the project.
• Now, select the entre form of the walkway and filter it to retain only the divided surface.
• Then in the pattern select the family that we havee created just now. Hence, the conceptual mass have been created
Result: The conceptual mass have been created in Revit and is given as follows:
Q5) Use Dynamo to work on developing a Parametric Stadium. List your parameters and use the visual programming approach to complete the modelling, You can use the concepts discussed in parametric high rise tower in class for reference.
Aim: To develop a Parametric Stadium using dynamo in Revit.
Procedure:
• Initially open a new architectural template in Revit and then open dynamo.
• Basic parameters to design a high rise structure is created as input in dynamo.
• Four integer sliders is taken from the library for the following:
• Now, insert a code block from the library to combine level and floor to floor height and type 0.#levels...Floorheight.
• Now.connect the integer sliders named as levels and floor to floor hegiht as input to the code block.
• Now, search coordinates by origin in the library and insert it.
• Then connect the code block as input for z coordinate in the coordinate by origin block.
• Five points are generated corresponding to 5 levels.
• Now, insert rectangle by width and length from the library.
• For this, inputs requied are coordinate system, length and width
• So insert integer slider for length and width
• Then connect the inputs for the rectangle block.
• Now we have to rotate the geometry.
• So, for this insert the rotate block from the library. The inputs required are:
• Now, we have to create surface, for this type surface by loft in library.
• Then connect Geometry.rotate block as input for Surface by loft.
• Hence, the parametric stadium have been created.
• The number of levels and width and length of the rectangle can varied accordingly.
• In revit structure is visible as follows:
Result: The Parametric Stadium have been created and is as given below.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 1
Aim & Introduction - To design a multi-story Residential Building located in Bangalore using STAAD Pro Connect Edition. ProcedureUnit weight of the materialsReinforced Cement Concrete = 25 kN/m^3 Plain Cement Concrete = 24 kN/m^3 Cement Concrete Screed = 20 kN/m^3 Cement Masonry Units = 22 kN/m^3 Structural Steel =…
20 Jul 2022 08:26 AM IST
Week 3 Challenge
1. 1. State the primary load cases to be considered for design. ANS: The primary load cases to be considerd for the design are the• Dead load • Live load/Imposed load • Wind load • Earth quakeload 2. What is One - Way slab? ANS: One-way slab• The ratio of the longer span to the shorter span is…
18 Jun 2022 05:18 AM IST
Week 2 Challenge
AIM:1.1 How will you assign Circular section to column?Introduction :• Column are the vertical member in the Structure that can be of varing size in dimesions • The circular section of column are provided at the upper floor of the building for the better load carrying andaccess purpose Procedure:• Create…
17 Jun 2022 08:42 AM IST
Week 1 Challenge
1.1• Select STAAD Import from the backstage.The Import from STAAD.Pro dialog opens. • Click ...) in General settings to browse and select a STAAD.Pro (* std) file to • Select Use Mapping File in Section Mapping settings, and then click [...] to browse and select a mapping file toimport. Note: Mapping files are delivered…
16 Jun 2022 08:18 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.