Hi, I'm trying to automatize the clash report generation for my project. I saw that the COM API has clash functions. I tried to use them to do it but is not working how I expected.

The major problem is that most COM classes are interfaces, so I cannot direct instantiate. The only one i could instantiate was InwOclClashTest2 with the ObjectFactory. With this class I could create a clash test and then execute it, but it dont work that way, when I ask to Run Test, it run the test in the Clash Detective, and not the test I configure with the class.

The others clash classes I could not find a way to interact.

Hoping for some light.