Commit b1db9c0
authored
Release modeling-cmds 0.2.127 (#907)
# Added
* The `extrude` endpoint now takes an additional field `extrude_method: ExtrudeMethod`. It defaults to `ExtrudeMethod::Merge` which was the current, default behaviour. If your extruded sketch is sketched on the face of some solid, this tells the engine to pull it out of the solid (or push it into), i.e. modifying the original solid geometry. You can now set `ExtrudeMethod::New` which creates a new solid, leaving the original solid as it was. (#905)
# Fixed
* Some typos in documentation1 parent 19ee600 commit b1db9c0
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments