OSArch Community

Duct fittings in BlenderBIM (MEP)

  1. C

    Dear all,

    I would like to create Fabrication-grade duct fittings in BlenderBIM. It is easy to draw in Blender with meshes, but how can I create parametric models? There is an example done in SketchUp:

    https://github.com/TaviTav/DuctWork?tab=readme-ov-file

    For those who know Revit, I would like to know how to create Revit Family-like models in BlenderBIM.

    I know Python and C# (though C# is not used in BlenderBIM, as far as I see).

    Thanks.

  2. G

    AFAIK the BlenderBIM addon doesn't support that high level of parametric modelling natively. There are some builtin profile which you can tweak the parameters but you can't define arbitrary profile parameters. I may be wrong so anyone feel free to correct me if so.

    There are other Blender-based possibilities, like Geometry Nodes (node-based, so it's not really as user-friendly as other tools), Sverchok (node-based too, and has a bridge to ifc with Sverchok-ifc) and CAD-Sketcher (which has a parametric workflow similar to other CAD softwares https://www.cadsketcher.com/)

  3. C

    @ccrabbit do you think it is possible to bound a shape generator to specific standard IFC pset? As BB does with doors for example

  4. T
  5. T

    ping @Andrej730

    :)

  6. K
  7. G

    They can be converted. However you will lose the procedural aspect of it.

  8. O

Login or Register to reply.