Edit the sketch. (double-click on the sketch node)
Add a new unconnected shape.
Immediately we get an error:
<PropertyLinks> PropertyLinks.cpp(435): Unnamed#Thickness.Base auto change element reference Unnamed#Pad ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F.Face6 -> ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F;:H,F.Face6
3071.36 <App> Document.cpp(3158): Unknown exception in Unnamed#Thickness thrown
Thickness: Unknown exception!
I repeated the same sequence with the Fillet tool in step-3.
I got this error:
<PropertyLinks> PropertyLinks.cpp(435): Unnamed#Fillet.Base auto change element reference Unnamed#Pad ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F.Face6 -> ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F;:H,F.Face6
I omitted step-3, and there was no error.
To conclude: The process breaks if we modify the padded shape and then edit the sketch to add another unconnected shape.
Desired behavior:
There should be no error
The second operation (thickness/chamfer/fillet) should apply to the second shape also.
Is there an existing issue for this?
Problem description
Immediately we get an error:
I repeated the same sequence with the Fillet tool in step-3.
I got this error:
<PropertyLinks> PropertyLinks.cpp(435): Unnamed#Fillet.Base auto change element reference Unnamed#Pad ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F.Face6 -> ;g1459;SKT;:Hfbc,E;FAC;:Hfbc:4,F;:G0;XTR;:Hfbc:8,F;:H,F.Face6
I omitted step-3, and there was no error.
To conclude: The process breaks if we modify the padded shape and then edit the sketch to add another unconnected shape.
Desired behavior:
Full version info
Subproject(s) affected?
None
Anything else?
This may be connected to bug #80 (where I found the problem while working backwards)
Code of Conduct