3d_modeling:fusion360

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
3d_modeling:fusion360 [2023/03/20 02:43] – [Fusion 360] formlab3d_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 ====
  
-{{:3d_modeling:csv_curve.png?400|}}+{{:3d_modeling:csv_curve.png?200|}}
  
 Assuming the CSV file is for a 2D curve: Assuming the CSV file is for a 2D curve:
-  * Open CSV file in text editor (with GREP functionality) + 
-  * add a third column to the data ('',0'' for example) to make the data 3D. This is what Fusion expects. +For ex: 
-    * before: ''5.23,1.87'' +<code> 
-    after: ''5.23,1.87,0''+0.36,22.16 
 +0.54,22.24 
 +0.72,22.32 
 +0.89,22.40 
 +</code> 
 + 
 +  * Open CSV file in text editor (with Regular Expressions functionality) 
 +  * add a third column of placeholder numbers to the file ('',0'' for example) to make the data 3D. This is what Fusion expects. 
 +    * Search & replace pattern in BBEdit:  
 +      * Search: ''(^.*$)'' 
 +      Replace: ''\1,0'' 
 + 
 +After a replace-all:  
 + 
 +<code> 
 +0.36,22.16,
 +0.54,22.24,
 +0.72,22.32,
 +0.89,22.40,
 +</code> 
   * In Fusion 360, go to ''Utilities > Add-Ins''   * In Fusion 360, go to ''Utilities > Add-Ins''
   * Under the ''Scripts'' tab, Run ''ImportSplineCSV'' & open the changed CSV file.   * Under the ''Scripts'' tab, Run ''ImportSplineCSV'' & open the changed CSV file.
  • 3d_modeling/fusion360.1679305432.txt.gz
  • Last modified: 2023/03/20 02:43
  • by formlab