Skip to content

Commit 9c15f4f

Browse files
committed
Updated readme
1 parent c1e8c5f commit 9c15f4f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ReadWriteParametersFromFile_Python
1+
# Parameter I/O (Add-In, Python)
22
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
33

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)
68

79
## License
810
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

Comments
 (0)