Tablwcol

The tablwcol file is used to specify the correspondence between the CADMATIC Hull pen numbers and the AutoCAD LineWeight and color.

Each line in this file has the following format:

pen nr. (1-255) | lineweight | RED (0-255) | GREEN (0-255) | BLUE (0-255)

The color values are RGB color values.

The lineweight value is expressed as 1/100 mm. The allowed values are AutoCAD default LineWeight values.

For example:

1 35 255 0 0

2 50 0 255 0

3 70 0 0 255

4 25 255 255 0

5 15 128 128 128

Note: Only items which have a pen number defined are exported using the lineweight and the colour values.

Note: The tablwcol file cannot be used together with the DXF_COLOR_BY_LAYER=YES environment variable setting. See Tablayer.

Note: This format of the tablwcol file can only be used in the export process not in the import process.