Hi All<?:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" />
I use a J-link application to export instances from a ProE assemblies to different formats. I want to extend the function of this application to also export different 2D-formats. The problem is that I do not get the createDrawingFromTemplate method (copied from the J-link documentation) to work. Have any of you guys used it?
A small part of the code:
Model solid = session.GetCurrentModel();
...
Drawing drw = session.CreateDrawingFromTemplate (newDrawingName, predefinedTemplate, solid.GetDescr(), options);
//Peter Altsten
PS I'm notaskilled java hacker, on the contrary a novice.
I use a J-link application to export instances from a ProE assemblies to different formats. I want to extend the function of this application to also export different 2D-formats. The problem is that I do not get the createDrawingFromTemplate method (copied from the J-link documentation) to work. Have any of you guys used it?
A small part of the code:
Model solid = session.GetCurrentModel();
...
Drawing drw = session.CreateDrawingFromTemplate (newDrawingName, predefinedTemplate, solid.GetDescr(), options);
//Peter Altsten
PS I'm notaskilled java hacker, on the contrary a novice.