Home
Reply
Regular Contributor
castillor
Posts: 74

Configuration in solidworks

Hi,

 

I am looking into translation of different configurations within a Solidworks file using the option "Solidworks.ConfigName". The translation log file outlines the number of configurations within the file and the name of the configurations. My question is, is there a function within InterOp that can query the file before translation in order to find out the number of configurations and the name of the configurations? Thank you.

 

Regards,

Raymond

Spatial Employee
Vivekan
Posts: 40

Re: Configuration in solidworks

Hi Raymond,

 

Yes, you can use GetConfigurationsCount and GetIthConfiguration on SPAIDocumentHeaderInfo (http://doc.spatial.com/qref/IOP/Connect/html/classSPAIDocumentHeaderInfo.html) to query configuration information before file translation.

 

Thanks,

Vivekan

Regular Contributor
castillor
Posts: 74

Re: Configuration in solidworks

Thank you Vivekan. :smileyvery-happy: