freecad refs

This commit is contained in:
lovebird 2022-11-11 15:14:57 +01:00
parent adc499b66f
commit 76b1eb182b

View File

@ -138,3 +138,13 @@ See more in [./docs/Examples.md](./docs/Examples.md) and [./docs/Integration.md]
- Eng-Tips: [https://lnkd.in/dgspDQ-H](https://lnkd.in/dgspDQ-H?trk=public_post_share-update_update-text)
- CadOverFlow: [https://lnkd.in/d3bFWXUb](https://lnkd.in/d3bFWXUb?trk=public_post_share-update_update-text)
### Free - CAD
https://forum.freecadweb.org/viewtopic.php?p=556013#p556013
```py
import Part
s=Part.Shape()
s.read("file.stp")
s.exportIges("file.igs")
```