Hi all,
I have a dwg file with a ring made of many lines( straight but not on a plane).
I would like to use these lines to generate beams.
Roof-Box-ring-beam Wireframe.dwg (1.7 MB)
Any help?
thanks in advance
Hi all,
I have a dwg file with a ring made of many lines( straight but not on a plane).
I would like to use these lines to generate beams.
Roof-Box-ring-beam Wireframe.dwg (1.7 MB)
Any help?
thanks in advance
Hi @simoneavellini
try putting an “element.geometry” node between the "select model element " and “structuralframing.beambycurve” nodes
@simoneavellini
Try adding a “ToNurbsCurve” node after “Element.Geometry”
I’m pretty sure that’s an issue with the beam family …
it appears the beams are all joining. You can unjoin all beam elements with StructuralFraming.DisallowJoins from the package manager.
I tried with standard RHS/UB sections and it gives this error. It works whit RC sections…I dont know why actually
I also tried the StructuralFraming.DisallowJoins but with no luck…Thanks Tom
Interesting. When I try it with an American W shape it works fine.
Looking at this a bit closer it looks like it Revit is looking at the straight segments and trying to extend either the extend the Start or End Extension value of the beam. I am unsure if Dynamo could fix this, but probably could. It wouldn’t take that long to fix it in 3D . . . .