Skip to main content
Best answer by d_graham

You'd probably have to write the code yourself to do exactly what you need. Which is the recursive comparison and returning the differences.

 

I've written lots of code to recursively navigate both Part and CAD Document structure but I have not written anything to do exactly what you need.

Doable for sure.  I'd just have to sit down and write it.

 

David

1 reply

23-Emerald III
July 8, 2022

Explain in more detail what it is you are looking for?

 

cspinelli14-AlexandriteAuthor
14-Alexandrite
July 12, 2022

i would like to know if there is an automatic compare to Part structure in which we can check if all cad documents have been inserted to structure. before release the structure itself.

i know there is Compare Cad Structure to Part Structure but sometimes users are not using it and the result is that not all the parts go into structure.

thanks

18-Opal
July 13, 2022

@cspinelli 

Are you looking for a way to automatically (in a workflow or whatever) run a cad structure to part structure comparison and if the structures don’t match then do what automatically? Align the Part structure with the cad structure?

If some parts don’t exist create them link them to cad document and add the part to the part structure?

 

Is that what you have in mind?

 

David