Door modifier - double doors type support

This commit is contained in:
Andrej730
2023-02-11 14:55:07 +05:00
parent d4eb56e360
commit 0d0691a012
4 changed files with 153 additions and 80 deletions
@@ -344,7 +344,7 @@ class ShapeBuilder:
):
"""mirror_axes - along which axes mirror will be applied
For example, mirroring A(1,0) by axis (1,0) will result in A'(-1,0)
For example, mirroring `A(1,0)` by axis `(1,0)` will result in `A'(-1,0)`
"""
# > curve_or_item - could be a list of curves or items
# > mirror_axes - could be a list of mirrors to apply to curve_or_item