powered by CADENAS

Manual

Manual

2.3.1.2.1.1. Structure on a single "Layer" block

All blocks are build in the same way:

Example:

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

In the following the schema is explained:

  • Layer name

    AcadLayerName_<number> = Layer name

  • Line type

    AcadLayerLineType_<number> = Continuous | Dashed | Dash-dot

  • Line color

    AcadLayerLineColor_<number> = 1/2/3/4/5/6/7

    • 1 = Red

    • 2 = Yellow

    • 3 = Green

    • 4 = Cyan

    • 5 = Blue

    • 6 = Magenta

    • 7 = White

  • Line weight

    AcadLayerLineWeight_<number> = Value

  • Layer visibility

    AcadLayerVisibility_<number> = 0/1

    0: invisible

    1: visible

[Note] Note

The numerical values <number> at the single keys doesn't matter. When creating additional blocks, increment the numerical values. The single keys of a block have to have the same numerical value.

If you have created additional layers in AutoCAD, you can enhance the configuration fileifacad.cfg anytime.

[Note] Note

If you want to change values in the configuration file orient at the values displayed in AutoCAD.