Area and solid layers (colors etc.) - HiStructClient/femcad-doc GitHub Wiki

There is a possibility to define a layer to the geometrical objects (curve, area, traction solid..).

Layer can be defined as:

layer {layerArea} color Orange
layer {layerArea} color Orange
layer {layerSolid} color ( Argb( 150, 100, 149, 237 ))

Keep in mind, that

layer {layerSolid} color ( Orange )

doesnt work (must not have the brackets) !