Talk:Basic Attachment Tutorial: Difference between revisions

From FreeCAD Documentation
(Possible inaccuracies new element)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
==Related forum posts==
==Related forum posts==
* Forum announcement [https://forum.freecadweb.org/viewtopic.php?t=53095&p=456442]
* Forum announcement [https://forum.freecadweb.org/viewtopic.php?t=53095&p=456442]
Line 20: Line 21:
<pre>Draw the triangle, make two sides equal and constrain...</pre>
<pre>Draw the triangle, make two sides equal and constrain...</pre>
Whereas a more clear approach could be:
Whereas a more clear approach could be:
<pre style="color: red; font-size: 10px">Draw the triangle, make two sides equal and close the sketch. Now Pad it and constrain...</pre> [[User:Simbioz|Simbioz]] ([[User talk:Simbioz|talk]]) 00:38, 29 June 2022 (UTC)
<pre style="color: #333B42; font-size: 10px">Draw the triangle and make two sides equal. There should be two degrees of freedom remaining, they are the position with regards to the origin. Fix one of the corners to the origin so that the sketch looks thus:-
</pre>
[[:File:IsoscelesSketch.png]]
<pre style="color: #333B42; font-size: 10px">Now Pad the sketch and constrain the length the same way as you did the Pad Length only this time make the formula "Sketch.Constraints.width/2".</pre>
[[User:Simbioz|Simbioz]] ([[User talk:Simbioz|talk]]) 01:01, 29 June 2022 (UTC)</br>
<span style="color: red;">Turns out I got this completely wrong</span>. After reading the next steps something was not making any sense. I had to look (I am re-doing this tutorial) for the FCStd of this tutorial I did a year ago to understand what was wrong. The author actually means that the constraint be made on the sketch itself, more precisely on the edges that make the triangle isosceles. And both sketches are meant to be on the same body; I could swear I read somewhere that one body was supposed to have only one sketch. My bad. [[User:Simbioz|Simbioz]] ([[User talk:Simbioz|talk]]) 01:52, 29 June 2022 (UTC)

Latest revision as of 07:22, 29 June 2022

Related forum posts

  • Forum announcement [1]
  • Tutorial inspiration [2]

Concepts Clarification

For an experienced user some of these concepts may be obvious and self explanatory, however, for someone with no previous CAD experience they may not be so:

Simbioz (talk) 17:43, 28 June 2022 (UTC)

  • Common axis. Basic_Attachment_Tutorial#Preliminaries In: There is however an obvious axis from which all features are common.
    • I would also link the features concept to the glossary definition. It is really not obvious for a novice what you are meaning here. [[3]]

Simbioz (talk) 23:15, 28 June 2022 (UTC)

Possible inaccuracies

Here it is instructed to make a new sketch. However, it is not stated to create a new body and then create a new sketch inside it. For the inexperienced it could be understood that you must create the sketch in the previous body and then proceed to the next instructions. Simbioz (talk) 00:03, 29 June 2022 (UTC)

Here it reads:

Draw the triangle, make two sides equal and constrain...

Whereas a more clear approach could be:

Draw the triangle and make two sides equal. There should be two degrees of freedom remaining, they are the position with regards to the origin. Fix one of the corners to the origin so that the sketch looks thus:- 

File:IsoscelesSketch.png

Now Pad the sketch and constrain the length the same way as you did the Pad Length only this time make the formula "Sketch.Constraints.width/2".

Simbioz (talk) 01:01, 29 June 2022 (UTC)
Turns out I got this completely wrong. After reading the next steps something was not making any sense. I had to look (I am re-doing this tutorial) for the FCStd of this tutorial I did a year ago to understand what was wrong. The author actually means that the constraint be made on the sketch itself, more precisely on the edges that make the triangle isosceles. And both sketches are meant to be on the same body; I could swear I read somewhere that one body was supposed to have only one sketch. My bad. Simbioz (talk) 01:52, 29 June 2022 (UTC)