Skip to main content
16-Pearl
March 18, 2016
Question

Create a new file in workspace with weblink

  • March 18, 2016
  • 0 replies
  • 1156 views

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?