Commit ac585b4
authored
Add glue option to combine() (#535)
* Update cq.py
Add glue option to combine()
* Update test_cadquery.py
Add test of glue=True to combine()
* Update test_cadquery.py
update testcombine()
* Update cq.py
Reformat combine()
* Reformat Black
* Update test_cadquery.py
Added tol=None to testCombine()
* Update test_cadquery.py
Correct testCombine()
* Update test_cadquery.py
* Update test_cadquery.py
* Update test_cadquery.py
Black formatting
* Update test_cadquery.py1 parent a03648c commit ac585b4
2 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 143 | + | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
2126 | 2124 | | |
2127 | 2125 | | |
2128 | 2126 | | |
2129 | | - | |
| 2127 | + | |
2130 | 2128 | | |
2131 | 2129 | | |
2132 | 2130 | | |
| |||
2178 | 2176 | | |
2179 | 2177 | | |
2180 | 2178 | | |
2181 | | - | |
| 2179 | + | |
2182 | 2180 | | |
2183 | 2181 | | |
2184 | 2182 | | |
| |||
2899 | 2897 | | |
2900 | 2898 | | |
2901 | 2899 | | |
2902 | | - | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
2903 | 2903 | | |
2904 | 2904 | | |
2905 | 2905 | | |
2906 | 2906 | | |
2907 | 2907 | | |
| 2908 | + | |
| 2909 | + | |
2908 | 2910 | | |
2909 | 2911 | | |
2910 | 2912 | | |
| 2913 | + | |
2911 | 2914 | | |
2912 | 2915 | | |
2913 | 2916 | | |
2914 | 2917 | | |
2915 | | - | |
| 2918 | + | |
2916 | 2919 | | |
2917 | 2920 | | |
2918 | 2921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2180 | 2180 | | |
2181 | 2181 | | |
2182 | 2182 | | |
2183 | | - | |
2184 | 2183 | | |
2185 | 2184 | | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
2186 | 2190 | | |
2187 | 2191 | | |
2188 | 2192 | | |
| |||
0 commit comments