I have stp file that has a lot of parts in it, but I want to disable them to begin with. I thought I could do this easily with a python script but the enable method that should be inherited from object is not usable for some reason (code in details)
In case of older version there is let say workaround. We are using Catia, before saving assembly to step file, I hide all not needed parts in Catia. Save step file. Import to Adams. Do what I need. Mostly merge bodies. Then I hide imported parts in Catia. Unhide other, save step...