GabrielJMS

Results 5 comments of GabrielJMS

Here the .xml file that I'm trying to read: [test.zip](https://github.com/CadQuery/cadquery/files/15485062/test.zip)

Maybe the problem is in the line 59: ![image](https://github.com/user-attachments/assets/802dad39-e13e-468a-8fac-1ba7cf8abdbd)

The workaround was to reimplement the FindAttribute method in python using OCP ```python def find_attribute(label, guid): """ Reimplementation of the TDF_Label::FindAttribute method in Python. :param label: The label to search...

@gkv311 @dpasukhi Thank you for the insights. I believe the core issue lies in the need to store a full `TopoDS_Compound` for each assembly prototype that participates in an assembly,...