Hello guys,
Next week i am planning to create a script which would automate ifc exports from Revit.
Since i am not a Revit user i want to ask you to be informed if i can consider my idea how to pull this off doable.
I am not new to visual scripting i use grasshopper a lot and i have done something in dynamo too.
My idea/procedure is as follows:
-globally i need to export separate phases as separate models. Existing, Demolished, Remaining, Temporary, New
-It is not so easy to isolate elements within a phase because “demolished” phase is typically not exportable to ifc, see IFC for Revit / Discussion / General Discussion: Export of demolished elements.
Steps:
-reference current revit model into dynamo
-filter only elements on “existing” phase → export to .ifc with bunch of settings (i have read that genius loci package has this kind of node)
-filter only elements with key value demolition=true → export to .ifc
*sub question, in case of opening which is “negative” geometry, do you think it will export as solid?
-filter only elements on “existing” phase and applying secondary filter to hide demolition=true to obtain only remaining elements → export to .ifc
-filter only elements with key value new=true → export to .ifc
-filter only elements with key value temporary=true → export to .ifc
-everything connected to single trigger
I would be grateful to you for any opinion why this would or would not work according to my wishes.
Thanks