simvas
November 29, 2016, 12:22pm
1
Hi,
I used this script to create masses from rooms in Revit:
Hi Guys,
I’m having some issues with a room to mass script I’m trying to write. I’m having issues importing the geometry into revit. I think it has something to do with the warning I’m getting @ the Element.Geometry node. The error says “Value cannot be Null”. I have tried filtering the list with a boolean mask but that had no affect. I can see what I want in the model space of dynamo but it doesn’t appear in revit.
Room to Mass - Test 1.dyn (11.8 KB)
[image]
and I got this:
I was wondering how I can modify the geometry in order to avoid gaps/voids in between masses.
My rooms settings are as follow:
Many Thanks
S
Yna_Db
November 30, 2016, 3:42pm
2
Hi, as a start for solving this, I managed to scale the volumes along X and Y directions, using ratio between “core boundaries” surfaces and “core center boundaries” surfaces:
This can definitely be improved…
simvas
December 1, 2016, 11:01am
3
Thanks!!! I will test it soon