Skip to main content
4-Participant
July 10, 2024
Solved

How to Create a STEP File Using CADWorker

  • July 10, 2024
  • 2 replies
  • 1310 views

I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16

Is it possible to create a STEP file using CADWorker?
Additionally, when converting, is it possible to retrieve specific attributes from the CAD data and use the retrieved values as the file name?

Best answer by rleir

This article seems to answer you

https://www.ptc.com/en/support/article/CS81396

 

2 replies

rleir17-PeridotAnswer
17-Peridot
July 10, 2024

This article seems to answer you

https://www.ptc.com/en/support/article/CS81396

 

4-Participant
July 12, 2024

Thanks for letting me know.

16-Pearl
July 10, 2024

An after loader hook can be created to change the file name.  These articles illustrate a rename examples.

https://www.ptc.com/en/support/article/CS252900

https://www.ptc.com/en/support/article/CS349681

 

If this is Creo publishing, Genius Tools Model Processor Worker (MP Worker) is an alternative that doesn't require custom class files...

MP Worker integrates into Creo CAD Workers to produce anything Creo can export.  Following an instruction set called an "Actions List", MP Worker can analyze or manipulate the model to produce CSV report files, PDFs, sheet metal flat state DXFs, neutral formats, etc.  File names can be altered as desired, leveraging model parameters and regular expression replacement, before upload as Representation additional files.  MP Worker can manipulate the Creo model, but cannot save or upload Creo model changes as that is prohibited by publishing.

https://www.felcosolutions.com/geniustoolsmodelprocessor

https://www.inneo.co.uk/en/product-development/inneo-in-house-products/genius-tools/genius-tools-model-processor.html

 

4-Participant
July 12, 2024

Thanks for sharing the details.