powered by CADENAS

Manual

Manual

3.3.1.5. Generation options

The configuration is performed under %CADENAS_SETUP%\ifagile.cfg.

The generation options are found in the section [CreationOptions].

  • PARTsolutions_ERPField

    Agile field, where the PARTsolutions ERP number (here exemplarily ERP_PDM_NUMBER) is stored.

    PARTsolutions_ERPField=?GetObject("iface.calcnameservice").start(0).Format
    ("<ATTR(ERP_PDM_NUMBER)>").value()

  • poolpath:

    poolpath=c:/caddata

  • Filename:

    FileName(is3dpart)=?replace( GetObject("iface.calcnameservice").start(0).Format
    ("<GENNAME(128)>").toFileName("_").add("_TEST022.ipt").value() , " ", "")
    FileName(is3dAsm)=?GetObject("iface.calcnameservice").start(0).Format("<GENNAME(128)>")
    .toFileName("_").add("_TEST022.iam").value()
    

    Notes on how to individually adjust the file name are found under Section 2.2.1.4, “Variable values - functions ”.