First time here? Check out the Help page!
1 | initial version |
It's not yet commonly used since the feature is pretty new and many users and software tools have not yet tried taking advantage of it.
OpenStudio currently has experimental support for translating to E+ spaces (instead of E+ zones). You can use it by manually calling ForwardTranslator::setExcludeSpaceTranslation(false)
before calling ForwardTranslator::translateModel(Model&)
or passing the CLI argument --space-translation
to the run method (eg: openstudio run --space-translation -w workflow.osw
). In a future version of OpenStudio (potentially v3.7 in November), it's expected that OpenStudio will change from opt-in to opt-out.
2 | No.2 Revision |
2) It's not yet commonly used since the feature is pretty new and many users and software tools have not yet tried taking advantage of it.
3) OpenStudio currently has experimental support for translating to E+ spaces (instead of E+ zones). You can use it by manually calling ForwardTranslator::setExcludeSpaceTranslation(false)
before calling ForwardTranslator::translateModel(Model&)
or passing the CLI argument --space-translation
to the run method (eg: openstudio run --space-translation -w workflow.osw
). In a future version of OpenStudio (potentially v3.7 in November), it's expected that OpenStudio will change from opt-in to opt-out.