Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:freecad [2019/03/14 11:03] – mh | software:freecad [2025/06/02 21:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| The PartDesign workbench uses a parametric, feature editing methodology, | The PartDesign workbench uses a parametric, feature editing methodology, | ||
| + | |||
| [...] | [...] | ||
| + | |||
| The PartDesign Workbench is intrinsically related to the Sketcher Workbench. The user normally creates a Sketch, then uses the PartDesign Pad tool to extrude it and create a basic solid, and then this solid is further modified. | The PartDesign Workbench is intrinsically related to the Sketcher Workbench. The user normally creates a Sketch, then uses the PartDesign Pad tool to extrude it and create a basic solid, and then this solid is further modified. | ||
| Line 49: | Line 51: | ||
| If FreeCAD signals that it cannot find the GraphViz package when you are sure it is installed, you can correct this by pointing it to /usr/bin/ with the appropriate dialog box. | If FreeCAD signals that it cannot find the GraphViz package when you are sure it is installed, you can correct this by pointing it to /usr/bin/ with the appropriate dialog box. | ||
| + | |||
| + | ===== SVG to 3D model ===== | ||
| + | |||
| + | Make a plain svg and import as geometry in FreeCAD | ||
| + | |||
| + | use draft workbench and up and down arrows to join each paths into faces | ||
| + | |||
| + | use part workbench and extrude each face. Tick "Make solid" | ||
| + | |||
| + | use cut operations to cut out inner parts in o, B, e, A, etc... | ||
| + | |||
| + | Use part menu to make a compound out of it | ||
| + | |||
| + | use draft workbench to move around the text and reset origin | ||
| + | |||
| + | use translation to move the text into position | ||
| + | |||
| + | use cut in part workbench to cut out the text out of another part or join to fuse with another part | ||
| + | |||
| + | [[https:// | ||
| ===== Functions ===== | ===== Functions ===== | ||