GabrielJMS
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: 
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,...
Hello @dpasukhi. Any news on this issue? Thanks