Advanced Attachment OYX

From FreeCAD Documentation
Revision as of 09:20, 3 October 2021 by Roy 043 (talk | contribs)
Other languages:
Tutorial
Topic
Attachment
Level
Intermediate/Advanced
Time to complete
1 hour
Authors
drmacro
FreeCAD version
0.19 or above
Example files
[TBD]
See also
None

The objects in initial position

Introduction

This demonstration addresses the use of the OYX attachment mode to adjust the position of the origin of a sketch as described in Part:Attachment, it is not comprehensive, but hopefully will help users experiment.

The image above shows the geometry used in this demonstration.

The lower right frame shows the top view of the scene. Note the scene includes a sketch containing a square and text indicating the vertical (Y), horizontal (X) axes of the sketch. The lower left corner of the square is located at 0,0,0 of the sketch (the origin of the sketch).

Note: The origin of the sketch and the global origin (designated by the red, green, blue axis cross) are the same. In the other frames of the image we can see that the square is at Z=0, so the sketch is in the XY plane.

There are two other sketches which include geometry that will be used to re-position the sketch containing the square. One sketch contains an orange line that is oriented along the global Z axis in the XZ plane. The other sketch contains a yellow line in the XY plane.

Discussion

Attachment mode Align O-Y-X is defined as follows Matches object's origin with first referenced vertex and aligns its vertical and horizontal plane axes toward vertex/along line. in Part:Attachment. It also notes there are several reference combinations.

Reference combinations
Vertex, Vertex, Vertex
Vertex, Vertex, Edge
Vertex, Edge, Vertex
Vertex, Edge, Edge
Vertex, Vertex
Vertex, Edge

Lets start with Vertex, Vertex, Vertex.

If we match the definition to the reference:

The first vertex selected will position the origin of the sketch to the selected vertex.

The second vertex selected will align the vertical axis of the sketch (in the demo setup this axis is indicated with Y)

So, if we select the upper left/upper vertex of the yellow edge (as seen in the larger right frame) and the lower/right vertex of the yellow edge the sketch is positioned like this:

The objects in initial position

Notes
The Align O-Y-X is selected in the Attachment dialogue.
The sketch origin is now at the upper left/upper vertex of the yellow line.
The vertical (Y) axis of the sketch is now aligned between the selected vertexes.
It appears to be aligned along the yellow edge, but since the lower/right vertex of the yellow edge was selected it is actually between the vertexes
The +Z of the sketch is normal to the line formed by the selected vertexes (actually point toward the negative of the global Z axis...)

Now if we add a third reference by selecting the upr vertex of the orange edge the scene changes to:

The objects in initial position

Notes
Now the horizontal (X) axis of the sketch is aligned in the direction of the selected vertex of the orange edge.