This week I fixed two bugs for Extrude. The first one occurred when we had several adjacent shapes – when performing extrude the faces where calculated incorrectly, a few dozen faces were added to the tree and the extruded shape looked like this:
After the fix only one face is generated and it covers the surface of both rectangles:
The other bug fix is for changes to the base sketch shapes: when a line’s length was changed, the extrude built on the sketch didn’t update. I fixed this for line and for all the other sketch shapes.
You must be logged in to post a comment.