Export Options are saved in the configuration
file exportdlls.cfg.
In order to ensure a consistent workflow it may make sense to set default values.
(For single users
there is no need for adjustments, as their changes are saved under $CADENAS_USER/exportdll.cfg and
will be available at the next call again.)
![]() | Note |
|---|---|
Normally
defaults are set under The Here, defaults have to be set under
| |
In order to perform desired settings, best proceed as follows:
With a sample part, perform an export.
Open the
corresponding configuration file $CADENAS_USER/exportdlls.cfg
and copy the block [RecentFiles] into the
same-named file under $CADENAS_SITESETUP (or create
it), rename the block to [Settings] and delete not
required keys, especially those with path statements.
[Settings]
DWG2D_OPTPAGEDWGEXPORT_solidColor=VAL{"1"}
DWG2D_OPTPAGEDWGEXPORT_thinColor=VAL{"3"}
DWG2D_OPTPAGEDWGEXPORT_hiddenLinetype=VAL{"dashed"}
DWF2D_OPTPAGEDWGEXPORT_insertPointX=VAL{90}
DWF2D_OPTPAGEDWGEXPORT_insertPointY=VAL{20}
EPS_OPTPAGEEPS_thinWeight=VAL{"0.3"}
CATV4IUA2D_OPTPAGEVECTOR_grouped=VAL{-1}
CATV4IUA2D_OPTPAGEMETA2DV2_Rebase=VAL{0}
DWG3D_OPTPAGEMETA3DV2_draft2sweep=VAL{1}
DXF3D_OPTPAGEMETA3DV2_splitpattern=VAL{1}
BMP_OPTPAGEIMAGE_Width=VAL{100}
BMP_OPTPAGEIMAGE_Height=VAL{100}
...
Settings from
$CADENAS_USER/exportdlls.cfg and
$CADENAS_SITESETUP/exportdlls.cfg are
merged. If conflicts occur the settings under $CADENAS_USER/exportdlls.cfg
win.