ZGL to RFC import options
- Last UpdatedSep 03, 2025
- 2 minute read
This importer converts ZGL files into RFC cache with the possibility of also generating a .dict file.
Parameters
These are the settings for a ZGL to RFC import configuration file.
|
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
configPath |
sstring |
Not set |
Config file path including extension. This is used when useConfigPath is set to true. |
|
conservative |
sbool |
false |
Disables async optimisation of geometry during parsing. Useful only if Optimize() methods are not called on final cache. |
|
customSignificantFilePath |
sstring |
Not set |
The config file path including extension. This is used when useConfigPath is set to true. |
|
destinationpath |
sstring |
Not set |
The source destination path. Include filename with extension to overwrite file name. |
|
dict |
sstring |
true |
Emits a .dict file that maps all primitive pids. |
|
maxfaceterror |
sfloat |
0.1 |
Sets the allowed error percentage when tessellating primitives. |
|
maxfacets |
sint |
256 |
Restricts the maximum number of facets when tesselating primitives. Range: [8-256] |
|
nolod |
sbool |
false |
Disables LoD generation to speed up parsing of large complex models for test purposes. |
|
nooptasync |
sbool |
false |
Disables async optimisation of geometry during parsing. |
|
pickDataName |
sstring |
Not set |
Specifies meta data name to use when querying tag hierarchy, example: for data <STR NAME=\"SELECTIONID\"> use -pickDataName SELECTIONID |
|
pickDataOrg |
sstring |
Not set |
Specifies meta data org to use when querying tag hierarchy, example: for data <DATA ORG=\"www.aveva.com / VNET\"> use -pickDataOrg www.aveva.com/VNET |
|
tags |
sstring |
true |
Emits all tags found into a JSON file. |
|
useConfigPath |
sbool |
false |
Set to True to pass a config file or to directly use the userIncludeList and userExcludeList. Set to False to use default settings. |
|
useCustomSignificantFile |
Not set |
Set to true to pass a config file or to directly use the userIncludeList and userExcludeList. Set to false to use default settings. |
|
|
userExcludeList |
sstring |
Not set |
Components that are excluded in the import process. Used if useConfigPath is set to true and no configPath is specified. |
|
userIncludeList |
sstring |
Not set |
Components that are included in the import process. Used if useConfigPath is set to true and no configPath is specified. |
|
useLogAnalyzer |
sstring |
onFailAndOnSuccess |
Enables process log analyzer tool on failure and eventually on success too. Valid values are: disabled, onFail, onFailAndOnSuccess. |