Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytammik/designoptionmodifier
Stand-alone executable using UI Automation to read and modify Revit Design Options.
https://github.com/jeremytammik/designoptionmodifier
Last synced: 26 days ago
JSON representation
Stand-alone executable using UI Automation to read and modify Revit Design Options.
- Host: GitHub
- URL: https://github.com/jeremytammik/designoptionmodifier
- Owner: jeremytammik
- License: mit
- Created: 2015-03-09T14:38:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T16:34:05.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T15:08:14.690Z (3 months ago)
- Language: C#
- Homepage:
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DesignOptionModifier
Stand-alone executable using UI Automation to read and modify Revit Design Options, described in detail by
[The Building Coder](http://thebuildingcoder.typepad.com) article
[ List and Switch Design Options Using UI Automation](http://thebuildingcoder.typepad.com/blog/2015/03/list-and-switch-design-options-using-ui-automation.html).Revitalizer says:
Here is a tool for switching between DesignOptions.
This is a stand-alone application that gets and sets DesignOptions.
Since it works very, very slowly, it is not too useful for everyday professional work.
It just reads and sets the ComboBox, but reading the items requires expanding them all first, which costs several seconds each time.
To test it, just start a Revit project containing a few DesignOptions.
Then start the DesignOptionModifier program.
You can drive Revit from outside this way.
Please also note that DesignOption groups are displayed in the DesignOptionModifier program listbox as well.
As far as I know, there is no way to check if entries are greyed out in the Revit combobox.
## Authors
[Revitalizer](http://www.acadgraph.de) and Jeremy Tammik, [The Building Coder](http://thebuildingcoder.typepad.com), Autodesk Inc.
## License
This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.