Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
3d_modeling:fusion360 [2023/03/20 02:44] – [Import curve from CSV file] formlab | 3d_modeling:fusion360 [2025/04/11 05:46] (current) – [Fusion 360] formlab | ||
---|---|---|---|
Line 11: | Line 11: | ||
+ | ## Edit imported SVG files | ||
+ | |||
+ | * import SVG curve | ||
+ | * You can't edit this: only drag around sections of the curve. | ||
+ | * Make a new sketch and project the SVG curve into it. | ||
+ | * right click on the projected curve and select 'break link' | ||
+ | * Now you can edit the curve directly | ||
==== Import curve from CSV file ==== | ==== Import curve from CSV file ==== | ||
Line 16: | Line 23: | ||
Assuming the CSV file is for a 2D curve: | Assuming the CSV file is for a 2D curve: | ||
- | | + | |
- | * add a third column to the data ('', | + | For ex: |
- | * before: '' | + | < |
- | * after: '' | + | 0.36, |
+ | 0.54, | ||
+ | 0.72, | ||
+ | 0.89, | ||
+ | </ | ||
+ | |||
+ | | ||
+ | * add a third column | ||
+ | * Search & replace pattern in BBEdit: | ||
+ | * Search: '' | ||
+ | * Replace: '' | ||
+ | |||
+ | After a replace-all: | ||
+ | |||
+ | < | ||
+ | 0.36, | ||
+ | 0.54, | ||
+ | 0.72, | ||
+ | 0.89, | ||
+ | </ | ||
* In Fusion 360, go to '' | * In Fusion 360, go to '' | ||
* Under the '' | * Under the '' |