Export a as IGES
Hi,
My first script in J-link, I will make an export of the part into IGES, but I can't get it to work.
IGES3DNewExportInstructions igesInstrs;
GeomExportFlags gef = pfcModel.GeomExportFlags_Create();
gef.
igesInstrs = (IGES3DNewExportInstructions) pfcModel.IGES3DExportInstructions_Create(gef);
model.Export(model.GetFullName(), igesInstrs);
As I can see I need to put in some Export Instructions, but I can't find any info about the GeomExportFlags.
Can you help, or is this the way to go?
Regards
Allan Kok

