Just trying a simple setup here to transfer data from Rhino / Grasshopper into Revit.
its a simple model, a structural grid for now, columns and beams.
Did a rhino inside revit version that works quite well.
The result is like the image below.
My problem is that i cannot do the same with speckle.
While trying to do the same with speckle as detailed below i get an error in revit. (this is just the first level columns).
Error in Revit is that
”Objects failed to bake due to a fatal error!
This is likely due to scaling issues - please ensure you’ve set the correct units on your objects or remove any invalid objects.
Revit error: Change Offset Value so that Column height is not 0.0.”
Speckle stream with the data is:
Maybe i did not setup a parameter propperly but did not come accros any kind of documentation for that.
I think the parameters field does not currently support values that are Elements…
I’ll double check the code, but probably the easiest fix for now is for us to add a Top Level input to the Slanted Wall component.
Problem is the script does not work at all, with the toplevel or without.
and toplevel is not the only parameter i want to work with.
I would like to add a baseOffset adn topOffset so how do i add these parameters to the column component?
Gave it another shot.
Looks like beams i can send succesfully with parameters.
stream for beams test branch: Speckle
But unfortunately colums i still get the same error from speckle when receiving the stream:
”Objects failed to bake due to a fatal error!
This is likely due to scaling issues - please ensure you’ve set the correct units on your objects or remove any invalid objects.
Revit error: Change Offset Value so that Column height is not 0.0.”
Quick update, I’ve fixed the slanted clomuns (structural columns in Revit).
For these, you don’t need to specify a top/bottom offset or top level, as they are automatically inferred by the position of the baseline endpoints.
The only thing that mislead me was that vertical columns are in the Architecture tab in Speckle 2 Revit and not in the Structure tab. And both read in Revit as Structural columns.
Hey @Joelmick we have fixed the slanted columns but have not released a new version of the connector yet.
You can expect it early next week, otherwise, let me know if you’d like a beta release and I’ll make it for you