{
    "Id": 1,
    "Name": "example-section-solid",
    "Unit": "m",
    "MaterialId": 1,
    "Points":
    [
      { "Id": "ORG", "Coord": [ 0.0, 0.0 ] },
      { "Id": "TOP", "Coord": [ 0.0, "-0.5*H" ] },
      { "Id": "BOT", "Coord": [ 0.0, "+0.5*H" ], "PointType": "StressPoint" }
    ],
    "Loops":
    [
      {
        "Id": "L1",
        "Points":
        [
          { "Id": "P1", "Coord": [ "+0.50*W", 0.0 ], "Reference": ["TOP"] },
          { "Id": "P2", "Coord": [ "+0.50*W", 0.0 ], "Reference": ["BOT"], "R": "RO" },
          { "Id": "P3", "Coord": [ "-0.50*W", 0.0 ], "Reference": ["BOT"], "F": "RO" },
          { "Id": "P4", "Coord": [ "-0.50*W", 0.0 ], "Reference": ["TOP"] }
        ]
      }
    ],
    "Circles":
    [
      {
        "Id": "C1",
        "Type": "Inner",
        "Point": { "Id": "PC1",  "Coord":  [ 0.0, 0.0 ], "Reference": [ "ORG" ] },
        "Radius": "RI"
      }
    ],
    "Variables": { "W": 4.0, "H": 3.0, "RI": 0.7, "RO": 0.5, "rfDia": 0.2, "rfSpace": 0.3, "rfInset": 0.5, "rfBDist": 1.0, "nfeY": 2.5, "nfeZ": 2.0 },
    "VariableDescriptions":
    {
      "W":       "Width:Width of Rectagngle",
      "H":       "Height:Height of Rectagnle",
      "RI":      "RadiusCircle:Radius of inner circular element",
      "RO":      "RadiusCorner:Radius at corner points",
      "rfDia":   "DiameterRf:Diameter of reinforcement",
      "rfSpace": "SpacingRf:Spacing of reinforcement",
      "rfInset": "InsetRf:Inset of reinforcement",
      "rfBDist": "BorderDistRf:Border distance of reinforcement",
      "nfeY":    "NeffY:Y coordinate of neff end point",
      "nfeZ":    "NeffZ:Z coordinate of neff end point"
    },
    "LineReinforcements":
    [
      {
        "Id": "RF1",
        "Layer": "1",
        "MaterialId": "2",
        "Diameter": "rfDia",
        "BarDistribution": "FULL",
        "Spacing": "rfSpace",
        "PointStart": { "Id": "RFP1", "Coord": [ "rfBDist", "+rfInset" ], "Reference": [ "P2", "P3" ], "ReferenceType": "Polar"},
        "PointEnd":   { "Id": "RFP2", "Coord": [ "rfBDist", "-rfInset" ], "Reference": [ "P3", "P2" ], "ReferenceType": "Polar"}
      }
    ],
    "NonEffectiveZones":
    [
      {
        "Id": "NF1",
        "PointStart": { "Id": "NFP1", "Coord": [ 0.0, 0.0 ] },
        "PointEnd":   { "Id": "NFP2", "Coord": [ "nfeY", "nfeZ" ] }
      }
    ]
}