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
Hi everybody!
I just want to ask if WWGM can be written in other not supported files like intergraph, staroffice, zwcad??
Thanks,
Luar
Solved! Go to Solution.
Luar -
Unfortunately, the Windchill WGM doesn't support the applications you listed - Intergraph, Staroffice, ZWCAD.
Secondly, I'd like to clarify that the WWGM Toolkit cannot be used to build an integration to the tools that are not supported. The WWGM Toolkit provides some interfaces to automate some processes - e.g. programmatically import CAD files to the workspace, programmatically add models to the workspace from Windchill based on some trigger, etc.
If you just looking to vault the CAD files/documents from these tools without exposing the relationships, attributes into Windchill, you might consider zipping up the files and managing them as Documents. You can soft type the Document object to differentiate them from other regular document files (MS Word, etc.).
You should be able to use the Document approach mentioned above even with PDM Essentials (PDME).
Thanks,
Mark
Luar,
There is a Windchill Workgroup Manager Toolkit available to create a WGM for any CAD applications not currently supported OOTB.
See http://support.ptc.com/appserver/cs/view/solution.jsp?n=CS148381 for more information.
Hi Lori,
I'm just using PDME is it compatible?
Thanks,
I'm not sure what PDME is but the Windchill Workgroup Manager supports a standard set of CAD Authoring tools. Take a look at the support matrices:
I need to brush up on my acronyms (PDME=Windchill PDM Essentials)
The WWGM Toolkit APIs should be supported with PDM Essentials.
Luar -
Unfortunately, the Windchill WGM doesn't support the applications you listed - Intergraph, Staroffice, ZWCAD.
Secondly, I'd like to clarify that the WWGM Toolkit cannot be used to build an integration to the tools that are not supported. The WWGM Toolkit provides some interfaces to automate some processes - e.g. programmatically import CAD files to the workspace, programmatically add models to the workspace from Windchill based on some trigger, etc.
If you just looking to vault the CAD files/documents from these tools without exposing the relationships, attributes into Windchill, you might consider zipping up the files and managing them as Documents. You can soft type the Document object to differentiate them from other regular document files (MS Word, etc.).
You should be able to use the Document approach mentioned above even with PDM Essentials (PDME).
Thanks,
Mark
Bah! I apparently missed that part in the list of WWGM API restrictions. Sorry, Luar! Thanks, Mark, for clarifying that!