Hi guys,
After some years of absence I’ve decided to dive into the Speckleverse again.
Currently I’m working on a quite large project with multiple architects. I want to implement a gridbased room id across the four models for orientational purposes, and for this I wanted to test out Speckle.
My setup is:
-A site-model containing georeferenced coordinatesystem, levels and grids.
-Four architectural models.
-The above are linked in to a Testmodel
-Using Dynamo to create the gridbased id’s by gathering grid- and room data, and then sending the data to Speckle.
-Probably also setting up Dynamo for the receiving end for pushing the data in to the actual rooms
The setup is sending the data just fine (sending the gridbased ID, as well as a the room object GUID, name and number), but I am getting nulls for the actual Room objects.
Revit/Dynamo:
Speckel:
I’ve tried sending the Rooms as Dynamo Solids as well, but it came with the same result.
Has anyone encountered something like this?
Is it because the Room objects are coming from a linked model?
I’m aware of the fact, that I don’t need to send the Room objects, but as I will be using this for presentational purposes, it would be awesome to show the Rooms in the browser
Best regards,