I would have an old release of V5Automation.chm because I didn't see anything about "HSOSynchronizedFilter"
Nevertheless I've tried with it but without success. It takes 35s for 600 parts and I have more than ten thousand parts.
I think now that it would be better to select directly in...
Hi Ferdo,
I didn't find the macro that you're talking about so I have made one by myself that you can see below :
Sub ExportProductName()
Set CATIA = GetObject(, "CATIA.Application")
Set activdoc = CATIA.ActiveDocument.Product
Set oSel = CATIA.ActiveDocument.Selection
nbelts = oSel.Count2...
Hi,
I'm looking for how to know if a shape is activated or not.
Because I would like to retrieve the visualization status of a product with the option "Do not activate default Shapes on open" activated.
In fact, I lose every evening my session which is a big session in which I don't want to...