├── LICENSE ├── README.md ├── functions ├── addMaterial.py ├── createBox.py └── setModelUnits.py ├── hfssGUIScipts#1.py └── hfssGUIScipts#2.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /functions/addMaterial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/functions/addMaterial.py -------------------------------------------------------------------------------- /functions/createBox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/functions/createBox.py -------------------------------------------------------------------------------- /functions/setModelUnits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/functions/setModelUnits.py -------------------------------------------------------------------------------- /hfssGUIScipts#1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/hfssGUIScipts#1.py -------------------------------------------------------------------------------- /hfssGUIScipts#2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhosphorW/HFSS-GUI-Scripts/HEAD/hfssGUIScipts#2.py --------------------------------------------------------------------------------