Difference between revisions of "Freecad"
From Wiki2
(Created page with " https://www.youtube.com/watch?v=pdm-GUvisJo") |
Tag: Manual revert |
||
(27 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==tricks and tips== | |||
===tripod=== | |||
background: | |||
[https://www.youtube.com/watch?v=lfzGEk727eo draft on 2 planes then connect them with a sweep (CADZiS)] | |||
[https://www.youtube.com/watch?v=UBJrOdnS1nw rotating of shapes is tricky] my example in onedrive/cad/trangleConstrained2rotate | |||
https://wiki.freecadweb.org/images/1/10/PartDesign_Body.svg | |||
<html> | |||
<object id="example" type="image/svg+xml" | |||
data="https://wiki.freecadweb.org/images/1/10/PartDesign_Body.svg"> | |||
alt : Your browser has no SVG support. | |||
</object> | |||
</html> | |||
{{:Svg|https://wiki.freecadweb.org/images/1/10/PartDesign_Body.svg}} | |||
===offset rectangle=== | |||
https://www.youtube.com/watch?v=pdm-GUvisJo | https://www.youtube.com/watch?v=pdm-GUvisJo | ||
https://www.glassondesignstudio.com.au/blog/how-model-mortice-and-tenon-joint-using-freecad | |||
I was finally able to get an offset rectangle with this sequence: | |||
Select rectangle. | |||
Click on Offset button on toolbar. | |||
Click on Copy button in Offset dialog. | |||
Move cursor to inside/outside of rectangle in main window.{{:Svg|https://wiki.freecadweb.org/images/1/10/PartDesign_Body.svg}}{{:Svg|https://wiki.freecadweb.org/images/f/fa/PartDesign_LinearPattern.svg}}https://wiki.freecadweb.org/images/f/fa/PartDesign_LinearPattern.svg | |||
Enter offset into Distance edit box in Offset dialog. | |||
Strike Enter. | |||
Jul 28, 2016 | |||
How do I make Draft Offset work? - FreeCAD Forum | |||
===copy sketch=== | |||
https://youtu.be/ek_e-s1mUKo | |||
==jupyter== | |||
https://wiki.freecadweb.org/IPython_notebook_integration |
Latest revision as of 14:54, 23 October 2023
tricks and tips
tripod
background:
draft on 2 planes then connect them with a sweep (CADZiS) rotating of shapes is tricky my example in onedrive/cad/trangleConstrained2rotate
https://wiki.freecadweb.org/images/1/10/PartDesign_Body.svg
offset rectangle
https://www.youtube.com/watch?v=pdm-GUvisJo
https://www.glassondesignstudio.com.au/blog/how-model-mortice-and-tenon-joint-using-freecad
I was finally able to get an offset rectangle with this sequence:
Select rectangle.
Click on Offset button on toolbar.
Click on Copy button in Offset dialog.
Move cursor to inside/outside of rectangle in main window.
https://wiki.freecadweb.org/images/f/fa/PartDesign_LinearPattern.svg
Enter offset into Distance edit box in Offset dialog.
Strike Enter.
Jul 28, 2016
How do I make Draft Offset work? - FreeCAD Forum