Mass osm

hello guys I downloaded and tried the osm to mass node, I wanted to try but it does not work. I have revit 2018 and Dynamo 1.3.2.24

. The three knots do not work, I have tried this example. I would like to learn this to extract the masses in revit to show teachers at the Polytechnic of Turin. Thanks. Can someone help me? because it does not work?mass osm

Hi @Sandro

Could you show your complete graph with all the values and errors expanded.

Hello kulkul sure here are the knots. This is the knot made by Timothy Logan. If you can help me. Thank you

@Sandro, it seems that the missing node comes from the Landform package:

Hi Zhukoven, but is Landform not an old package? I use revit 2018.2 and Dynamo 1.3.2.2480. I installed the elk packages and updated spring nodes, but when I went to install landform an alert tells me that I need to uninstall spring nodes.
i did not do this because the sample file is old i think the elk and spring nodes packages can suffice. Tell me if I’m wrong what you think about Zhukoven?

which node of Landform then serves according to you? Zhukon thank you

I believe this functionality of randomly generating an integer between two given numbers can be obtained by using out of the box nodes and design script.

Math.Round(Math.Random(LowNumber,HighNumber))

This uses the Math.Random node to produce a double between the given low and high numbers, and then rounds that number to the nearest integer.

@Sandro You could try this. I have replaced some nodes which should work for you now.

image
And here is DYN file OSM to Mass (for Sandro).dyn (24.2 KB)

4 Likes

Thank you so much Kulkul

Kulkul knots work but the buildings have been developed with a huge height.
It could depend model of the mass metric rfa family. I have set the rvt file in meters. what can it be?

Sorry for a bit late response. Either check the units settings in your metric model and set “mm”, or change your input heights (8000 and 18000) to lower values.

1 Like

Bingo guys I did it I solved by lowering the quota of the code block (8.00-18.00). Sorry for this because I know that you use the unit of measurement feet and inches that I know. Here in Italy some advise to set the metric mass family model in meters because Dynamo uses the unit of measure of Revit. Thank you

Guys can you tell me if this procedure with the nodes of Timothy Logan is the best, the right one, for the import of the urban context (streets and buildings)?
I’ve recently seen the Flux platform that I find interesting, but I think that if we use Flux, we make an extra step, what do you think of it (Flux, Dynamo, Revit).
I would rather work with Revit-Dynamo, even if there are a few knots to do, but this way you learn. Recommend me. Thank you

I wanted to see a higher quality of buildings in the Open Street Map, Dynamo, Revit output. instead in the Flux output, Dynamo the quality of the buildings is low. as well as making an extra step. I think this, tell me. Thanks you are great.:grinning::+1:

Tell me what you think Hello

Hi all,
This script looks awesome but I am having trouble with the last step.
I can see the Mass in Dynamo and the outlines in revit but it is not actually placing/generating the families. As soon as a close Dynamo the blue lines disappear. I am new to Dynamo so it might be Something simple I am missing.


Cheers,

Sean

Hi Jbo

I also have Sean’s problem. How can I put the solids which you want to be created in to the “DirectShape.ByGeometry” node ?

Thank you :slight_smile:

Hi Kulkul,
I have issued with massing after I run dynamo. I can get the correct shape at dynamo according to map but when I receive to revit all the shape not correct. Could you please help which area I done wrong.


revit OSM to Mass.dyn (51.7 KB)

thanks,
moe

I never liked the way this script ended - convoluted list management method in my opinion.

Try this instead - a simpler method, it worked for me (Dynamo 2.0.3)

Also check out Dynamaps - it basically does this using custom nodes and OSM.

Hi GavC,
Thanks. It worked. I can get correct shape with some error message. Will come back again if i need to solve for those error. thanks again.
with regards,
moe moe