Skip to main content
10-Marble
April 5, 2023
Question

Web.Link Export to DXF Uppercase file name

  • April 5, 2023
  • 0 replies
  • 642 views

Hi,

Does anyone have a solution when exporting a drawing to .DXF format via Web.Link, the file name is always written in lowercase letters. How to get the file name to be written in uppercase letters.

 

Part of the code is as follows:

...

var DXFOut = pfcCreate("pfcDXFExportInstructions").Create();
CurModel.Export(FileName.toUpperCase(), DXFOut);

...

No mater what I always get filename od disk written in lowercase.,But if I export to PDF format I can get in uppercase format.

 

Any idea, solution?