0

Does anyone now how to transfer a property in Revit into OpenModelica? Lets say in Revit there exist a heat pump with a capacity of 2500 Kwh. I would like to use that 2500 in a modelica script.

thank you guys already

capirossi1
  • 25
  • 4
  • There is no enduser ready GUI tool or script for this, but you can of course save your Revit model to a file, e.g. an IFC file or whatever Revit supports, then write e.g. a Python scripts that reads some values from the file and changes some values in your Modelica model. There might be some interesting publications in this list: http://www.iea-annex60.org/pubs.html – matth Oct 10 '18 at 08:24

1 Answers1

0

There are many ways to access properties in a Revit model. Do you have Revit installed and a session up and running? If so, implement an add-in to access the data. Look at the discussion of FireRatingCloud for a bunch of ideas. The RvtMetaProp sample also showing how to access and export Revit properties.

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17