Hi,
I am very new to Dynamo and Revit. I am just go through one of Autodesk Knowledge network article, " Place 3D Beams from Imported 3D Drawings " and getting curious to know is it possible through using dynamo quickly.
Link for article : https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Revit-DocumentPresent/files/GUID-C00D5B51-6AC4-408C-86D5-531C1F3D13E8-htm.html
I have created some 3d polylines with different layers considering different I-Beams will be place same as shown in article with respective layers.
Is it possible to make an dynamo script for it.
Kindly guide me.
Thanks in advance.
Regards,
Pankaj
You have to create Dynamo geometry/lines from the imported dwg lines, or import the dwg via dynamo, than use the StructuralFraming.BeamByCurve node to create the beams.
2 Likes
Thnaks @infeeeee for your quick and valuable response. I will try for it and let you know if more help require.
Hi @infeeeee ,
It worksâŚThanks a lot!
Now my only problem is to rotate that beam around X-axis?
Can you guide me?
Please use the search button on the top right corner of the site. A lot of questions was already answered.
I searched for ârotate beamâ these are the top results:
Hi everyone,
Iâm trying to get the rotation of a beam but âElements.get.Rotationâ is not working with a beam.
Does anyone know how to get the rotation of a beam.
Thanks already! [vraag%202]
Been trying to figure out away to control the orientation of a structural beam in section relative to a specific surface/line (green)? I use the âStructuralFraming.BeamByCurveâ node on a list of lines to generate the beams, but no luck in controlling a rotation angle around a beamâs axis.
See images below:
[purlins]
[purlins 2]
@infeeeee ,
Thanks for your quick response and it work for me.