Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
Unicode is supported in filenames for NX 10 and up.
cfg adjustment needed to use non-ANSI file names for NX 9 and older.
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()