General InformationThis topic provides general information about data paths. Data paths:
Notes:
Specifying the DataPath FileSpecify your data path file on the Data Paths page. The default is DataPath.xml in your User folder. This location is stored in the following registry setting: HKEY_CURRENT_USER\Software\Dassault Systemes\Composer\Preferences\DataPath.PathFolderDataPath To have multiple users on the same machine reference the same data path file, define a HKEY_LOCAL_MACHINE key: HKEY_LOCAL_MACHINE\Software\Dassault Systemes\Composer\Preferences\DataPath.PathFolderDataPathInstall This HKEY_LOCAL_MACHINE key is not defined by default. The HKEY_CURRENT_USER value overrides HKEY_LOCAL_MACHINE. Note: The full paths for these keys are operating-system dependent.
Behavior on SaveWhen a .smgXml file is saved, changes might be applied to its references to keep the link between the child files (which are not saved) and the root (which can be stored in another folder). In this case:
This behavior is available for project ( .smgProj), product ( .smgXml), and scenario ( .smgSce) files. You can change the behavior using the Resolve relative references on save option. You can disable the relative path resolution completely (Always) or only for unresolved paths ( Only resolved paths). The default behavior on save is to always resolve relative paths (apply modifications on these paths as described above).
TagsThe following tags can appear in a data path XML file.
ExampleThe following example shows the syntax of a data path file.
Notes:
<CLitDataPathSet> <DataPath.CommonGlobalList > <Path2 Value="chemin1" Description="Global resource location" /> </DataPath.CommonGlobalList> <DataPath.CommonProfileList > <Path0 Value="C:\My Documents\Composer\User"/> </DataPath.CommonProfileList> <DataPath.FilterList > <Path0 Value="http://datapath/Composer"/> <Path2 Value="path1"/> <Path1 Value="path2"/> </DataPath.FilterList> <DataPath.GeometryList > <Path2 Value="\\server1\Geometry\ProductID\" Description="ACME project files"/> <Path1 Value="\\server2\Geometry\ProductID\"/> </DataPath.GeometryList> <DataPath.LinkList > <Path2 Value="http://globalweb/Composer"/> <Path1 Value="C:\Documents and Settings\dgoss\My Documents"/> <Path3 Value="ftp.3ds.com/fra/files"/> </DataPath.LinkList> <DataPath.ScenarioList > <Path2 Value="\\server1\Scenario\animation1\"/> <Path1 Value="c:\Scenario\animation1"/> </DataPath.ScenarioList> . . . </CLitDataPathSet> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||