Earlier this month I posted a question with regard to rotating an array of points over multiple angles, and I was surprised by how fast and useful the responses were. Thank you all for that.
I hope you can help me out with another problem I have. I would like to draw a 2D profile in Revit (or AutoCAD, if that’s easier), and import this into Dynamo. In dynamo I would like to use this profile for driving the geometry of a column for example (by first organizing the imported curves into a polycurve). In the Dynamo blog, I saw this in the following example: http://dynamobim.org/rgb-transform/ However, I do not understand exactly how this works?
Can anyone of you provide me with a useful workflow for both creating and importing a set of curves from revit into dynamo to drive geometry in there?
It’s a complicated workflow to follow. I’ll share a quick squiggle I used to test it out. Hopefully that will put you on the right path. I’ve attached the rvt file and the definition. I hope someone else can provide a better example.
As the author of the blog post that you mention, I would like to ask you if you can explain a bit more in detail the difficulties you find in the workflow. In relation to make a polycurve to use as profile, you have to:
1-Import the Revit lines (typically with select model elementS)
2-Extract the geometry
3-Make PolyCurve.ByJoinedCurves
…or use the custom node “Profile From Revit” that is explained in the blog post (in “Drawing the profile”). In the example I am making 4 profiles in once, with a select model elementS node for each group of Revit lines.
I am also looking for a simple solution. Why is this so complicated? All I want to do is take a pre-defined revit profile family and loft it along a line. Do I really need to break it down to model lines, individually select them with an element select node, re-join them only to have it be a “curve” in dynamo.
Can’t we just have a profile BE a closed curve in dynamo?
Along these lines, is there another way to import simple profiles into Dynamo? or is this limited to drawing the basic geometry through Revit? While Revit is unbelievably powerful, it’s a bit overkill for my use-case(s).
Succinctly, are there other methods or formats from which basic geometry (even if from other autodesk family packages). In general i’m not opposed to building the profile geometries from the ground up in dynamo (which i expect to do for control reasons), but it would help my speed up my learnings around how to ideate a bit easier in dynamo for arranging and create more complex solid forms.
I’m sorry for replying this late. I thought i replied earlier this week, but apparently something went wrong. @ Eduardo: I figured out how to import a profile using your workflow. However, the reason I posted this question, is that this workflow is cumbersome. Ideally, I would like start dynamo from an empty project file, such that i can create geometry and get it into Revit. However, i would like to load the profiles from family files (just like Phil Kolbo is describing). I was wondering whether such a workflow was possible as well.
I see that Dynamo is in dire need of one stop shop for converting Revit Profile Family to PolyCurve in Dynamo. Well, fret no more, instead go to www.archi-lab.net and download it at your convenience.
All you have to do now is create a desired profile family in Revit then load it into a project and select it with Family Types component. Then my node will do the rest to convert it to Dynamo PolyCurve.
Here’s a full blog post: http://archi-lab.net/?p=325
Just go to my Download section to get the node or recreate it yourself from the posted Code. Have fun!
The original nodes can be found in the package manager under “Sweep by Planar/Vertical/Surface orientation”. Tho they might need to be revised a bit because they were originally designed for Dynamo 0.7
I know this is an older thread but I was wondering if anyone else has found a solution. Konrad’s node is out of date an no longer works. Does anyone else have another workflow? Thanks!