Salome HOME
Increment version: 9.6.0
[modules/hexablock.git] / doc / gui_asso_quad_to_geom.rst
1 :tocdepth: 3
2
3 .. _guiassoquadtogeom:
4
5 =============================================
6 Associate the model of blocks to the geometry
7 =============================================
8
9 The association of the model of blocks to the geometry proceeds in three steps:
10
11 - associate all vertices,
12 - associate the needed edges,
13 - associate the needed quadrangles.
14
15 To facilitate the association of the model to the geometry, a more easy way exists:
16 the association of lines taken from the model to lines taken from the geometry.
17
18 The interaction for an association of an element of the model of blocks to the geometry
19 proceeds in three stages:
20
21 - select the model element(s) to associate,
22 - select the shape(s) of the geometry to associate to,
23 - make the association,
24
25 .. _guiassovertex:
26
27 Vertex Association
28 ==================
29
30 To associate a vertex of the model of blocks to a vertex of the geometry in
31 the **Main Menu** select **Association -> Make Vertex association**
32
33 **Arguments:**
34
35 - vertex of the model of blocks,
36 - vertex of the geometry.
37
38 The dialogue box to associate to a vertex of the geometry is:
39
40 .. image:: _static/gui_vertex_assoc_coordinates.png
41    :align: center
42
43 .. centered::
44    Associate to a Vertex of the Geometry
45    
46 see: :ref:`guiassovertex2`
47
48 see: :ref:`tuiassovertex2`
49
50 .. _guiassoedge:
51
52 Edge(s) Association
53 ===================
54
55 To associate edge(s) of the model of blocks to line(s) of the geometry in
56 the **Main Menu** select **Association -> Make Edge Association**
57
58 .. _guiassooneedge:
59
60 One edge
61 --------
62
63 Only one edge of the model is associated.
64
65 **Arguments:**
66
67 - one edge of the model of blocks,
68 - one line of the geometry,
69 - Start: starting point on the line,
70 - End: ending point on the line.
71
72 The dialogue box to associate one edge or wire of the geometry is:
73
74 .. image:: _static/gui_ass_edge.png
75    :align: center
76
77 .. centered::
78    Associate an Edge or Wire of the Geometry
79
80 .. _guiassoedges:
81
82 Line
83 ----
84
85 One or several edges and vertices of the model are associated.
86  
87 **Arguments:**
88
89 - starting vertex (only if "closed line" is selected),
90 - one or several edges of the model of blocks,
91 - one or several lines of the geometry,
92 - choose to associate a closed line or an opened line,
93 - choose to associte a closed line with inversion (only if "closed line" is selected),
94 - Start: starting point on the line,
95 - End: ending point on the line.
96
97 The dialogue box to associate to edges or wires of the geometry is:
98
99 .. image:: _static/gui_ass_edges.png
100    :align: center
101
102 .. centered::
103    Associate to Edges or Wires of the Geometry
104
105 .. _guiassoface:
106
107 Quadrangle Association
108 ======================
109
110 To associate a quadrangle of the model of blocks to a face of the geometry in
111 the **Main Menu** select **Association -> Make Quadrangle association**
112
113 **Arguments:**
114
115 - quadrangle of the model of blocks,
116 - list of faces of the geometry.
117
118 The dialogue box to associate to a face or a shell of the geometry is:
119
120 .. image:: _static/gui_ass_quad.png
121    :align: center
122
123 .. centered::
124    Associate to a Face or a Shell of the Geometry
125
126
127 Note
128 ----
129
130 Face association (implicite or explicite) is not necessary for:
131
132 - planar faces, 
133 - cylindrical faces,
134 - conical faces.
135
136 Only edges association (implicite) on segments or arcs of cirle is necessary.
137
138 This case is illustrated by an example :ref:`here <tuiassocfacenote>`.
139
140
141 TUI command: :ref:`tuiassoquadtogeom`