├── AddInTemplateCommand.py ├── DirectModelingSample ├── DirectModelingSample.manifest ├── DirectModelingSample.py └── README.md ├── LICENSE ├── README.md ├── ScriptTemplateCommand.py ├── selectionFilterNames.txt └── toolbarPanelNames.txt /AddInTemplateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/AddInTemplateCommand.py -------------------------------------------------------------------------------- /DirectModelingSample/DirectModelingSample.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/DirectModelingSample/DirectModelingSample.manifest -------------------------------------------------------------------------------- /DirectModelingSample/DirectModelingSample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/DirectModelingSample/DirectModelingSample.py -------------------------------------------------------------------------------- /DirectModelingSample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/DirectModelingSample/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/README.md -------------------------------------------------------------------------------- /ScriptTemplateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/ScriptTemplateCommand.py -------------------------------------------------------------------------------- /selectionFilterNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/selectionFilterNames.txt -------------------------------------------------------------------------------- /toolbarPanelNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phossystems/Fusion360Templates/HEAD/toolbarPanelNames.txt --------------------------------------------------------------------------------