Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Loading...
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Sandeep Ghosh/
  3. Creating Conceptual mass in REVIT and Creation of Sinusoidal curve and a Parametric stadium using Dynamo

Creating Conceptual mass in REVIT and Creation of Sinusoidal curve and a Parametric stadium using Dynamo

1. 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, curve and to create a surface out of the curve by using REVIT 2022 INTRODUCTION:- Creation a set of sinusoidal points, curve and to creation a surface out of the curve…

  • CAE
  • CFD
  • FEA
  • REVIT
  • Sandeep Ghosh

    updated on 13 May 2022

1. 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, curve and to create a surface out of the curve by using REVIT 2022

INTRODUCTION:- Creation a set of sinusoidal points, curve and to creation a surface out of the curve is going to be explained in detail with step by step procedure.

PROCEDURE:-

  • Open Revit 2022
  • Open the project template by setting Architectural template
  • Go to manage> Click Dynamo
  • Save the dynamo file along with Revit file 

  • Open dynamo player

  • Type a code " Code Block"

  • Rename it as Start,End and Step

  • Type a code range

  • Joined it by using network flow

 

  • Type a point coordinates

  • Joined it to X axis by using network flow

  • Type a code Code block and write it down the following code and connect it to by nodes Start, end and step

  • Type a code block also and rename it as number of values
  • Type a code code block and write it down the following code and connect it to by nodes Start, end and step

  • Joined the nodes start end and number of values to the new Code Block alternatively

 

  • For providing sinusoidal curve type a code Math.Sin functions and omit range, number of values and newly created code block for simplicity purpose

  • Joined it through nodes by drop down list to 'X' point by coordinates and Math.Sin functions

  • Type a code Code Block and rename it as Amplifier and provide the value as 20

  • Type a code Product Operator (*) with x and y variables

  • Joined it to x variable to Math.Sin function and y variable to Amplifier function    

  • Type a code Integer Slider

  • Type a value at a specific range of 20 with maximumof 40 and steps of 1
  • Type a code Add Operator (+) with x and y variables

  • Join Product operator to x variable of Product operator and integer slider to y variable of Product Operator

  • Join Add Operator to Y axis of Point by Coordinate through wire model

  • A Sine function will generate automatically 

  • Type a code NurbeCurve by Control Points

  • Joined it by through network as shown below 

 

  • Copy the command and paste it to two times to get three different curves
  • Type a command List by create with three different items and connect it by three NurbeCurve by Control Points
  • Type a command Surface.ByLoft and connect it to List Create to generate the surface

 

RESULTS:-  Creation a set of sinusoidal points, curve and to creation a surface out of the curve has been explained in detail with step by step procedure.

 

2. 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 floor plan in dynamo along with choose appropriate model elements such as wall types, wall paramenters, height of the wall and length of the wall.

INTRODUCTION:-  Creation of conceptual layout of floor plan in dynamo along with appropriate model elements such as wall types, wall parameters, height of the wall and length of the wall is going to be explained in detail with step by step procedure.

PROCEDURE:-

  • Open Revit 2022
  • Open the project template by setting Architectural template
  • Go to manage> Click Dynamo
  • Save the dynamo file along with Revit file 
  •  

 

  • Type a command Point by Coordinate four times

  • Rename it to Origin (0,0,0), Control Point 1(x,0,0), Control Point 2(0,y,0), Control Point 2(0,y,0) and Control Point 3(x,y,0)

  • Type a command Number Slider and rename it as 'x' and 'y'

  • Choose minimum value of 10, maximum value of 100 with a step of 1 for 'x' and 'y'

  • Connect it through different coordinates as shown below

 

  • Type a command Line by Start Point End Point for consecutively 4 times

  • Connect it through origin (0,0,0), Control Point 1(x,0,0), Control Point 2(0,y,0), Control Point 2(0,y,0) and Control Point 3(x,y,0) to line by start point and end point to generate a rectangular plan layout

  • Type a command Walll By Curve and Height

  • Type a command Wall Types and Select appropriate wall type

  • Type a command levels 
  • Type a command Integer Slider and rename it as Height of the wall
  • Choose minimum value of 10, maximum value of 40 with a step of 1  for height of the wall

  • Type a command List Create and create list of items and then connect it four line by stat point and end point

  • Connect list create to curve parameter, height of the wall to height parameters, levels to level and wall types to wall type  parameter for wall by curve and height 

  • Type a command floor types and Floor by outline types and level and connect it by different point with drop down list

  • In this way floor has been created along with wall

RESULTS:- Creation of conceptual layout of floor plan in dynamo along with appropriate model elements such as wall types, wall parameters, height of the wall and length of the wall has been illustrated in detail with step by step procedure.

3.  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 and also to vary the properties of model elements by using the slider or code block in dynamo

INTRODUCTION:- Creation an array of model elements in REVIT and also to vary the properties of model elements bt using the slider or code block in dynamo is going to be explained with step by step procedure

PROCEDURE:-

  • Open Revit 2022
  • Open the project template by setting Architectural template
  • Go to manage> Click Dynamo
  • Save the dynamo file along with Revit file

  • Draw a wall of four different columns

  • Type a command Model Elements

  • Type a command SetRotation with Family

  • Type a command Code Block and rename it to Rotate with 45 degree

  • Select the model elements in REVIT and automatically it has been displayed to Dynamo

  • Connect it by through network

 

  • Type a command Number Slider with providing appropriate minimum values and maximum values with a step of 1 and connect it to degree parameter for Set Rotation with Family

  • As soon as  increase the number slider, model elements will change its orientation

RESULTS:- Creation an array of model elements in REVIT and also to vary the properties of model elements bt using the slider or code block in dynamo has been illustrated in detail with step by step procedure

 

4. 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 to develop a parametric column by dividing the surfaces. Also to apply the concepts using parametric walkway modelling and also to apply using triangular bent or shaped panales to add finish to the parametric operation.

INTRODUCTION:- Creation of conceptual mass in REVIT for parametric walkway modelling is going to be explained in detail with step by step procedure.

PROCEDURE:-

  • Open Revit 2022
  • Go to family> Select Conceptual Mass

 

 

 

  • A new plane will appear in the screen

  • Select the level 2 to a value of 4000 and rename level 2 as height of the roof

 

 

  • Go to floor plans> Height of the roof

 

  • Set the workplane

 

 

  • Draw a spline by connecting four points choosing the reference plane

  • Set the plane and draw a rectangle of size 4000*4000 for each spline points

 

  • Select all the four rectangle and Create the form

 

 

  • Go to modify> Select filter> Untick refrence plane > Click Apply and Press OK

 

  • Again go to filter> Untick form and reference plane > Click OK

 

  • Go to properties > Select U grid as 60 and V grid as 70 > Click Apply

  • In this way parametric surface has been created

 

RESULT:-  Creation of conceptual mass in REVIT for parametric walkway modelling has been illustrated in detail with step by step procedure.

 

5. 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 by using dynamo and to develop parametric high rise tower by using REVIT Dynamo

INTRODUCTION:- Creation of parametric stadium and  parametric high rise tower is going to be explained in detail with step by step procedure.

PROCEDURE:- 

  • Open Revit 2022
  • Open the project template by setting Architectural template
  • Go to manage> Click Dynamo
  • Save the dynamo file along with Revit file

 

  • Type a code integer slider for four times

  • Edit first integer slider as Number of levels with minimum of 5 , maximum of 20 and with a step of 1

  • Edit second integer slider as  floor to floor height with minimum of 10 , maximum of 15 and with a step of 1

  • Edit third integer slider as  bottom floor rotation with minimum of 0 , maximum of 180 and with a step of 1
  •  

  • Edit fourth integer slider as  top floor rotation with minimum of 180 , maximum of 360 and with a step of 1
  •  

  • Type a Code Point by Coordinates

  • Type a Code Code Block

  • Write Code Block in description as  " 0...#Levels...FloorHeight"

  • Connect it by through network diagram

 

  • Type a Code " Rectangle. ByWidthLength" and " CoordinateSystem.ByOrigin"

 

  • Connect it by through network diagram. A Vector Coordinate System will originate which starts from the origin (0,0,0)

 

  • Type a Code "Width/Length of Rectangle" and connect it by through network diagram

 

  • Type a Code " PolySurfacebyLoft" and connect it by through network diagram

  • Type a command "Geometry.Rotate"

 

  • Type a command "Point.Origin" and  "Vector.ZAxis" and connect it by through network diagram

 

  • Type a code Code Block write down in block description as Bottom...top...#levels and connect it by through network diagram

  • Now the parametric surface model is ready

 

RESULTS:- Creation of parametric stadium and  parametric high rise tower has been illustrated in detail with step by step procedure.

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Sandeep Ghosh (41)

Week 1 Challenge

Objective:

1. 1. Write the steps involved to upload a .std file through web mail?    2. Name the different materials that can be designed using STAAD Pro.    3. Is it possible to capture images in STAAD Pro? If yes how?    4. Name the three ways by which you can create a model.    5. Write…

calendar

19 Dec 2022 05:41 PM IST

    Read more

    Foundation Design using SAFE

    Objective:

    1.Model the isolated footing provided in week 11 challenge on SAFE. Analyze and design it to verify the size, depth and steel provided as per calculations. AIM:-  To model the isolated footing by using  SAFE and to analyze and to design it to verify the size, depth and calculation of steel provided INTRODUCTION:-…

    calendar

    14 Oct 2022 03:42 AM IST

      Read more

      Design of Shallow Foundation (Isolated Footings)

      Objective:

      1. Design a square footing for a column size of 400x400. The compression axial load for the load combination of (1.5 DL + 1.5 LL) is 2000 KN. The safe soil bearing capacity is 150 KN/m2 at a depth of 2 meters below E.G.L. Participants are free to go for either a tapered or stepped footing. Besides the total axial load,…

      calendar

      08 Oct 2022 06:08 PM IST

        Read more

        Structural Modelling using Etabs 2018

        Objective:

        ` 1. The architectural drawings for a G+7 residential building in zone 5 has been provided. The floor plan is the same for all 7 floor levels. Possible column positions have also been provided. Conceptualize a framing plan layout and then model the building in Etabs. The following architectural drawings have been provided:…

        calendar

        06 Oct 2022 11:13 AM IST

        • ETABS
        Read more

        Schedule a counselling session

        Please enter your name
        Please enter a valid email
        Please enter a valid number

        Related Courses

        coursecardcoursetype

        Post Graduate Program in CFD Solver Development

        4.8

        106 Hours of Content

        coursecard

        Introduction to OpenFOAM Development

        4.9

        18 Hours of Content

        coursecard

        FEA using SOLIDWORKS

        4.8

        4 Hours of Content

        coursecardcoursetype

        Post Graduate Program in Battery Technology for Mechanical Engineers

        4.8

        57 Hours of Content

        coursecardcoursetype

        Post Graduate Program in High-Rise Building Design & Analysis

        4.8

        258 Hours of Content

        Schedule a counselling session

        Please enter your name
        Please enter a valid email
        Please enter a valid number

                    Do You Want To Showcase Your Technical Skills?
                    Sign-Up for our projects.