Case bugfixes

This commit is contained in:
Bán Dénes 2020-10-08 20:11:36 +02:00
parent fd5cf7634f
commit 23ed8989ce
2 changed files with 9 additions and 12 deletions

View file

@ -499,7 +499,7 @@ cases:
case_name:
- outline: <outline ref>
extrude: num # default = 1
translate: [x, y, z] # default = [0, 0, 0]
shift: [x, y, z] # default = [0, 0, 0]
rotate: [ax, ay, az] # default = [0, 0, 0]
operation: add | subtract | intersect # default = add
- ...
@ -507,7 +507,7 @@ cases:
```
`outline` specifies which outline to import onto the xy plane, while `extrude` specifies how much it should be extruded along the z axis.
After that, the object is `translate`d, `rotate`d, and combined with what we have so far according to `operation`.
After that, the object is `shift`d, `rotate`d, and combined with what we have so far according to `operation`.
If we only want to use an object as a building block for further objects, we can employ the same "start with an underscore" trick we learned at the outlines section to make it "private".