Skip to content

Conversation

@adam-urbanczyk
Copy link
Member

Will resolve #320

@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #321 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #321   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files          19       19           
  Lines        4701     4707    +6     
=======================================
+ Hits         4484     4490    +6     
  Misses        217      217           
Impacted Files Coverage Δ
cadquery/cq.py 94.01% <100.00%> (+0.01%) ⬆️
cadquery/occ_impl/shapes.py 90.81% <100.00%> (+0.03%) ⬆️
tests/test_cadquery.py 99.20% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ecb0fc...c131bda. Read the comment docs.

@adam-urbanczyk adam-urbanczyk changed the title Extrude with both=True fix [WIP] Extrude with both=True fix Apr 15, 2020
@adam-urbanczyk adam-urbanczyk requested a review from jmwright April 15, 2020 17:21
@adam-urbanczyk
Copy link
Member Author

It is ready @jmwright , the only question is if it should be merged before or after 2.0 .

Copy link
Member

@jmwright jmwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adam-urbanczyk Looks good, thanks for putting this together. I feel like this is probably ok to include in the 2.0 release.

@adam-urbanczyk
Copy link
Member Author

Alright, merging.

@adam-urbanczyk adam-urbanczyk merged commit 7876fd0 into master Apr 16, 2020
adam-urbanczyk added a commit that referenced this pull request Apr 24, 2020
* Extrude with both=True fix (#321)

Extrude with both=True will result in a single solid.

* combineWithBase fix
* Allow to self-fuse a compound
* Formatting fix
* Test if extrude with both=True fuses the solids

* Fixed version number that was missed during RC2 release.

* Prepare for the 2.0 release

* Add reference to #106

* Typo fix

* Added info about breaking changes

* Fixed a typo

Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
@jmwright jmwright deleted the adam-urbanczyk-combine-fix branch October 28, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extrude with both=True produces two solids i.s.o. one

3 participants