Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Currently, all CAD Documents go into the system as EPM Documents and there is no real separation between CAD file types. Windows handles this just fine, but Windchill does not.
The system needs to be able to accept a CATDrawing file and place it as a Cat Drawing type. Then, accept a CATProduct file and place it as a Cat Product type, even if the Number is the same.
Example of desired result:
Filename | Number | Type |
---|---|---|
12345678.CATDrawing | 12345678 | Cat Drawing |
12345678.CATProduct | 12345678 | Cat Product |
12345678.CATPart | 12345678 | Cat Part |
Currently, the only option we have is to configure it like this .....
Filename | Number | Type |
---|---|---|
12345678.CATDrawing | 12345678.CATDRAWING | CAD Document |
12345678.CATProduct | 12345678.CATPRODUCT | CAD Document |
12345678.CATPart | 12345678.CATPART | CAD Document |
The file extensions in the numbers are very annoying and unecessary. Windchill already recognizes the different types as Parts, Assemblies, or Drawings. Why can't the Types be separated so that they can coexist without file extensions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.