6.8. Default name rule for filenames does not include material

By default, the name rule for filenames is without material. Up to now it was with material. This was used to allow standard parts like "Screws" to have multiple materials and avoid duplicate names.[74]

Up to now:

FileName(isCreaOptNotSet,is3dpart)=?_FORMAT_0("<GENNAME><MATERIAL(_)>").
 toFileName("_").add(".ipt").value()

As of V12.6 material is used in a different way, so it's not part of the key FileName anymore:

FileName(isCreaOptNotSet,is3dpart)=?_FORMAT_0("<GENNAME>").toFileName("_").add(".ipt").value()




[74] #149689