├── CodeBlocks └── ghLinearArray.py ├── LICENSE ├── Learning ├── Add-Delete-Circle.py ├── Dir-Help.py ├── GetIronPythonModules-0.0.1.gh ├── dotNETwebRequest.gh └── getIronPythonModules.py ├── README.md └── Utilities ├── ImportSysExplorer_0.1.0.gh ├── ListOfRhinoCommands_0.1.0.gh ├── ListOfRhinoCommands_0.1.0.py ├── PythonTemplate_0.1.0.py ├── ScriptContextChanger_0.1.0.gh ├── ScriptContextChanger_0.1.0.py └── xxx-urllib.gh /CodeBlocks/ghLinearArray.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Learning/Add-Delete-Circle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Learning/Add-Delete-Circle.py -------------------------------------------------------------------------------- /Learning/Dir-Help.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Learning/Dir-Help.py -------------------------------------------------------------------------------- /Learning/GetIronPythonModules-0.0.1.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Learning/GetIronPythonModules-0.0.1.gh -------------------------------------------------------------------------------- /Learning/dotNETwebRequest.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Learning/dotNETwebRequest.gh -------------------------------------------------------------------------------- /Learning/getIronPythonModules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Learning/getIronPythonModules.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/README.md -------------------------------------------------------------------------------- /Utilities/ImportSysExplorer_0.1.0.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/ImportSysExplorer_0.1.0.gh -------------------------------------------------------------------------------- /Utilities/ListOfRhinoCommands_0.1.0.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/ListOfRhinoCommands_0.1.0.gh -------------------------------------------------------------------------------- /Utilities/ListOfRhinoCommands_0.1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/ListOfRhinoCommands_0.1.0.py -------------------------------------------------------------------------------- /Utilities/PythonTemplate_0.1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/PythonTemplate_0.1.0.py -------------------------------------------------------------------------------- /Utilities/ScriptContextChanger_0.1.0.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/ScriptContextChanger_0.1.0.gh -------------------------------------------------------------------------------- /Utilities/ScriptContextChanger_0.1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/ScriptContextChanger_0.1.0.py -------------------------------------------------------------------------------- /Utilities/xxx-urllib.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarrelRonald/RhinoPythonScripts/HEAD/Utilities/xxx-urllib.gh --------------------------------------------------------------------------------