{
    "metadata": {
    "defaultName": "Каркас колонны пробники",
    "description": "Автоматизированное армирование колонны.",
    "version": "2.0.0",
    "author": "А.В.В."
},
    "styleParameters": [
        {
            "name" : "General",
            "text" : "Общие данные",
            "params" : [
                {
                    "name" : "Column_Length",
                    "text" : "Длина колонны",
                    "type" : "Length",
                    "default" : 700,
                    "min" : 100,
                    "max" : 10000
                },
                {
                    "name" : "Column_Width",
                    "text" : "Ширина колонны",
                    "type" : "Length",
                    "default" : 300,
                    "min" : 100,
                    "max" : 10000
                },
                
                {
                    "name" : "Column_Height",
                    "text" : "Высота колонны",
                    "type" : "Length",
                    "default" : 3000,
                    "min" : 1000,
                    "max" : 10000
                },
                {
                    "name" : "Thickness_floor_slab",
                    "text" : "Толщина плиты перекрытия",
                    "type" : "Length",
                    "default" : 200,
                    "min" : 100,
                    "max" : 1000
                },
                {
                    "name" : "Rebar_Down",
                    "text" : "Диаметр арматуры нижележещего каркаса",
                    "type" : "Integer",
                    "default" : 20,
                    "min" : 10,
                    "max" : 32
                },
                {
                    "name": "Frame_Type",
                    "text": "Тип каркаса",
                    "type": "UserEnum",
                    "default": "Type1",
                    "items": [
                        {
                            "key": "Type1",
                            "text": "3x3"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Working_fittings",
            "text": "Рабочая арматура",
            "params": [
                {
                    "name": "RebarStyleId",
                    "text": "Стиль арматурного стержня",
                    "type": "Id",
                    "entityTypeId": "608edb78-96f3-40a6-a0ec-71000105581b"
                },
                {
                    "name": "Overlap",
                    "text": "Величина нахлёста",
                    "type" : "Integer",
                    "default" : 50,
                    "min" : 0,
                    "max" : 200
                },
                {
                    "name" : "Bypass_bottom",
                    "text" : "Перепуск снизу",
                    "type" : "Length",
                    "default" : 500,
                    "min" : 0,
                    "max" : 4000
                }
            ]
        },
        {
            "name": "TransverseRebars",
            "text": "Хомуты",
            "params": [
                {
                    "name": "RebarStyleId",
                    "text": "Стиль арматурного стержня",
                    "type": "Id",
                    "entityTypeId": "608edb78-96f3-40a6-a0ec-71000105581b"
                },
                {
                    "name" : "Reinforcement_step",
                    "text" : "Шаг стержней",
                    "type" : "Length",
                    "default" : 200,
                    "min" : 100,
                    "max" : 4000
                }
            ]
        },
        {
            "name": "Structural_fittings",
            "text": "Шпильки",
            "params": [
                {
                    "name": "RebarStyleId",
                    "text": "Стиль арматурного стержня",
                    "type": "Id",
                    "entityTypeId": "608edb78-96f3-40a6-a0ec-71000105581b"
                }
            ]
        }
    ]
}