powered by CADENAS

Manual

Manual

2.3.1.2.2.1. Structure of a single "Layer" block

All blocks are build following the same schema:

Example:

;All Types Of Thick Solid Lines
PSolShapeType_01=0
PSolShapeWidth_01=2
PSolShapeCosmetic_01=0
AcadShapeLayer_01=AM_0
AcadShapeLineType_01=bylayer
AcadShapeLineWeight_01=bylayer
AcadShapeLineColor_01=bylayer

PSolShapeType_02=0
PSolShapeWidth_02=3
PSolShapeCosmetic_02=0
AcadShapeLayer_02=AM_0
AcadShapeLineType_02=bylayer
AcadShapeLineWeight_02=bylayer
AcadShapeLineColor_02=bylayer

In the following the schema is explained:

  • PSolShapeType_<number>: Here, normally you don't have to perform any changes!

  • PSolShapeWidth_<number>: Here, normally you don't have to perform any changes!

  • PSolShapeCosmetic_<number>: Here, normally you don't have to perform any changes!

  • AcadShapeLayer_<number> = "Layer name"

    This key defines, on which layer the element will be placed in AutoCAD.

  • AcadShapeLineType_<number> = ...

    • bylayer: Default: The layer setting is overtaken

      When selecting one of the following values, the layer setting is overridden.

    • byblock

    • continuous

    • dashed

    • Dash-dot

  • AcadShapeLineWeight_<number> = ...

    • by Layer

    • by Block

    • Default

    • Valid value like "0.13mm" for example

  • AcadShapeLineColor_<number> = ...

    • by Layer

    • by Block

    • 1 = Red

    • 2 = Yellow

    • 3 = Green

    • 4 = Cyan

    • 5 = Blue

    • 6 = Magenta

    • 7 = White

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

[Note] Note

When changing values in the configuration file, orient at the values displayed in AutoCAD.