File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
doc/source/examples/04_applied Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ DEFAULT_UNITS.angle = UNITS.degrees
136
136
137
137
Define the appropriate sketch planes parallel to y-z and x-z planes passing through the origin namely sketch_plane and sketch_plane_2 respectively.
138
138
139
- ### Sketch Planes
139
+ #### Sketch Planes
140
140
141
141
```{image} source/_static/images/sketch_planes.jpg
142
142
:alt: Sketch Planes
143
143
:width: 500px
144
144
:align: center
145
-
145
+ ```
146
146
147
147
```{code-cell} ipython3
148
148
@@ -161,13 +161,12 @@ sketch_plane_2 = Plane(
161
161
)
162
162
```
163
163
#### Ahmed Body
164
+
164
165
```{image} source/_static/images/ahmed_body_schematic.jpg
165
166
:alt: Ahmed body schematic image
166
167
:width: 500px
167
168
:align: center
168
169
```
169
-
170
-
171
170
```{code-cell} ipython3
172
171
# Calculate the horizontal and vertical distance based on slant angle of 20 degrees
173
172
slant_x, slant_y = distance_calculator(hypo=222, slant_angle=20)
@@ -189,7 +188,7 @@ ahmed_body_sketch.segment(
189
188
)
190
189
ahmed_body_sketch.plot()
191
190
```
192
- ### Enclosure
191
+ #### Enclosure
193
192
```{image} source/_static/images/enclosure_schematic.jpg
194
193
:alt: Enclosure schematic image
195
194
:width: 500px
You can’t perform that action at this time.
0 commit comments