Open roipoussiere opened 3 years ago
That has nothing to do with export and everything with add:
https://github.com/CadQuery/cadquery/blob/c6c1956429a35ae30a67f62984c1f6f4b979690c/cadquery/cq.py#L458
add
modifies current Wokrplane in-place.
Ok so is it related to #593 and will be fixed with #449?
add
does and which side-effects it has.
Here is a code that render 2 figures and export them in separated svgs:
The
fig1.svg
file is rendered as expected:But in
fig2.svg
, fig1 and fig2 are merge together, instead of jut fig2.If I comment the fig1 export line, fig2 is exported as expected: