AU

Results 546 comments of AU
trafficstars

PNG export was implemented in #1759 .

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: ![image](https://github.com/user-attachments/assets/94fc74ad-a241-438a-bd74-717147ecbaea) after: ![image](https://github.com/user-attachments/assets/17f9d483-590a-4da7-a05c-db7ec81b325a) 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.