powered by CADENAS

Manual

Manual

2.3.6.9. NX: Unicode support in filenames

Unicode is supported in filenames for NX 10 and up.

cfg adjustment needed to use non-ANSI file names for NX 9 and older.

Example:

Change in ifugnx.cfg -> block [CreationOptions(is3d):include(CreationOptions)] -> key FileName

FileName(isCreaOptNotSet)=?_FORMAT_0("<GenNAME><MATERIAL(_)>").alnum("").add(".prt").value()

to

FileName(isCreaOptNotSet)=?_FORMAT_0("<GenNAME><MATERIAL(_)>").alnum("_").add(".prt").value()

or even 

FileName(isCreaOptNotSet)=?_FORMAT_0("<GenNAME><MATERIAL(_)>").toFileName("_").
 RepChar("!","_").add(".prt").value()