Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.1
is there a way for windchill to distinguish between solidworks cad parts and cad sheetmetal parts? Inventor and Creo sheetmetal parts can be identify using the subcategory = sheetmetal but not solidworks. Creo and Inventor sheetmetal parts have unique icons but solidworks sheetmetal parts do not, they appear as regular cad parts. Bottom line, we cannot search for solidworks sheetmetal parts.
Either the WGM is limited by the Solidworks API or they failed to implement it. Short of something in the configuration that needs to be turned on ( I checked knowledge base), you could use an attribute and some templates within your CAD files to expose that to Windchill. That might be a way to achieve what you need. The other option is customization that can read the Solidworks file looking for some indicator that its sheetmetal and updating the subcategory when its checked in. A listener would be something that can do this.