You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note for self - here is a hypothesis on what might be happening:
There were changes in the code in November that eliminated "needless" Compound wrappers around objects - a common occurrence with OCCT operations - where "needless" is defined as a Compound that has only one member. In this case the singleton Compound has a non zero Location so stripping that off changes where the enclosed shape is ultimately located.
If this is the problem then this "unwrapping" procedure needs to re-locate the enclosed shape.
If you fuse b as is, it will be fixed afterwards which shows this is not a bug in
pack
.The text was updated successfully, but these errors were encountered: