I’ve a small question related to the node “Select Model Elements” and Adaptive Components. If I try to select multiple Adaptive Components and get them into Dynamo using Select Model Elements, nothing is happening. Dynamo says “Run started …” but stays this way and nothing is happening. Does anybody knows this problem??
Hi Renzoj, I’ve made absolutley sure no property box or anything is openend. I created a Tunnel using Adaptive Components (each element containing 4 adaptive points), however when I’m trying to import them to convert them into solids (Dynamo geometry) it is doing nothing. I think it is strange, since I’m using the most simple way to import native Revit objects.
What do you mean by “nothing is happening”?
Once you have run the definition in your image, try activating the background in Dynamo and zooming out (You can do this by pressing “Ctrl + B”) you will find your geometry floating around somewhere, could be miles away but it should be there.
When you run the above definition, do you get a list of the geometry created from the “Element.Geometry” node? Click the bottom right of the geometry node and a list should drop down or attach a “Watch” node to the geometry node to see the list
If I run the definition manually, Dynamo says: rund started… but thats it, it stays like this. I don’t get any output data in my element.geometry node. The output list gives me a value “null”. Like you proposed, I already tried to zoom out, watch node, run it from my private and work computer and somehow nothing works.
The Adaptive tunnel elements are created itself with a quite big Dynamo file, I also tried to connect place Adaptive Elements.ByPoints to the Element.Geometry in this definition, strangely, the same thing, it doesn’t want to run.
Works for me too, but it does seem to take a little too long to generate geometry even with just one instance of each family.
However, there doesn’t seem to be a problem with your families. Place your adaptive components in a new sample Revit project and try. If it still doesn’t work, upload that Revit file here.
thnx for your help!! This is really odd, since I’m doin the exact same. I tried to rebuild it exactly like u, using the revit template of the company where I write my Thesis. (see picture below).
My Workflow:
1 Opened new template (revit 2016)
2 loaded the families and placed them randomly
3 Created new dynamo file
4 drop the 2 nodes on the canvas
5 selected the adaptive components in revit
6 dynamo doesn’t complete run (Select model elements is working, but element geometry gets stuck somehow)
do you have any idea what could be the problem? Maybe reinstall dynamo and revit?
other question, which software did u use to create your gif? could be very usefull for my presentation
I’ve rebuilded the same like my last reply to Kulkul with a default metric template. But still getting the same problem.
I’ve uploaded a picture of the result (workflow is the same as with the other try) and the Revit model. 20160623_TestAdaptiveComponents_DefaultTemplate.rvt (1.0 MB)
The select elements node seems to be working as expected. I suspect that the problem is the “Element.Geometry” node and particularly those two specific instances of your AC. Could you try modeling a simple native element like a slab or a beam, selecting it and extracting its geometry to try and zero down on the possibilities?