I found a solution to the problem. Now I can load the XML back to Catia and see all the clashes in the tree. The problem has a simple solution: Tools->Options->Digital Mockup->DMU Space Analysis->DMU Clash - Process unmark the Federated XML output.
Hello
I am having problems loading back to Catia a xml containing clash results.
I use the following script to generate the xml:
Sub clashTOxml()
Dim cClashes As Clashes
Dim oClash As Clash
Dim dFilterValue As Double
Dim oConflict As Conflict
Dim Produs1 As Product
Dim oNume1 As String
Dim...