You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# ReadWriteParametersFromFile_Python
1
+
# Parameter I/O (Add-In, Python)
2
2
Fusion API Add-In that adds a button to the UI that allows you to select a CSV (comma seperated values) file and then edits existing Attributes
3
3
4
-
## Usage
5
-
This Add-In adds a button to the Quick Access Toolbar and the create pulldown menu. When you click the button it will display a file dialog that allows you to select a .csv file. You can use the WB_Fusion_360__Paramerters_Test.csv included in the repository to test. The values in the CSV file need to follow a pattern where the first value is the name of the parameter and the second value is the value for that parameter.
4
+
## Usage:
5
+
First see [How to install sample Add-Ins and Scripts](https://rawgit.com/AutodeskFusion360/AutodeskFusion360.github.io/master/Installation.html)
6
+
7
+
Then have a look at the [help file](https://rawgit.com/AutodeskFusion360/ParameterIO_Python/master/helpfile.html)
6
8
7
9
## License
8
10
Samples are licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.
0 commit comments