cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Create a new file in workspace with weblink

Mat
13-Aquamarine
13-Aquamarine

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
Top Tags