Skip to main content
10-Marble
October 20, 2015
Question

Publish AutoCAD file stored in Windchill as CAD Part

  • October 20, 2015
  • 9 replies
  • 4574 views

As most of our Organizations in 10.2 are using Creo 2.0 (some upgraded to Creo 3.0), we still have many 2D AutoCAD checked in as CAD Part or WTDocument data types.  There is a PTC document CS32402 that covers how to publish AutoCAD stored as WTDocument in Windchill, but I cannot find any document providing any solution to publish the AutoCAD file stored as CAD Part in WIndchill 10.x.

Has anyone have this similar need to publish the AutoCAD file that is stored as CAD part?  Are there any third party tool that can do this job?


9 replies

23-Emerald IV
October 20, 2015

If the actual file type is .DWG then no conversion should be necessary to open with Creo View.  In that case I would try the steps listed in CS36856.  (Yes, I realize it was written for WTDocs.)

tchao10-MarbleAuthor
10-Marble
October 20, 2015

Yes, we are aware of this ability to open in Creo View; however, we do have a need for downstream consumers (i.e. external suppliers, Purchasing, etc) who need to open it in PDF format.  That is why we are looking into this publishing option.

23-Emerald IV
October 20, 2015

How did the AutoCAD files get stored as CAD Documents?  Was there some type of a AutoCAD workgroup manager at some point in the past or are these actually stored as some other CAD type (like Creo)?  The underlying type of CAD document will determine what CAD worker they get sent to for publishing.  What do you see listed for Authoring Application on the object's details page?

cad_doc.PNG

If AutoCAD, then the custom worker will probably work.  If some other CAD format, then I think you're going to have trouble...

1-Visitor
October 30, 2015

Hi,

I have hack for import CAD documents,

We use WGM in Creo for import Autocad files, and after that change field in database Windchill (authoring Application) to ACAD - profit !

If you want I describe this process.

1-Visitor
December 2, 2015

Please do, Renat

1-Visitor
December 14, 2015

Sorry for waiting,

Steps for importing DWG as EPMDocument:

0. Set property in Creo for import dwg in Creo:

import_dwg1.png

1. Import dwg file in Creo Workspace

import_dwg2.png

import_dwg3.png

2. CheckIn to Windchill, and look:

import_dwg4.png

3. Open SQL studio and find file - SELECT * FROM EPMDocumentMaster WHERE CADName like ‘%.dwg’

import_dwg5.png

4. Update fields in table

UPDATE EPMDocumentMaster SET authoringApplication='ACAD' WHERE CADName like 'acad_test.dwg'

import_dwg6.png

5. Profit! After change authoringApplication you can recieve good preview.

import_dwg7.png

tchao10-MarbleAuthor
10-Marble
January 13, 2016

This is wonderful.  I will give it a try at our 10.2 Test System.