Open Perumalgitgub opened 2 months ago
Give more details and links to learn about STL and IGES formats.
Share the sample files too.
Give more details and links to learn about STL and IGES formats. Share the sample files too.
updated
I used the FreeCAD 'Sketch to Draw' method to create a revolve. https://github.com/Tpj-root/freecad/tree/main/revolve
check on how to automate freecad with python. example https://github.com/faerietree/freecad_convert
seems freecad can be automated with python https://wiki.freecad.org/Python_scripting_tutorial https://wiki.freecad.org/FreeCAD_Scripting_Basics https://wiki.freecad.org/Part_scripting
May be possible with https://pypi.org/project/aocxchange/
need to install many packages like pythonocc-core https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md
Requirement We need a 3D model of a physical object to improve its design.
Scan the object: We will use a scanner to create a digital version of the object.(we have input file) Convert to STL: The scanner will likely produce an STL file, which is a common 3D file format. Fix the surface: Sometimes, the STL file might have rough or uneven surfaces. We'll fix these to make the model look smoother. Convert to IGES: To make it easier to change the design, we'll convert the STL file to IGES. IGES is a different 3D file format that's better for making changes. in IGES format we can modify easily and it will give correct surface file
Note IGES file extension will be come .igs ( (Ex.) file name: test_file.igs )
Please find input STL below the link: https://github.com/Perumalgitgub/STL-to-IGES-Conversion-