Please enable JavaScript to view this site.

TerraMatch User Guide

Navigation: TerraMatch User Guide

Configuration Variables for Bentley CAD

Scroll Prev Top Next More

Configuration Variables for Bentley CAD platforms

Bentley CAD applications are able to locate TerraMatch with the help of configuration variables. When you install TerraMatch, the installation program will create a configuration file TERRA.CFG which defines the required environment variables. This file is placed in Bentley CAD tool's CONFIG\APPL sub-directory.

For example, C:\USTATION\CONFIG\APPL\TERRA.CFG may contain:

#--------------------------------------------------

#  TERRA.CFG - Configuration for Terra Applications

#--------------------------------------------------

TERRADIR=c:/terra/

TERRACFG=$(TERRADIR)config/

TERRADOCS=$(TERRADIR)docs/

MS_MDLAPPS < $(TERRADIR)ma/

%if exists ($(TERRACFG)*.cfg)

%   include $(TERRACFG)*.cfg

%endif

This configuration file will include all the configuration files in C:\TERRA\CONFIG directory. TerraMatch's configuration file TMATCH.CFG contains:

#--------------------------------------------

#  TMATCH.CFG - TerraMatch Configuration File

#--------------------------------------------

# Directory for storing the user license file (TMATCH.LIC)

TMATCH_LICENSE=$(TERRADIR)license/

# Directory for user preferences (TMATCH.UPF)

TMATCH_PREF=$(TERRADIR)tmatch/

# Directory for application settings (TMATCH.INF)

TMATCH_SET=$(TERRADIR)tmatch/

In a default configuration, Bentley CAD automatically includes these settings as configuration variables. You can check the values for these variables in the Configuration Variables dialog of Bentley CAD. In case these variables have not been defined correctly, you should define them manually.

TerraMatch User Guide   01.01.2024   © 2024 Terrasolid Ltd