OSArch Community

Rebar drawings and schedules with Blender 3D, Sverchok, GeoNodes

  1. I

    Open for discussion.

    I ve decided to post some tests and short tutorials on the subject of generating fast parametric Reinforced Concrete drawings, details and schedules with Blender 3D, Sverchok, GeoNodes. And other free and open source tools.

    Hope it is usefull. Tell me if is not.

    Life is short. Automate!

  2. I

    The fastest way to draw in Blender 3D a stirrup array using GeoNodes:

    1. Load a dxf with the shape of the stirrup. Or any other shape. Or draw it in Blender.

    2. Draw a reference line - Bezier Curve for example.

    3. Open the geometry nodes.

    4. Make points on the line - you have the option to input the number of the points or the distance between the points.

    5. Load the shape of the stirrup and make it a mesh (to make it a 3D object)

    6. Instace it on every point from the line.

    7. Rotate it to allign to the plane that you need.

    Video tutorial below

  3. I

    Nortikin Nikitron - wrote to tell me that he opened sourced a script that can export the blender 3D - sverchok geometry to dxf format.

    So I woke up this morning, installed the Python addon azdxf, downloaded the script, loaded it in a script node lite, connected the geometry from my yesterday video, and ... Tears of joy!

    Nice one! Thank you verry much!

    I made a video with my first try.

  4. O

    I made a video with my first try.

    Do you mind sharing some of the files for perusal. We could learn from it. Thanks in advance.

  5. I

    @Owura_qu said:

    Do you mind sharing some of the files for perusal. We could learn from it. Thanks in advance.

    Hello!

    I will make some small tutorials in the future that will come with the files.

  6. I

    In this video I present a full adaptive RC Beam reinforcement drawing using Blender 3D and Sverchok.

    With the control from parameters of the:

    • span dimensions;

    • the number of spans;

    • column dimensions;

    • rebar reinforcement;

    • adaptive stirrup distribution and count;

    • adaptive adnotations and dimensions;

  7. C

    Awesome job Ionut!

  8. I

    @condur said:

    Awesome job Ionut!

    Thank you!

  9. N

    Hello. Why not use sverchok 3d panel in tools? And also list input node for that beam parameters.

    Thanks for your videos

  10. I

    @nikitron said:

    Hello. Why not use sverchok 3d panel in tools? And also list input node for that beam parameters.

    Thanks for your videos

    With welcome! Is good fun!

    Thank you for the tips and tricks!

    I'm still learning what Sverchok can do.

    I saw that it is possible to make an UI with the Sverchok tab in tools. I'm gonna use it next time.

    I may DM you some questions in the future, if I may.

  11. I

    I have implemented the Nikitron tips in this video - RC Foundation Beam - after the same principles from the previous video.

  12. I

    Parametric and adaptive RC Slab Reinforcement drawings using Blender 3D and Sverchok. Demo video

    This module is drawing parametric RC Slab Reinforcement drawing.

    It needs some input data - like the axis dimensions and position (x or y axis, outer axis, inner axis), and the span of the rebars.

    After that, the algorithm adapts to the new data that we introduce.

  13. I

    „Hacking” BlenderBIM With Sverchok - first test.

    In the next step I will try to blend the parametric RC drawings modules with the superpowers of BlenderBIM.

    Here is my first experiment.

  14. I

    Hacking BlenderBIM with Sverchok and GeometryNodes

    First stage on my way to configure full parametric and BIM house models, plans and documentations - A good foundation (parametric and adaptive).

    I actually like to model my foundations grid this way (CAD - 3D hybrid).

    You have the axis. You generate the template of the infrastructure. You use it to model the parametric 3D representation with sverchok visual scripting.

    If you want it bigger - change de dimension of an axis.

    Why not - do the calculations for the costs in real time. See the difference.

    Man, this is cool!

  15. I
  16. I

    Hacking BlenderBIM With Sverchok | BlenderBIM vs Sverchok - Foundation Quantity checking

    In this video, I made a comparison of the quantity calculations done by BlenderBIM (for the IFC foundation "clone") versus the Sverchok Three (for the original 3D object created with Sverchok and GeoNodes).

    I go over:

    The 2D and 3D Parametric modeling of the continuous foundation beam (with Sverchok and GeoNodes);

    Next I clone the 3D Sverchok and GeoNode Geometry into IFC elements;

    I calculate the volume, formwork area, and top view area of the element in BlenderBIM (from the IFC elements) and Sverchok node (done in real-time from the original 3D objects).

    The results?

    in this 2:30-minute video.

  17. I

    I got a mic.

    Did a mic check.

    Obim One Project overview - what I've done allready with Blender, BlenderBIM and Sverchok.

    The road ahead.

    Life is short. Automate!

  18. I

    Back to my reinforcement automations.

    Using Sverchok and Blender 3D.

  19. I

    I've started a repository on github. You can find there the json with the sverchok three I used to do the stirrup shape and stirrup array from the above video. Not rocket science.

    https://github.com/ionuting/IonutBIMStudio

  20. I

    Works with a bezier streight line in Blender 3D.

  21. B

    @Ionut_BimStudio said:

    I've started a repository on github. You can find there the json with the sverchok three I used to do the stirrup shape and stirrup array from the above video. Not rocket science.

    https://github.com/ionuting/IonutBIMStudio

    Thank you, much appreciated, Do you think can be useful add the blend/ifc file and the link to youtube video into github in order to help new people to understand better?

  22. I

    @Bimlooser said:

    @Ionut_BimStudio said:

    I've started a repository on github. You can find there the json with the sverchok three I used to do the stirrup shape and stirrup array from the above video. Not rocket science.

    https://github.com/ionuting/IonutBIMStudio

    Thank you, much appreciated, Do you think can be useful add the blend/ifc file and the link to youtube video into github in order to help new people to understand better?

    A verry good idea! Thank you! I will do so. I am new to github as an author, so I have much to learn.

  23. I

    What is BIM - a BlenderBIM and Sverchok short story

    BIM is fun.

    A cinematic answer to the biggest question in the Universe!

    starring:

    Blender 3D

    BlenderBIM

    Sverchok

    The Default Cube - as Bill and Beam

    Neutron - as himself and everyone else.

    I get bored sometimes with academic definitions.

    Keep it simple!

    Spoiler allert!

    The first part - is a rudimentary way to use Blender 3D to do an elementary BIM object. Just adding custom properties linked to the cube. (It is BIM because we have informations assigned to a 3D object that is defined as a building element).

    In the second part - the BlenderBIM Way. Assigning to the cube the IFC schema. Waaaay more efficient than the first method. And deep data. Full open source BIM.

    In the third part - the procedural way using Sverchok - from data to 3D and/or ifc. Full open-source generative design.

  24. A

    That was moving hahaha

  25. I

    @Ace said:

    That was moving hahaha

    The transforming power of art :)))

  1. Page 1
  2. 2

Login or Register to reply.