AU
AU
PNG export was implemented in #1759 .
See #1786
The geometry looks reasonable, do you happen to have a backtrace?
What are we looking at, what is the expected result?
Hey, I do not understand the issue. You can always do this: ``` assy = Assembly() assy.name = '123' ``` Do you mean that you need to modify `AssemblyProtocol` to...
I can confirm the issue. It seems like locations are ignored. Additionally, import/export roundtrip seems to distort colors.
Here is mine: before:  after:  I also found another issues, without copies the import throws. See last section of the snippet. ```python #%% imports from cadquery import Assembly,...
Do you plan to fix the second issue I found?
This tool (eDrawings) can import the problematic STEP without copies and the structure LGTM. I think that CQ should be able to handle this as well (and produce identical structure)....
But subassy names *are* unique and parts don't have names in cq AFAIR.