powered by CADENAS

Manual

Manual

2.3.1.2.2.2. Example

In this example Thick Lines shall be applied on layer AM_0 in Red.

"2D view" dialog box: Thick lines are activated by default.

"2D view" dialog box: Thick lines are activated by default.

Initial situation

  • Layer configuration in AutoCAD

    In the Layer-Manager the layer "AM_0" is set on white.

  • Layer configuration in the configuration file

    In the configuration file, at layer Layer "AM_0", the line color is also set to 7=White.

    ;----- Layer Configuration -----
    ;Thick Solid Lines
    AcadLayerName_00=AM_0
    AcadLayerLineType_00=Continuous
    AcadLayerLineColor_00=7
    AcadLayerLineWeight_00=50
    AcadLayerVisibility_00=1

Changing color by special Shape configuration

Under "AcadShapeLayer" you can see, on which layer the special Shape configuration refers.

The values for Line type, Line weight and Line color are set to bylayer by default. . Thus, the reference is to the layer configuration.

However you can explicitly specify another value of color in the Shape configuration and so override the layer configuration.

AcadShapeLineColor_02=1 (Red)

;----- Shape Configuration -----
PSolShapeType_02=0
PSolShapeWidth_02=3
PSolShapeCosmetic_02=0
AcadShapeLayer_02=AM_0
AcadShapeLineType_02=bylayer
AcadShapeLineWeight_02=bylayer
AcadShapeLineColor_02=1

[Note] Note

Changes on the level of the Shape configuration only apply for the specific shape.

Result:

Now after export the Thick Lines are depicted in red color in AutoCAD.