RVM to RFC import options
- Last UpdatedSep 03, 2025
- 1 minute read
This importer converts RVM files into RFC cache with the possibility to also generate the .dict file (used to map geometry identifiers to their corresponding tag names).
Parameters
These are the settings for an RVM to RFC import configuration file.
|
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
customSignificantFilePath |
sstring |
Not set |
Config file path including extension. This is used when useCustomSignificantFile 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 (unique references) to corresponding names. |
|
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] |
|
tags |
sstring |
true |
Emits all tags found into a JSON file. |
|
useCustomSignificantFile |
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. |
|
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. |