├── GLOSSARY.md ├── README.md ├── SUMMARY.md ├── accessing_specific_overloads_in_ironpython_documentload.md ├── book.json ├── collecting_elements └── README.md ├── connecting_to_a_sqlite_database └── README.md ├── creating_geometry └── README.md ├── deploying_rpsaddins ├── README.md ├── creating_the_installer.md ├── creating_the_rpsaddin_manifest.md ├── what_happens_when_deploying_an_rpsaddin.md └── what_is_a_rpsaddin.md ├── examples__cookbook.md ├── external_scripts.md ├── frequently_asked_questions └── README.md ├── hello_world └── README.md ├── how-to-write-in-the-url-field-of-a-family-with-the-revitpythonshell.md ├── installing_revitpythonshell_for_autodesk_revit ├── README.md └── files_and_locations.md ├── ironpython_notes.md ├── limitations_of_the_non-modal_shell └── README.md ├── more_control_over_the_ribbonpanel.md ├── predefined_variables └── README.md ├── revitlookup_and_revitpythonshell.md ├── the_configure_dialog ├── 2015.02.27_Ribbon_Panel.png ├── 2015.03.18_Configure_RevitPythonShell.png ├── README.md ├── initScript-startupScript.png ├── initscript,_startupscript.md ├── search-dialog.png ├── search_paths.md ├── variables-0.png ├── variables-1.png ├── variables.md └── variables.png ├── using_linq_in_ironpython └── README.md ├── using_the_startupscript_to_modify_the_ribbonpanel └── README.md ├── webserver_example └── README.md ├── where_to_learn_python.md └── where_to_learn_revit_api.md /GLOSSARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/GLOSSARY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /accessing_specific_overloads_in_ironpython_documentload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/accessing_specific_overloads_in_ironpython_documentload.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /collecting_elements/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/collecting_elements/README.md -------------------------------------------------------------------------------- /connecting_to_a_sqlite_database/README.md: -------------------------------------------------------------------------------- 1 | # Connecting to a SQLite database 2 | -------------------------------------------------------------------------------- /creating_geometry/README.md: -------------------------------------------------------------------------------- 1 | # Creating Geometry 2 | -------------------------------------------------------------------------------- /deploying_rpsaddins/README.md: -------------------------------------------------------------------------------- 1 | # Deploying RpsAddins 2 | 3 | -------------------------------------------------------------------------------- /deploying_rpsaddins/creating_the_installer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/deploying_rpsaddins/creating_the_installer.md -------------------------------------------------------------------------------- /deploying_rpsaddins/creating_the_rpsaddin_manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/deploying_rpsaddins/creating_the_rpsaddin_manifest.md -------------------------------------------------------------------------------- /deploying_rpsaddins/what_happens_when_deploying_an_rpsaddin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/deploying_rpsaddins/what_happens_when_deploying_an_rpsaddin.md -------------------------------------------------------------------------------- /deploying_rpsaddins/what_is_a_rpsaddin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/deploying_rpsaddins/what_is_a_rpsaddin.md -------------------------------------------------------------------------------- /examples__cookbook.md: -------------------------------------------------------------------------------- 1 | # Examples / Cookbook 2 | 3 | -------------------------------------------------------------------------------- /external_scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/external_scripts.md -------------------------------------------------------------------------------- /frequently_asked_questions/README.md: -------------------------------------------------------------------------------- 1 | # Frequently Asked Questions 2 | 3 | -------------------------------------------------------------------------------- /hello_world/README.md: -------------------------------------------------------------------------------- 1 | # Hello World! 2 | -------------------------------------------------------------------------------- /how-to-write-in-the-url-field-of-a-family-with-the-revitpythonshell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/how-to-write-in-the-url-field-of-a-family-with-the-revitpythonshell.md -------------------------------------------------------------------------------- /installing_revitpythonshell_for_autodesk_revit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/installing_revitpythonshell_for_autodesk_revit/README.md -------------------------------------------------------------------------------- /installing_revitpythonshell_for_autodesk_revit/files_and_locations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/installing_revitpythonshell_for_autodesk_revit/files_and_locations.md -------------------------------------------------------------------------------- /ironpython_notes.md: -------------------------------------------------------------------------------- 1 | # IronPython notes 2 | 3 | -------------------------------------------------------------------------------- /limitations_of_the_non-modal_shell/README.md: -------------------------------------------------------------------------------- 1 | # Limitations of the non-modal Shell 2 | 3 | -------------------------------------------------------------------------------- /more_control_over_the_ribbonpanel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/more_control_over_the_ribbonpanel.md -------------------------------------------------------------------------------- /predefined_variables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/predefined_variables/README.md -------------------------------------------------------------------------------- /revitlookup_and_revitpythonshell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/revitlookup_and_revitpythonshell.md -------------------------------------------------------------------------------- /the_configure_dialog/2015.02.27_Ribbon_Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/2015.02.27_Ribbon_Panel.png -------------------------------------------------------------------------------- /the_configure_dialog/2015.03.18_Configure_RevitPythonShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/2015.03.18_Configure_RevitPythonShell.png -------------------------------------------------------------------------------- /the_configure_dialog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/README.md -------------------------------------------------------------------------------- /the_configure_dialog/initScript-startupScript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/initScript-startupScript.png -------------------------------------------------------------------------------- /the_configure_dialog/initscript,_startupscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/initscript,_startupscript.md -------------------------------------------------------------------------------- /the_configure_dialog/search-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/search-dialog.png -------------------------------------------------------------------------------- /the_configure_dialog/search_paths.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/search_paths.md -------------------------------------------------------------------------------- /the_configure_dialog/variables-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/variables-0.png -------------------------------------------------------------------------------- /the_configure_dialog/variables-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/variables-1.png -------------------------------------------------------------------------------- /the_configure_dialog/variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/variables.md -------------------------------------------------------------------------------- /the_configure_dialog/variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/the_configure_dialog/variables.png -------------------------------------------------------------------------------- /using_linq_in_ironpython/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/using_linq_in_ironpython/README.md -------------------------------------------------------------------------------- /using_the_startupscript_to_modify_the_ribbonpanel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/using_the_startupscript_to_modify_the_ribbonpanel/README.md -------------------------------------------------------------------------------- /webserver_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/webserver_example/README.md -------------------------------------------------------------------------------- /where_to_learn_python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/where_to_learn_python.md -------------------------------------------------------------------------------- /where_to_learn_revit_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daren-thomas/scripting-autodesk-revit-with-revitpythonshell/HEAD/where_to_learn_revit_api.md --------------------------------------------------------------------------------