Environment Variables
- Last UpdatedJan 30, 2023
- 1 minute read
The following variable affects the way the DXF file is created on export:
|
DXFOUT_TEXT_WIDTH |
Scaling factor, for example, 1.5, which scales the text width. |
|
DXFOUT_EXPLODE_DIM |
The dimensions will be output as plain geometry if the variable is set to any value. |
|
DXFOUT_HIDDLAY |
Hull specific layers, which are hidden by default, will be output if the variable is set to any value. |
|
DXF_LTSCALE |
It is possible to override the DXF file value of $LTSCALE with this setting. |
The following variable affects the way the drawing is created on import:
|
DXFIN_TEXT_HEIGHT |
Scaling factor, for example, 1.5, which scales the text height. Since the text font is proportional, the text width is also scaled. |