powered by CADENAS

Manual

Manual

1.7.4.1.  exportdlls.cfg - Export options

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] Note

Normally defaults are set under $CADENAS_DEFAULTUSER.

The exportdlls.cfg is an exception!

Here, defaults have to be set under $CADENAS_SITESETUP/exportdll.cfg.

In order to perform desired settings, best proceed as follows:

  1. With a sample part, perform an export.

    Example: Export with AutoCAD DWG 2D format

    Example: Export with AutoCAD DWG 2D format

    -> The corresponding dialog is opened.

  2. Perform the desired settings.

    Example: Export with AutoCAD DWG 2D format

    Example: Export with AutoCAD DWG 2D format

  3. 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.