Hello everyone,
I have written a scrip witch create solids from rooms boundary’s, i want to export thoose solids into revit. But if I use ImportInstance.ByGeometry I can’t modify them and i need to be able to add parameters, maybe change their forms…
So I think that I have to use Form.ByGeometry to create a conceptual mass with all my volumes and then import it in Revit.
But the issue is that Forms only exist in family documents and i need a project to get my solids. So is their a way to generate my solids in dynamo from my project and then import them into a conceptual mass ?
Here is my script :
If you want more informations tell me
Thank you for your answers.