Create a new file in workspace with weblink
‎Mar 18, 2016
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Mar 18, 2016
07:48 AM
Create a new file in workspace with weblink
Hi there,
I already tried this, to create a new file:
var Model_descriptor = pfcCreate("pfcModelDescriptor").CreateFromFileName("mmns_part_solid.prt");
var tempMdl = oSession.RetrieveModel(Model_descriptor);
tempMdl.Copy(filename + createfile_types[type], null);
Creo creates that file. But unfortunatelly, Creo throws an error at line 3 "pfcExceptions::XToolkitFound / Code:0"
Sure, I could embrace that line with try/catch. But am I missing something here?
0 REPLIES 0