본문 바로가기
3D프린팅

STL에서 STP 형식으로 3D 모델을 변환하는 방법 2

by YJHTPII 2023. 3. 24.
반응형

 

https://grabcad.com/tutorials/how-to-convert-stl-to-step-using-freecad

 

How to convert STL to STEP using FreeCAD | GrabCAD Tutorials

Send Email The email with your password reset link has been sent. If you don't receive the email within an hour (and you've checked your Spam folder), email us as confirmation@grabcad.com.

grabcad.com

 

How to convert STL to STEP using FreeCAD

Sar Dar
23 Jul, 2018 11:17 PM

This tutorial covers how to convert an STL to a STEP using FreeCAD.
Note: Since STLs are meshes, the resulting model won't be as precise as parts originally made as solids.

FreeCAD can export:
- Step
- Iges
- Scad
- Dxf
- Dwg
- Obj
- Pdf
And many others…

  1. Step 1: Install FreeCAD
  2. To start off, make sure you have FreeCAD downloaded and installed
  3. Step 2: Import STL
  4. Go to "Part" workbench
  5. Open your STL part in FreeCAD
  6. Step 3: Convert from Mesh to ShapeSet your mesh sewing tolerance in the pop up windowFreeCAD will now create a new shape in the model tree
    • There will be no analyzing or validating of the mesh object.
    • Analyzing and repairing of the mesh (if needed) should be done manually before conversion.
    • Appropriate tools are available in the Mesh Workbench.
    If you're looking for a fast solution to get a Step exported now would be the time to export it. However, if you want a less triangulated solid or Boolean operations performed, then follow these next steps...
  7. Limitations:
  8.  
  9. Go to Part / Create shape from mesh...
  10. Now, select the imported STL part in main view or the model tree.
  11. Step 4: Simplify ShapeYet another part will be added to your model tree, now simpler!
  12. To simplify this part, now select the shape and go to Part / Refine shape
  13. So you now have a shape to work with but as you can see there's still allot of triangulated faces
  14. Step 5: Convert Shape to SolidSelect your now simplified part and go again to the Part menu, this time selecting "Convert to solid"And one more time a new solid will show up in your model treeQuick Tip: Selecting a part in the model tree and pressing space will hide that selected part. This makes it easier to see the newly made shape. Hidden parts will now appear greyed out as seen in the above picture.
  15. Now, to convert the shape to a solid that Boolean operations can be performed on...
  16. Step 6: ExportAnd you're done! You now have a Step file from a STL file!
  17. File / Export
  18. Select the model you want to export, in this case the fourth part in the model tree
  19. Step 7: Resources Working with meshes in FreeCAD: Prusa LCD stand:
  20. STL to solid conversion:
반응형

댓글