powered by CADENAS

Manual

Manual

2.3.3.2.5.  Key "poolPath"

Represents the path were the created CATProducts and CATParts will be saved.

Examples of poolpath flag usage:

  • Configuration file:

    poolPath=?Application.ResolveEnv("C:\\data\\pool\\catia")

    Dialog box Links of document ... -> Tabbed page Links -> Pointed document:

    D:\cadenas\psc_catalogs-V9\data\pool\catia\NORM9_D43147-1A0.CATProduct

  • With DLName variable:

    poolPath=?Application.ResolveCatiaVar("RAUL_DLNAME")

  • With UNC path:

    poolPath=?Application.ResolveEnv("\\\\uncpfad\\ordner\\catia_poolpath")
    

    [Note] Note

    Before the UNC path four slashes! After this double slashes.

  • More examples:

    poolPath=?Application.ResolveEnv("C:\Users\jflotho") - poolPath=?Application.ResolveEnv("C:\Users\root")
    
    poolPath(is3d)=?Application.ResolveEnv("C:/__Offline_CDs/20140716_908_sp1_ConfigEditor/20140716\\..\\pool\\catia\\3d")
    
    poolPath(is2d)=?Application.ResolveEnv("C:/__Offline_CDs/20140716_908_sp1_ConfigEditor/20140716\\..\\pool\\catia\\2d")
    
    poolPath(isNat)=?Application.ResolveEnv("C:/__Offline_CDs/20140716_908_sp1_ConfigEditor/20140716\\..\\pool\\catia\\native")