4.21.3. Configuration file for 3Dfindit (custom_config.json)

4.21.3.1. Adding buttons to the user interface
4.21.3.2. Default tab / Hide tab
4.21.3.3. Display preferred parts when assigning ERP number: on/off
4.21.3.4. Show connection points
4.21.3.5. User-defined tab
4.21.3.6. Hide CAD button

The Configuration file for 3Dfindit is the custom_config.json. You can find them under $SITESETUP/3df.

If the file does not exist, you must create it. At least the following section within the file is then required as the basic configuration:

{
  "baseApiPath": "",
  "basename": "/webapps/3dfindit-enterprise",
  "erp": true,
  "startRoute": "CadBim",
  "isEnterprise": true,
}
[Important]Important

If you want to add something to the file, it must always be inside the curly brackets!