Software modeling: Difference between revisions

→‎Create your STL model programmatically (Python, C, etc): added info on Fusion 360 mesh modification
(→‎Editing the model: added in a sample image showing vertex selection, can also be face selection, etc.)
(→‎Create your STL model programmatically (Python, C, etc): added info on Fusion 360 mesh modification)
Line 56:
* Import into your software application (Blender, Fusion 360, Meshlab, Freecad, etc)
* Use the triangles as is, or just highlight the needed vertices in 2D and work with those.
 
===== Fusion 360 and mesh editing =====
 
* Use Insert mesh to import your .STL file
* Proceed to Mesh tab, Modify dropdown, and then '''Convert Mesh'''
* Be sure to select '''Parametric''' to keep the design transform in the design history.
* Also consider using the Reduce tool
 
Building on the example shown before, you could extrude faces, create holes and threads and any other modifications.
 
[https://all3dp.com/2/editing-stl-in-fusion-tutorial/ How to edit STL in Fusion 360]
 
===== C example =====
fcfl_members
24

edits