Hello everybody,
I have a question about the catia-smarteam integration. I'm doing automatic Save and Checkin with the integration ( ref: ‘Save or Release a Part from CATIA’ in this forum).
My problem is that I'm not able to set the class type while saving; I don't see any option to set it.
My first idea was to change the default class in 'Class Management' but I don't want the user change it manually when working...
My second idea was to change it using SmIntegrationTool, do my Save and change it back to the default class. I was sure to have the good idea this time since the first line of the SmIntegrationTool documentation is "Define default class and File Type for the Integration Behaviors". The problem with this is that I'm not able to SET the default class; I've found 2 different ways to GET it, but not to set a new one.
(I can get it with ISmCadFileTypes.DefaultClass and ISmSpecificIntegrationStore.DefaultManagedClassForCadFileType)
Any hint on how I can change the default class, or set on with the integration?
Thanks
Phil |