{
  "factory_id": "F06",
  "design_revision": 2,
  "design_story": "곡물 선별과 습식 분쇄의 낮은 귀리동 옆에 6기 효소 반응 탱크 타워를 붙였다. 아래쪽 좁은 음료동에서 섬유 분리·배합·열처리·충전이 이어진다. 귀리 원물은 선별실 옆 168㎡ 원료실, 종이팩과 완제품은 남쪽 480㎡ 물류실에만 둔다. 부산물은 서쪽, 카페 제품은 동쪽으로 내보낸다.",
  "site": {
    "width": 113,
    "depth": 101
  },
  "buildings": [
    {
      "id": "grain",
      "name": "귀리 선별·분쇄동",
      "role": "production",
      "polygon": [
        [
          30,
          58
        ],
        [
          58,
          58
        ],
        [
          58,
          80
        ],
        [
          30,
          80
        ]
      ],
      "height": 8,
      "roof": {
        "type": "gable",
        "axis": "x",
        "pitch": 0.12
      },
      "facade": {
        "color": [
          0.75,
          0.75,
          0.61
        ],
        "accent": [
          0.28,
          0.43,
          0.25
        ],
        "material": "metal",
        "window_band_height": 3.7
      }
    },
    {
      "id": "reaction",
      "name": "효소 반응 타워",
      "role": "production",
      "polygon": [
        [
          58,
          58
        ],
        [
          90,
          58
        ],
        [
          90,
          82
        ],
        [
          58,
          82
        ]
      ],
      "height": 12,
      "roof": {
        "type": "flat",
        "axis": "x",
        "pitch": 0.12
      },
      "facade": {
        "color": [
          0.8,
          0.86,
          0.79
        ],
        "accent": [
          0.28,
          0.43,
          0.25
        ],
        "material": "metal",
        "window_band_height": 3.7
      }
    },
    {
      "id": "drink",
      "name": "분리·열처리·음료 충전동",
      "role": "production",
      "polygon": [
        [
          30,
          28
        ],
        [
          90,
          28
        ],
        [
          90,
          58
        ],
        [
          30,
          58
        ]
      ],
      "height": 9,
      "roof": {
        "type": "shed",
        "axis": "x",
        "pitch": 0.12
      },
      "facade": {
        "color": [
          0.83,
          0.87,
          0.78
        ],
        "accent": [
          0.28,
          0.43,
          0.25
        ],
        "material": "metal",
        "window_band_height": 3.7
      }
    },
    {
      "id": "support",
      "name": "품질·직원·유틸리티 별동",
      "role": "office",
      "polygon": [
        [
          10,
          28
        ],
        [
          24,
          28
        ],
        [
          24,
          72
        ],
        [
          10,
          72
        ]
      ],
      "height": 6,
      "roof": {
        "type": "flat",
        "axis": "x",
        "pitch": 0.12
      },
      "facade": {
        "color": [
          0.72,
          0.75,
          0.66
        ],
        "accent": [
          0.1,
          0.28,
          0.36
        ],
        "material": "metal",
        "window_band_height": 3.7
      }
    }
  ],
  "zones": [
    {
      "id": "grain-raw",
      "name": "귀리 선별",
      "role": "process",
      "building_id": "grain",
      "x": 30,
      "y": 68,
      "width": 14,
      "depth": 12,
      "stage_ids": [
        "S01"
      ],
      "fixtures": []
    },
    {
      "id": "raw-stock",
      "name": "승인 귀리 원료",
      "role": "warehouse",
      "building_id": "grain",
      "x": 44,
      "y": 68,
      "width": 14,
      "depth": 12,
      "stage_ids": [],
      "fixtures": [
        {
          "id": "oat-bulk",
          "type": "product_bins",
          "x": 51,
          "y": 74,
          "width": 9,
          "depth": 7,
          "height": 2,
          "count": 8,
          "rows": 2,
          "columns": 4,
          "angle": 0,
          "label": "귀리 승인 배치"
        }
      ]
    },
    {
      "id": "mill",
      "name": "습식 분쇄",
      "role": "process",
      "building_id": "grain",
      "x": 30,
      "y": 58,
      "width": 28,
      "depth": 10,
      "stage_ids": [
        "S02"
      ],
      "fixtures": []
    },
    {
      "id": "enzyme",
      "name": "6기 효소 반응",
      "role": "process",
      "building_id": "reaction",
      "x": 58,
      "y": 58,
      "width": 32,
      "depth": 24,
      "stage_ids": [
        "S03"
      ],
      "fixtures": []
    },
    {
      "id": "separate",
      "name": "섬유 분리",
      "role": "process",
      "building_id": "drink",
      "x": 30,
      "y": 50,
      "width": 18,
      "depth": 8,
      "stage_ids": [
        "S04"
      ],
      "fixtures": []
    },
    {
      "id": "blend",
      "name": "유지·미량원료 배합",
      "role": "process",
      "building_id": "drink",
      "x": 48,
      "y": 50,
      "width": 22,
      "depth": 8,
      "stage_ids": [
        "S05"
      ],
      "fixtures": []
    },
    {
      "id": "heat",
      "name": "균질·열처리",
      "role": "process",
      "building_id": "drink",
      "x": 70,
      "y": 50,
      "width": 20,
      "depth": 8,
      "stage_ids": [
        "S06"
      ],
      "fixtures": []
    },
    {
      "id": "fill",
      "name": "종이팩 충전",
      "role": "process",
      "building_id": "drink",
      "x": 30,
      "y": 36,
      "width": 36,
      "depth": 14,
      "stage_ids": [
        "S07"
      ],
      "fixtures": []
    },
    {
      "id": "pack",
      "name": "카페 제품 포장",
      "role": "packaging",
      "building_id": "drink",
      "x": 66,
      "y": 36,
      "width": 24,
      "depth": 14,
      "stage_ids": [
        "S08"
      ],
      "fixtures": [
        {
          "id": "F06-robot-0-0-handoff",
          "type": "worktable",
          "x": 73.4,
          "y": 47,
          "width": 2,
          "depth": 1.5,
          "height": 1.3,
          "count": 1,
          "rows": 1,
          "columns": 1,
          "angle": 0,
          "label": "식품 외포장 인계대",
          "model_profile": "food_case_handoff"
        },
        {
          "id": "F06-robot-0-1-handoff",
          "type": "worktable",
          "x": 85.4,
          "y": 47,
          "width": 2,
          "depth": 1.5,
          "height": 1.3,
          "count": 1,
          "rows": 1,
          "columns": 1,
          "angle": 0,
          "label": "식품 외포장 인계대",
          "model_profile": "food_case_handoff"
        }
      ]
    },
    {
      "id": "stock",
      "name": "종이팩·카페 제품 인계",
      "role": "warehouse",
      "building_id": "drink",
      "x": 30,
      "y": 28,
      "width": 60,
      "depth": 8,
      "stage_ids": [],
      "fixtures": [
        {
          "id": "cartons",
          "type": "pallet_rack",
          "x": 48,
          "y": 32,
          "width": 30,
          "depth": 5,
          "height": 4,
          "count": 12,
          "rows": 1,
          "columns": 12,
          "angle": 0,
          "label": "종이팩·필름 및 카페 출하"
        },
        {
          "id": "F06-robot-1-0-pallet",
          "type": "floor_pallets",
          "x": 73.6,
          "y": 31,
          "width": 1.4,
          "depth": 1.2,
          "height": 1.3,
          "count": 1,
          "rows": 1,
          "columns": 1,
          "angle": 0,
          "label": "출하 팔레트 인계"
        },
        {
          "id": "F06-robot-1-1-pallet",
          "type": "floor_pallets",
          "x": 85.6,
          "y": 31,
          "width": 1.4,
          "depth": 1.2,
          "height": 1.3,
          "count": 1,
          "rows": 1,
          "columns": 1,
          "angle": 0,
          "label": "출하 팔레트 인계"
        }
      ]
    },
    {
      "id": "qa",
      "name": "공정 품질·시료",
      "role": "laboratory",
      "building_id": "support",
      "x": 10,
      "y": 58,
      "width": 14,
      "depth": 14,
      "stage_ids": [],
      "fixtures": [
        {
          "id": "qa-furniture",
          "type": "lab_bench",
          "x": 17.0,
          "y": 65.0,
          "width": 11,
          "depth": 7,
          "height": 1.4,
          "count": 3,
          "rows": 1,
          "columns": 3,
          "angle": 0,
          "label": "품질·공정 시료"
        }
      ]
    },
    {
      "id": "staff",
      "name": "작업복·작업기록",
      "role": "staff",
      "building_id": "support",
      "x": 10,
      "y": 42,
      "width": 14,
      "depth": 16,
      "stage_ids": [],
      "fixtures": [
        {
          "id": "staff-furniture",
          "type": "locker_bank",
          "x": 17.0,
          "y": 50.0,
          "width": 11,
          "depth": 7,
          "height": 1.4,
          "count": 8,
          "rows": 1,
          "columns": 8,
          "angle": 0,
          "label": "구역별 작업복"
        }
      ]
    },
    {
      "id": "plant",
      "name": "공장 열원·냉열",
      "role": "utility",
      "building_id": "support",
      "x": 10,
      "y": 28,
      "width": 14,
      "depth": 14,
      "stage_ids": [],
      "fixtures": [
        {
          "id": "plant-furniture",
          "type": "chiller",
          "x": 17.0,
          "y": 35.0,
          "width": 11,
          "depth": 7,
          "height": 3,
          "count": 2,
          "rows": 1,
          "columns": 2,
          "angle": 0,
          "label": "냉열·공기 공급"
        }
      ]
    }
  ],
  "equipment": [
    {
      "stage_id": "S01",
      "index": 0,
      "x": 37,
      "y": 71,
      "angle": 0
    },
    {
      "stage_id": "S01",
      "index": 1,
      "x": 37,
      "y": 77,
      "angle": 0
    },
    {
      "stage_id": "S02",
      "index": 0,
      "x": 35,
      "y": 63,
      "angle": 0
    },
    {
      "stage_id": "S02",
      "index": 1,
      "x": 44,
      "y": 63,
      "angle": 0
    },
    {
      "stage_id": "S02",
      "index": 2,
      "x": 53,
      "y": 63,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 0,
      "x": 64,
      "y": 64,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 1,
      "x": 74,
      "y": 64,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 2,
      "x": 84,
      "y": 64,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 3,
      "x": 64,
      "y": 76,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 4,
      "x": 74,
      "y": 76,
      "angle": 0
    },
    {
      "stage_id": "S03",
      "index": 5,
      "x": 84,
      "y": 76,
      "angle": 0
    },
    {
      "stage_id": "S04",
      "index": 0,
      "x": 34.5,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S04",
      "index": 1,
      "x": 43.5,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S05",
      "index": 0,
      "x": 52,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S05",
      "index": 1,
      "x": 59,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S05",
      "index": 2,
      "x": 66,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S06",
      "index": 0,
      "x": 75,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S06",
      "index": 1,
      "x": 85,
      "y": 54,
      "angle": 0
    },
    {
      "stage_id": "S07",
      "index": 0,
      "x": 36,
      "y": 41,
      "angle": 0
    },
    {
      "stage_id": "S07",
      "index": 1,
      "x": 48,
      "y": 41,
      "angle": 0
    },
    {
      "stage_id": "S07",
      "index": 2,
      "x": 60,
      "y": 41,
      "angle": 0
    },
    {
      "stage_id": "S08",
      "index": 0,
      "x": 72,
      "y": 41,
      "angle": 0
    },
    {
      "stage_id": "S08",
      "index": 1,
      "x": 84,
      "y": 41,
      "angle": 0
    }
  ],
  "robots": [
    {
      "definition_index": 0,
      "instance_index": 0,
      "stage_id": "S08",
      "x": 72.0,
      "y": 47,
      "angle": 0,
      "task_station": "F06-robot-0-0-handoff",
      "task_point": [
        73.0,
        47,
        1.18
      ],
      "task_points": [
        [
          73.0,
          47,
          1.18
        ],
        [
          73.60000000000001,
          47,
          1.35
        ]
      ],
      "task_fixture": {
        "fixture_ids": [
          "F06-robot-0-0-handoff"
        ],
        "target_basis": "actual generated mesh contact surfaces"
      },
      "controller_offset": [
        0,
        -1.25,
        0
      ],
      "station_correction": {
        "revision": 1,
        "previous_position": [
          72,
          47,
          0
        ],
        "reason": "해당 공정의 밀폐 제품/트레이 카트가 공급하는 실제 인계면에서 다음 취급 위치로 이동한다."
      },
      "motion_scope": "실제 접촉 TCP의 대표 이송 동작이며 전체 동작 충돌·위생·안전 검수는 별도"
    },
    {
      "definition_index": 0,
      "instance_index": 1,
      "stage_id": "S08",
      "x": 84.0,
      "y": 47,
      "angle": 0,
      "task_station": "F06-robot-0-1-handoff",
      "task_point": [
        85.0,
        47,
        1.18
      ],
      "task_points": [
        [
          85.0,
          47,
          1.18
        ],
        [
          85.60000000000001,
          47,
          1.35
        ]
      ],
      "task_fixture": {
        "fixture_ids": [
          "F06-robot-0-1-handoff"
        ],
        "target_basis": "actual generated mesh contact surfaces"
      },
      "controller_offset": [
        0,
        -1.25,
        0
      ],
      "station_correction": {
        "revision": 1,
        "previous_position": [
          84,
          47,
          0
        ],
        "reason": "해당 공정의 밀폐 제품/트레이 카트가 공급하는 실제 인계면에서 다음 취급 위치로 이동한다."
      },
      "motion_scope": "실제 접촉 TCP의 대표 이송 동작이며 전체 동작 충돌·위생·안전 검수는 별도"
    },
    {
      "definition_index": 1,
      "instance_index": 0,
      "stage_id": "S08",
      "x": 72.0,
      "y": 31,
      "angle": 0,
      "task_station": "F06-robot-1-0-pallet",
      "task_point": [
        73.34436,
        31,
        1.4
      ],
      "task_points": [
        [
          73.34436,
          31,
          1.4
        ],
        [
          73.85564,
          31,
          1.4
        ]
      ],
      "task_fixture": {
        "fixture_ids": [
          "F06-robot-1-0-pallet"
        ],
        "target_basis": "actual generated mesh contact surfaces"
      },
      "controller_offset": [
        0,
        -1.25,
        0
      ],
      "station_correction": {
        "revision": 1,
        "previous_position": [
          71,
          31,
          0
        ],
        "reason": "별도 최종 출하 카트 인계 팔레트의 실제 두 상자 면을 기준으로 한 층 패턴 대표 동작. 케이스 포장과의 물류는 밀폐 카트 분기로 유지한다."
      },
      "motion_scope": "실제 접촉 TCP의 대표 이송 동작이며 전체 동작 충돌·위생·안전 검수는 별도"
    },
    {
      "definition_index": 1,
      "instance_index": 1,
      "stage_id": "S08",
      "x": 84.0,
      "y": 31,
      "angle": 0,
      "task_station": "F06-robot-1-1-pallet",
      "task_point": [
        85.34436,
        31,
        1.4
      ],
      "task_points": [
        [
          85.34436,
          31,
          1.4
        ],
        [
          85.85564,
          31,
          1.4
        ]
      ],
      "task_fixture": {
        "fixture_ids": [
          "F06-robot-1-1-pallet"
        ],
        "target_basis": "actual generated mesh contact surfaces"
      },
      "controller_offset": [
        0,
        -1.25,
        0
      ],
      "station_correction": {
        "revision": 1,
        "previous_position": [
          86,
          31,
          0
        ],
        "reason": "별도 최종 출하 카트 인계 팔레트의 실제 두 상자 면을 기준으로 한 층 패턴 대표 동작. 케이스 포장과의 물류는 밀폐 카트 분기로 유지한다."
      },
      "motion_scope": "실제 접촉 TCP의 대표 이송 동작이며 전체 동작 충돌·위생·안전 검수는 별도"
    },
    {
      "definition_index": 2,
      "instance_index": 0,
      "stage_id": "S08",
      "x": 32,
      "y": 47,
      "angle": 0,
      "task_station": "종이팩·캡 공급"
    },
    {
      "definition_index": 2,
      "instance_index": 1,
      "stage_id": "S08",
      "x": 45,
      "y": 47,
      "angle": 0,
      "task_station": "종이팩·캡 공급"
    },
    {
      "definition_index": 2,
      "instance_index": 2,
      "stage_id": "S08",
      "x": 63,
      "y": 47,
      "angle": 0,
      "task_station": "종이팩·캡 공급"
    }
  ],
  "logistics": [
    {
      "id": "F06-liquid-F06-S02-S03-0",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          37.5,
          62.4,
          1.98
        ],
        [
          38.15,
          62.4,
          1.98
        ],
        [
          38.15,
          62.4,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-1",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          46.5,
          62.4,
          1.98
        ],
        [
          47.15,
          62.4,
          1.98
        ],
        [
          47.15,
          62.4,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-2",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          55.5,
          62.4,
          1.98
        ],
        [
          56.15,
          62.4,
          1.98
        ],
        [
          56.15,
          62.4,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-3",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          66.52,
          4.53
        ],
        [
          64.0,
          67.65,
          4.53
        ],
        [
          64.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-4",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          74.0,
          66.52,
          4.53
        ],
        [
          74.0,
          67.65,
          4.53
        ],
        [
          74.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-5",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          84.0,
          66.52,
          4.53
        ],
        [
          84.0,
          67.65,
          4.53
        ],
        [
          84.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-6",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          78.52,
          4.53
        ],
        [
          64.0,
          79.65,
          4.53
        ],
        [
          64.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-7",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          74.0,
          78.52,
          4.53
        ],
        [
          74.0,
          79.65,
          4.53
        ],
        [
          74.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-8",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          84.0,
          78.52,
          4.53
        ],
        [
          84.0,
          79.65,
          4.53
        ],
        [
          84.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S02-S03-9",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          38.15,
          62.4,
          7.65
        ],
        [
          64.0,
          62.4,
          7.65
        ],
        [
          64.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-10",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          47.15,
          62.4,
          7.65
        ],
        [
          38.15,
          62.4,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-11",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          56.15,
          62.4,
          7.65
        ],
        [
          38.15,
          62.4,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-12",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          67.65,
          7.65
        ],
        [
          74.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-13",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          67.65,
          7.65
        ],
        [
          84.0,
          67.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-14",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          67.65,
          7.65
        ],
        [
          64.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-15",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          67.65,
          7.65
        ],
        [
          74.0,
          67.65,
          7.65
        ],
        [
          74.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S02-S03-16",
      "kind": "pipe",
      "from": "S02",
      "to": "S03",
      "points": [
        [
          64.0,
          67.65,
          7.65
        ],
        [
          84.0,
          67.65,
          7.65
        ],
        [
          84.0,
          79.65,
          7.65
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-0",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          66.7,
          60.1,
          0.73
        ],
        [
          66.7,
          60.35,
          0.73
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-1",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          76.7,
          60.1,
          0.73
        ],
        [
          76.7,
          60.35,
          0.73
        ],
        [
          76.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-2",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          86.7,
          60.1,
          0.73
        ],
        [
          86.7,
          60.35,
          0.73
        ],
        [
          86.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-3",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          66.7,
          72.1,
          0.73
        ],
        [
          66.7,
          72.35,
          0.73
        ],
        [
          66.7,
          72.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-4",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          76.7,
          72.1,
          0.73
        ],
        [
          76.7,
          72.35,
          0.73
        ],
        [
          76.7,
          72.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-5",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          86.7,
          72.1,
          0.73
        ],
        [
          86.7,
          72.35,
          0.73
        ],
        [
          86.7,
          72.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-6",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          31.91,
          52.95,
          2.22
        ],
        [
          30.35,
          52.95,
          2.22
        ],
        [
          30.35,
          52.95,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-7",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          40.91,
          52.95,
          2.22
        ],
        [
          39.35,
          52.95,
          2.22
        ],
        [
          39.35,
          52.95,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S03-S04-8",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          66.7,
          60.35,
          7.425
        ],
        [
          30.35,
          60.35,
          7.425
        ],
        [
          30.35,
          52.95,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-9",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          76.7,
          60.35,
          7.425
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-10",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          86.7,
          60.35,
          7.425
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-11",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          66.7,
          72.35,
          7.425
        ],
        [
          66.7,
          67.28,
          7.425
        ],
        [
          67.28,
          67.28,
          7.425
        ],
        [
          67.28,
          60.35,
          7.425
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-12",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          76.7,
          72.35,
          7.425
        ],
        [
          76.7,
          67.28,
          7.425
        ],
        [
          70.55,
          67.28,
          7.425
        ],
        [
          70.55,
          60.35,
          7.425
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-13",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          86.7,
          72.35,
          7.425
        ],
        [
          86.7,
          67.28,
          7.425
        ],
        [
          70.55,
          67.28,
          7.425
        ],
        [
          70.55,
          60.35,
          7.425
        ],
        [
          66.7,
          60.35,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S03-S04-14",
      "kind": "pipe",
      "from": "S03",
      "to": "S04",
      "points": [
        [
          30.35,
          52.95,
          7.425
        ],
        [
          39.35,
          52.95,
          7.425
        ]
      ],
      "width": 0.16,
      "transfer_method": "oat_slurry",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S04-S05-0",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          36.95,
          52.95,
          2.22
        ],
        [
          38.65,
          52.95,
          2.22
        ],
        [
          38.65,
          52.95,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S04-S05-1",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          45.95,
          52.95,
          2.22
        ],
        [
          47.65,
          52.95,
          2.22
        ],
        [
          47.65,
          52.95,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S04-S05-2",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          52.0,
          55.26,
          2.73
        ],
        [
          52.0,
          56.15,
          2.73
        ],
        [
          52.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S04-S05-3",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          59.0,
          55.26,
          2.73
        ],
        [
          59.0,
          56.15,
          2.73
        ],
        [
          59.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S04-S05-4",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          66.0,
          55.26,
          2.73
        ],
        [
          66.0,
          56.15,
          2.73
        ],
        [
          66.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S04-S05-5",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          38.65,
          52.95,
          7.21
        ],
        [
          38.65,
          56.15,
          7.21
        ],
        [
          52.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S04-S05-6",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          47.65,
          52.95,
          7.21
        ],
        [
          39.635,
          52.95,
          7.21
        ],
        [
          39.635,
          53.235,
          7.21
        ],
        [
          39.065,
          53.235,
          7.21
        ],
        [
          39.065,
          52.95,
          7.21
        ],
        [
          38.65,
          52.95,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S04-S05-7",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          52.0,
          56.15,
          7.21
        ],
        [
          59.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S04-S05-8",
      "kind": "pipe",
      "from": "S04",
      "to": "S05",
      "points": [
        [
          52.0,
          56.15,
          7.21
        ],
        [
          66.0,
          56.15,
          7.21
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S05-S06-0",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          53.8,
          52.05,
          0.73
        ],
        [
          53.8,
          51.85,
          0.73
        ],
        [
          53.8,
          51.85,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S05-S06-1",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          60.8,
          52.05,
          0.73
        ],
        [
          60.8,
          51.85,
          0.73
        ],
        [
          60.8,
          51.85,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S05-S06-2",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          67.8,
          52.05,
          0.73
        ],
        [
          67.8,
          51.85,
          0.73
        ],
        [
          67.8,
          51.85,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S05-S06-3",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          72.5,
          53.34,
          1.4
        ],
        [
          71.85,
          53.34,
          1.4
        ],
        [
          71.85,
          53.34,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S05-S06-4",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          82.5,
          53.34,
          1.4
        ],
        [
          81.85,
          53.34,
          1.4
        ],
        [
          81.85,
          53.34,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S05-S06-5",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          53.8,
          51.85,
          6.99
        ],
        [
          71.85,
          51.85,
          6.99
        ],
        [
          71.85,
          53.34,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S05-S06-6",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          60.8,
          51.85,
          6.99
        ],
        [
          53.8,
          51.85,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S05-S06-7",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          67.8,
          51.85,
          6.99
        ],
        [
          53.8,
          51.85,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S05-S06-8",
      "kind": "pipe",
      "from": "S05",
      "to": "S06",
      "points": [
        [
          71.85,
          53.34,
          6.99
        ],
        [
          81.85,
          53.34,
          6.99
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S06-S07-0",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          72.5,
          54.66,
          2.16
        ],
        [
          71.85,
          54.66,
          2.16
        ],
        [
          71.85,
          54.66,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S06-S07-1",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          82.5,
          54.66,
          2.16
        ],
        [
          81.85,
          54.66,
          2.16
        ],
        [
          81.85,
          54.66,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S06-S07-2",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          39.2,
          43.4,
          2.58
        ],
        [
          39.2,
          44.15,
          2.58
        ],
        [
          39.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S06-S07-3",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          51.2,
          43.4,
          2.58
        ],
        [
          51.2,
          44.15,
          2.58
        ],
        [
          51.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S06-S07-4",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          63.2,
          43.4,
          2.58
        ],
        [
          63.2,
          44.15,
          2.58
        ],
        [
          63.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review",
      "equipment_base_z_m": 0.28,
      "port_height_correction_m": 0.08
    },
    {
      "id": "F06-liquid-F06-S06-S07-5",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          71.85,
          54.66,
          6.77
        ],
        [
          47.435,
          54.66,
          6.77
        ],
        [
          47.435,
          52.665,
          6.77
        ],
        [
          39.2,
          52.665,
          6.77
        ],
        [
          39.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S06-S07-6",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          81.85,
          54.66,
          6.77
        ],
        [
          71.85,
          54.66,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S06-S07-7",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          39.2,
          44.15,
          6.77
        ],
        [
          51.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-liquid-F06-S06-S07-8",
      "kind": "pipe",
      "from": "S06",
      "to": "S07",
      "points": [
        [
          39.2,
          44.15,
          6.77
        ],
        [
          63.2,
          44.15,
          6.77
        ]
      ],
      "width": 0.11,
      "transfer_method": "oat_drink",
      "review_status": "synthetic_ports_require_equipment_review"
    },
    {
      "id": "F06-solid-S01-S02-0",
      "kind": "pedestrian",
      "from": "S01",
      "to": "S02",
      "points": [
        [
          40.4,
          71.0,
          0.2
        ],
        [
          40.23,
          71.0,
          0.2
        ],
        [
          40.23,
          68.77,
          0.2
        ],
        [
          31.6,
          68.77,
          0.2
        ],
        [
          31.6,
          63.0,
          0.2
        ]
      ],
      "width": 1.2,
      "transfer_method": "closed_food_trolley_material_lane",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review",
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "공정 배치별로 구분한 뚜껑 있는 위생 이동 용기",
      "design_note": " 밀폐 카트의 제품 인계 경로이며 직원 출퇴근 보행망에 포함하지 않는다."
    },
    {
      "id": "F06-solid-S01-S02-1",
      "kind": "pedestrian",
      "from": "S01",
      "to": "S02",
      "points": [
        [
          40.4,
          77.0,
          0.2
        ],
        [
          40.6,
          77.0,
          0.2
        ],
        [
          40.6,
          63.0,
          0.2
        ]
      ],
      "width": 1.2,
      "transfer_method": "closed_food_trolley_material_lane",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review",
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "공정 배치별로 구분한 뚜껑 있는 위생 이동 용기",
      "design_note": " 밀폐 카트의 제품 인계 경로이며 직원 출퇴근 보행망에 포함하지 않는다."
    },
    {
      "id": "F06-solid-S01-S02-2",
      "kind": "pedestrian",
      "from": "S01",
      "to": "S02",
      "points": [
        [
          40.4,
          77.0,
          0.2
        ],
        [
          43.1,
          77.0,
          0.2
        ],
        [
          43.1,
          69.0,
          0.2
        ],
        [
          47.73,
          69.0,
          0.2
        ],
        [
          47.73,
          67.45,
          0.2
        ],
        [
          49.6,
          67.45,
          0.2
        ],
        [
          49.6,
          63.0,
          0.2
        ]
      ],
      "width": 1.2,
      "transfer_method": "closed_food_trolley_material_lane",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review",
      "design_note": "물류 폭과 벽체 두께를 포함한 이격을 확보하도록 벽을 따라 달리던 구간의 중심선을 조정했다. 설비·기물 설치점은 유지한다. 밀폐 카트의 제품 인계 경로이며 직원 출퇴근 보행망에 포함하지 않는다.",
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "공정 배치별로 구분한 뚜껑 있는 위생 이동 용기"
    },
    {
      "id": "F06-solid-S07-S08-0",
      "kind": "conveyor",
      "from": "S07",
      "to": "S08",
      "points": [
        [
          40.0,
          41.0,
          1.12
        ],
        [
          40.6,
          41.0,
          1.12
        ],
        [
          43.45,
          41.0,
          1.12
        ],
        [
          43.45,
          44.06,
          1.12
        ],
        [
          64.56,
          44.06,
          1.12
        ],
        [
          64.56,
          43.0,
          1.12
        ],
        [
          67.4,
          43.0,
          1.12
        ],
        [
          67.4,
          41.0,
          1.12
        ],
        [
          68.0,
          41.0,
          1.12
        ]
      ],
      "width": 0.7,
      "transfer_method": "product_belt_with_transfer_plates",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review"
    },
    {
      "id": "F06-solid-S07-S08-1",
      "kind": "conveyor",
      "from": "S07",
      "to": "S08",
      "points": [
        [
          52.0,
          41.0,
          1.12
        ],
        [
          52.6,
          41.0,
          1.12
        ],
        [
          55.44,
          41.0,
          1.12
        ],
        [
          55.44,
          44.06,
          1.12
        ],
        [
          70.55,
          44.06,
          1.12
        ],
        [
          70.55,
          43.56,
          1.12
        ],
        [
          78.06,
          43.56,
          1.12
        ],
        [
          78.06,
          43.0,
          1.12
        ],
        [
          79.4,
          43.0,
          1.12
        ],
        [
          79.4,
          41.0,
          1.12
        ],
        [
          80.0,
          41.0,
          1.12
        ]
      ],
      "width": 0.7,
      "transfer_method": "product_belt_with_transfer_plates",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review"
    },
    {
      "id": "F06-solid-S07-S08-2",
      "kind": "conveyor",
      "from": "S07",
      "to": "S08",
      "points": [
        [
          64.0,
          41.0,
          1.12
        ],
        [
          64.6,
          41.0,
          1.12
        ],
        [
          67.44,
          41.0,
          1.12
        ],
        [
          67.44,
          43.56,
          1.12
        ],
        [
          78.06,
          43.56,
          1.12
        ],
        [
          78.06,
          43.0,
          1.12
        ],
        [
          79.4,
          43.0,
          1.12
        ],
        [
          79.4,
          41.0,
          1.12
        ],
        [
          80.0,
          41.0,
          1.12
        ]
      ],
      "width": 0.7,
      "transfer_method": "product_belt_with_transfer_plates",
      "review_status": "synthetic_transfer_requires_hygiene_and_controls_review"
    },
    {
      "id": "F06-staff-qa",
      "kind": "pedestrian",
      "from": "gate",
      "to": "qa",
      "points": [
        [
          56.5,
          3,
          0.2
        ],
        [
          56.5,
          12,
          0.2
        ],
        [
          8,
          12,
          0.2
        ],
        [
          8,
          30,
          0.2
        ],
        [
          8,
          60,
          0.2
        ],
        [
          11,
          60,
          0.2
        ]
      ],
      "width": 1.2,
      "design_note": "정문 보행 연결망에서 지원동 각 부서의 남측 비품 없는 접근 통로로 진입한다. 생산물 운반과 구별되는 직원 이동선이다."
    },
    {
      "id": "F06-staff-staff",
      "kind": "pedestrian",
      "from": "gate",
      "to": "staff",
      "points": [
        [
          56.5,
          3,
          0.2
        ],
        [
          56.5,
          12,
          0.2
        ],
        [
          8,
          12,
          0.2
        ],
        [
          8,
          30,
          0.2
        ],
        [
          8,
          44,
          0.2
        ],
        [
          11,
          44,
          0.2
        ]
      ],
      "width": 1.2,
      "design_note": "정문 보행 연결망에서 지원동 각 부서의 남측 비품 없는 접근 통로로 진입한다. 생산물 운반과 구별되는 직원 이동선이다."
    },
    {
      "id": "F06-staff-plant",
      "kind": "pedestrian",
      "from": "gate",
      "to": "plant",
      "points": [
        [
          56.5,
          3,
          0.2
        ],
        [
          56.5,
          12,
          0.2
        ],
        [
          8,
          12,
          0.2
        ],
        [
          8,
          30,
          0.2
        ],
        [
          11,
          30,
          0.2
        ]
      ],
      "width": 1.2,
      "design_note": "정문 보행 연결망에서 지원동 각 부서의 남측 비품 없는 접근 통로로 진입한다. 생산물 운반과 구별되는 직원 이동선이다."
    },
    {
      "id": "F06-dock-1-inbound",
      "kind": "pedestrian",
      "from": "raw-dock",
      "to": "S01",
      "points": [
        [
          30,
          74,
          0.2
        ],
        [
          33.6,
          74,
          0.2
        ],
        [
          33.6,
          71,
          0.2
        ]
      ],
      "width": 1.2,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "냉장·냉동품은 단열 밀폐 카트, 건식 원료·제품은 배치별 밀폐 위생 용기",
      "design_note": "귀리 원료 도크의 실제 좌표에서 투입 공정으로 연결하는 원료 인계 경로. 선반 예약 면적과 설비를 피한 서비스 통로를 사용한다.",
      "enclosure": {
        "width": 2.0,
        "height": 2.7,
        "type": "sealed_transfer_gallery"
      }
    },
    {
      "id": "F06-dock-3-outbound",
      "kind": "pedestrian",
      "from": "S08",
      "to": "shipping-dock",
      "points": [
        [
          88.9,
          41,
          0.2
        ],
        [
          90,
          41,
          0.2
        ]
      ],
      "width": 1.2,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "냉장·냉동품은 단열 밀폐 카트, 건식 원료·제품은 배치별 밀폐 위생 용기",
      "design_note": "카페 제품 출하 도크의 실제 좌표에서 최종 공정 출구를 잇는 제품 인계 경로. 선반 예약 면적과 설비를 피한 서비스 통로를 사용한다.",
      "enclosure": {
        "width": 2.0,
        "height": 2.7,
        "type": "sealed_transfer_gallery"
      }
    },
    {
      "id": "F06-robot-access-F06-robot-0-0-handoff",
      "kind": "pedestrian",
      "from": "route:F06-solid-S07-S08-1",
      "to": "fixture:F06-robot-0-0-handoff",
      "points": [
        [
          73.4,
          43.56,
          0.2
        ],
        [
          73.4,
          45.699999999999996,
          0.2
        ]
      ],
      "width": 0.9,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "위생 밀폐 제품 카트",
      "design_note": "기존 제품 이송 동선에서 실제 로봇 인계대 또는 팔레트의 작업자 접근면으로 연결한다.",
      "feeds_from_route_id": "F06-solid-S07-S08-1",
      "source_handoff": {
        "existing_route_id": "F06-solid-S07-S08-1",
        "world_xy": [
          73.4,
          43.56
        ],
        "mode": "manual lift at existing product-transfer lane"
      },
      "endpoint_handoffs": {
        "from": {
          "reference": "route:F06-solid-S07-S08-1",
          "method": "manual_vertical_handoff",
          "access_point_world_xyz": [
            73.4,
            43.56,
            0.2
          ],
          "route_point_world_xyz": [
            73.4,
            43.56,
            1.12
          ],
          "basis": "Named existing route polyline; manual lift only for the declared cart-to-belt height change."
        }
      }
    },
    {
      "id": "F06-robot-access-F06-robot-0-1-handoff",
      "kind": "pedestrian",
      "from": "route:F06-dock-3-outbound",
      "to": "fixture:F06-robot-0-1-handoff",
      "points": [
        [
          88.9,
          41,
          0.2
        ],
        [
          88.9,
          45.699999999999996,
          0.2
        ],
        [
          85.4,
          45.699999999999996,
          0.2
        ]
      ],
      "width": 0.9,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "위생 밀폐 제품 카트",
      "design_note": "기존 제품 이송 동선에서 실제 로봇 인계대 또는 팔레트의 작업자 접근면으로 연결한다.",
      "feeds_from_route_id": "F06-dock-3-outbound",
      "source_handoff": {
        "existing_route_id": "F06-dock-3-outbound",
        "world_xy": [
          88.9,
          41
        ],
        "mode": "manual lift at existing product-transfer lane"
      },
      "endpoint_handoffs": {
        "from": {
          "reference": "route:F06-dock-3-outbound",
          "method": "direct_polyline_join",
          "access_point_world_xyz": [
            88.9,
            41,
            0.2
          ],
          "route_point_world_xyz": [
            88.9,
            41,
            0.2
          ],
          "basis": "Named existing route polyline; manual lift only for the declared cart-to-belt height change."
        }
      }
    },
    {
      "id": "F06-robot-access-F06-robot-1-0-pallet",
      "kind": "pedestrian",
      "from": "fixture:F06-robot-1-0-pallet",
      "to": "route:F06-solid-S07-S08-1",
      "points": [
        [
          73.6,
          32.150000000000006,
          0.2
        ],
        [
          79.4,
          32.150000000000006,
          0.2
        ],
        [
          79.4,
          41.0,
          0.2
        ]
      ],
      "width": 0.9,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "위생 밀폐 제품 카트",
      "design_note": "기존 제품 이송 동선에서 실제 로봇 인계대 또는 팔레트의 작업자 접근면으로 연결한다.",
      "feeds_from_route_id": "F06-solid-S07-S08-1",
      "source_handoff": {
        "existing_route_id": "F06-solid-S07-S08-1",
        "world_xy": [
          79.4,
          41.0
        ],
        "mode": "manual lift at existing product-transfer lane"
      },
      "endpoint_handoffs": {
        "to": {
          "reference": "route:F06-solid-S07-S08-1",
          "method": "manual_vertical_handoff",
          "access_point_world_xyz": [
            79.4,
            41.0,
            0.2
          ],
          "route_point_world_xyz": [
            79.4,
            41.0,
            1.12
          ],
          "basis": "Named existing route polyline; manual lift only for the declared cart-to-belt height change."
        }
      }
    },
    {
      "id": "F06-robot-access-F06-robot-1-1-pallet",
      "kind": "pedestrian",
      "from": "fixture:F06-robot-1-1-pallet",
      "to": "route:F06-dock-3-outbound",
      "points": [
        [
          85.6,
          32.150000000000006,
          0.2
        ],
        [
          88.9,
          32.150000000000006,
          0.2
        ],
        [
          88.9,
          41,
          0.2
        ]
      ],
      "width": 0.9,
      "transport_method": "manual_closed_cart",
      "carries_product": true,
      "cargo_containment": "위생 밀폐 제품 카트",
      "design_note": "기존 제품 이송 동선에서 실제 로봇 인계대 또는 팔레트의 작업자 접근면으로 연결한다.",
      "feeds_from_route_id": "F06-dock-3-outbound",
      "source_handoff": {
        "existing_route_id": "F06-dock-3-outbound",
        "world_xy": [
          88.9,
          41
        ],
        "mode": "manual lift at existing product-transfer lane"
      },
      "endpoint_handoffs": {
        "to": {
          "reference": "route:F06-dock-3-outbound",
          "method": "direct_polyline_join",
          "access_point_world_xyz": [
            88.9,
            41,
            0.2
          ],
          "route_point_world_xyz": [
            88.9,
            41,
            0.2
          ],
          "basis": "Named existing route polyline; manual lift only for the declared cart-to-belt height change."
        }
      }
    }
  ],
  "yard": {
    "roads": [
      {
        "points": [
          [
            4,
            8
          ],
          [
            105,
            8
          ],
          [
            105,
            93
          ],
          [
            4,
            93
          ],
          [
            4,
            8
          ]
        ],
        "width": 5
      }
    ],
    "docks": [
      {
        "x": 30,
        "y": 74,
        "angle": 4.71238898038469,
        "building_id": "grain",
        "role": "귀리 원료"
      },
      {
        "x": 30,
        "y": 53,
        "angle": 4.71238898038469,
        "building_id": "drink",
        "role": "섬유 반출"
      },
      {
        "x": 90,
        "y": 41,
        "angle": 1.5707963267948966,
        "building_id": "drink",
        "role": "카페 제품 출하"
      }
    ],
    "parking": [
      {
        "x": 30,
        "y": 17,
        "angle": 0,
        "count": 17
      }
    ],
    "gate": {
      "x": 56.5,
      "y": 3
    },
    "fence": true
  },
  "landmarks": [
    "12m 효소 반응 타워",
    "낮은 귀리동 박공지붕",
    "서쪽 섬유 부산물 전용 문",
    "남쪽 짧은 카페 주문 도크"
  ],
  "density": {
    "intent": "공정별 생산 셀, 원료·제품·포장재 재고, 현장 유틸리티와 작업자 공간을 서로 다른 면적으로 직접 설계하였다. 남는 공간을 무작위 상자로 채우지 않고 명시된 용도와 정비 통로를 유지한다.",
    "production_area_m2": 2536,
    "storage_area_m2": 648,
    "support_area_m2": 616,
    "circulation_area_m2": 0
  },
  "compact_campus_revision": 3,
  "production_density_review": [
    {
      "basis": "Explicitly reduced building and room dimensions; no residual space generator.",
      "status": "spatial_preflight_required"
    }
  ],
  "openings": [
    {
      "id": "door-grain-raw",
      "building_id": "grain",
      "zone_id": "grain-raw",
      "x": 37.0,
      "y": 68,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "grain-raw",
        "service_access"
      ]
    },
    {
      "id": "door-raw-stock",
      "building_id": "grain",
      "zone_id": "raw-stock",
      "x": 51.0,
      "y": 68,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "raw-stock",
        "service_access"
      ]
    },
    {
      "id": "door-mill",
      "building_id": "grain",
      "zone_id": "mill",
      "x": 44.0,
      "y": 58,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "mill",
        "service_access"
      ]
    },
    {
      "id": "door-enzyme",
      "building_id": "reaction",
      "zone_id": "enzyme",
      "x": 74.0,
      "y": 58,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "enzyme",
        "service_access"
      ]
    },
    {
      "id": "door-separate",
      "building_id": "drink",
      "zone_id": "separate",
      "x": 39.0,
      "y": 50,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "separate",
        "service_access"
      ]
    },
    {
      "id": "door-blend",
      "building_id": "drink",
      "zone_id": "blend",
      "x": 59.0,
      "y": 50,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "blend",
        "service_access"
      ]
    },
    {
      "id": "door-heat",
      "building_id": "drink",
      "zone_id": "heat",
      "x": 80.0,
      "y": 50,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "heat",
        "service_access"
      ]
    },
    {
      "id": "door-fill",
      "building_id": "drink",
      "zone_id": "fill",
      "x": 48.0,
      "y": 36,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "fill",
        "service_access"
      ]
    },
    {
      "id": "door-pack",
      "building_id": "drink",
      "zone_id": "pack",
      "x": 78.0,
      "y": 36,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "pack",
        "service_access"
      ]
    },
    {
      "id": "door-stock",
      "building_id": "drink",
      "zone_id": "stock",
      "x": 60.0,
      "y": 28,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "stock",
        "service_access"
      ]
    },
    {
      "id": "door-qa",
      "building_id": "support",
      "zone_id": "qa",
      "x": 17.0,
      "y": 58,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "qa",
        "service_access"
      ]
    },
    {
      "id": "door-staff",
      "building_id": "support",
      "zone_id": "staff",
      "x": 17.0,
      "y": 42,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "staff",
        "service_access"
      ]
    },
    {
      "id": "door-plant",
      "building_id": "support",
      "zone_id": "plant",
      "x": 17.0,
      "y": 28,
      "width": 3.0,
      "height": 2.7,
      "axis": "x",
      "connects": [
        "plant",
        "service_access"
      ]
    },
    {
      "id": "transfer-F06-solid-S01-S02-0-0",
      "building_id": "grain",
      "zone_id": "grain-raw",
      "x": 31.6,
      "y": 68.0,
      "width": 1.6,
      "height": 2.5,
      "axis": "x",
      "connects": [
        "S01",
        "S02"
      ]
    },
    {
      "id": "transfer-F06-solid-S01-S02-1-0",
      "building_id": "grain",
      "zone_id": "grain-raw",
      "x": 40.6,
      "y": 68.0,
      "width": 1.6,
      "height": 2.5,
      "axis": "x",
      "connects": [
        "S01",
        "S02"
      ]
    },
    {
      "id": "transfer-F06-solid-S01-S02-2-0",
      "building_id": "grain",
      "zone_id": "grain-raw",
      "x": 44.0,
      "y": 68.55,
      "width": 1.6,
      "height": 2.5,
      "axis": "y",
      "connects": [
        "S01",
        "S02"
      ]
    },
    {
      "id": "transfer-F06-solid-S01-S02-2-1",
      "building_id": "grain",
      "zone_id": "raw-stock",
      "x": 47.73,
      "y": 68.0,
      "width": 1.6,
      "height": 2.5,
      "axis": "x",
      "connects": [
        "S01",
        "S02"
      ]
    },
    {
      "id": "transfer-F06-solid-S07-S08-0-0",
      "building_id": "drink",
      "zone_id": "fill",
      "x": 66.0,
      "y": 43.0,
      "width": 1.6,
      "height": 2.5,
      "axis": "y",
      "connects": [
        "S07",
        "S08"
      ]
    },
    {
      "id": "transfer-F06-solid-S07-S08-1-0",
      "building_id": "drink",
      "zone_id": "fill",
      "x": 66.0,
      "y": 44.06,
      "width": 1.6,
      "height": 2.5,
      "axis": "y",
      "connects": [
        "S07",
        "S08"
      ]
    },
    {
      "id": "transfer-F06-solid-S07-S08-2-0",
      "building_id": "drink",
      "zone_id": "fill",
      "x": 66.0,
      "y": 41.0,
      "width": 1.6,
      "height": 2.5,
      "axis": "y",
      "connects": [
        "S07",
        "S08"
      ]
    },
    {
      "id": "route-r1-building-grain-21",
      "building_id": "grain",
      "x": 58.0,
      "y": 62.4,
      "axis": "y",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S02",
        "S03"
      ],
      "route_ids": [
        "F06-liquid-F06-S02-S03-9"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.4
    },
    {
      "id": "route-r1-building-reaction-22",
      "building_id": "reaction",
      "x": 58.0,
      "y": 62.4,
      "axis": "y",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S02",
        "S03"
      ],
      "route_ids": [
        "F06-liquid-F06-S02-S03-9"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.4
    },
    {
      "id": "route-r1-building-grain-23",
      "building_id": "grain",
      "x": 30.35,
      "y": 58.0,
      "axis": "x",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S03",
        "S04"
      ],
      "route_ids": [
        "F06-liquid-F06-S03-S04-8"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.175
    },
    {
      "id": "route-r1-building-grain-24",
      "building_id": "grain",
      "x": 58.0,
      "y": 60.35,
      "axis": "y",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S03",
        "S04"
      ],
      "route_ids": [
        "F06-liquid-F06-S03-S04-8"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.175
    },
    {
      "id": "route-r1-building-reaction-25",
      "building_id": "reaction",
      "x": 58.0,
      "y": 60.35,
      "axis": "y",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S03",
        "S04"
      ],
      "route_ids": [
        "F06-liquid-F06-S03-S04-8"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.175
    },
    {
      "id": "route-r1-building-drink-26",
      "building_id": "drink",
      "x": 30.35,
      "y": 58.0,
      "axis": "x",
      "width": 0.5,
      "height": 0.5,
      "connects": [
        "S03",
        "S04"
      ],
      "route_ids": [
        "F06-liquid-F06-S03-S04-8"
      ],
      "kind": "pipe_sleeve",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "sill_height": 7.175
    },
    {
      "id": "route-r1-zone-mill-27",
      "building_id": "grain",
      "x": 31.6,
      "y": 68.0,
      "axis": "x",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "S01",
        "S02"
      ],
      "route_ids": [
        "F06-solid-S01-S02-0"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "mill"
    },
    {
      "id": "route-r1-zone-mill-28",
      "building_id": "grain",
      "x": 40.6,
      "y": 68.0,
      "axis": "x",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "S01",
        "S02"
      ],
      "route_ids": [
        "F06-solid-S01-S02-1"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "mill"
    },
    {
      "id": "route-r1-zone-grain-raw-29",
      "building_id": "grain",
      "x": 44.0,
      "y": 69.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "S01",
        "S02"
      ],
      "route_ids": [
        "F06-solid-S01-S02-2"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "grain-raw"
    },
    {
      "id": "route-r1-zone-mill-30",
      "building_id": "grain",
      "x": 47.73,
      "y": 68.0,
      "axis": "x",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "S01",
        "S02"
      ],
      "route_ids": [
        "F06-solid-S01-S02-2"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "mill"
    },
    {
      "id": "route-r1-zone-mill-31",
      "building_id": "grain",
      "x": 48.665,
      "y": 68.0,
      "axis": "x",
      "width": 2.72,
      "height": 2.5,
      "connects": [
        "S01",
        "S02"
      ],
      "route_ids": [
        "F06-solid-S01-S02-2"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "mill"
    },
    {
      "id": "route-r1-building-support-32",
      "building_id": "support",
      "x": 10.0,
      "y": 60.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "qa"
      ],
      "route_ids": [
        "F06-staff-qa"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다."
    },
    {
      "id": "route-r1-zone-qa-33",
      "building_id": "support",
      "x": 10.0,
      "y": 60.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "qa"
      ],
      "route_ids": [
        "F06-staff-qa"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "qa"
    },
    {
      "id": "route-r1-building-support-34",
      "building_id": "support",
      "x": 10.0,
      "y": 44.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "staff"
      ],
      "route_ids": [
        "F06-staff-staff"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다."
    },
    {
      "id": "route-r1-zone-staff-35",
      "building_id": "support",
      "x": 10.0,
      "y": 44.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "staff"
      ],
      "route_ids": [
        "F06-staff-staff"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "staff"
    },
    {
      "id": "route-r1-building-support-36",
      "building_id": "support",
      "x": 10.0,
      "y": 30.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "plant"
      ],
      "route_ids": [
        "F06-staff-plant"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다."
    },
    {
      "id": "route-r1-zone-plant-37",
      "building_id": "support",
      "x": 10.0,
      "y": 30.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "gate",
        "plant"
      ],
      "route_ids": [
        "F06-staff-plant"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "plant"
    },
    {
      "id": "route-r1-building-grain-38",
      "building_id": "grain",
      "x": 30.0,
      "y": 74.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "raw-dock",
        "S01"
      ],
      "route_ids": [
        "F06-dock-1-inbound"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다."
    },
    {
      "id": "route-r1-zone-grain-raw-39",
      "building_id": "grain",
      "x": 30.0,
      "y": 74.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "raw-dock",
        "S01"
      ],
      "route_ids": [
        "F06-dock-1-inbound"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다.",
      "zone_id": "grain-raw"
    },
    {
      "id": "route-r1-building-drink-40",
      "building_id": "drink",
      "x": 90.0,
      "y": 41.0,
      "axis": "y",
      "width": 1.6,
      "height": 2.5,
      "connects": [
        "S08",
        "shipping-dock"
      ],
      "route_ids": [
        "F06-dock-3-outbound"
      ],
      "kind": "personnel_door",
      "design_note": "해당 경로가 통과하는 소유벽의 국부 개구부. 인접 소유벽은 별도로 기록한다."
    }
  ],
  "connection_review": {
    "counts": {
      "declared_process_edges": 7,
      "wet_edges_classified": 5,
      "wet_edges_routed": 5,
      "graph_only_edges": 2,
      "unresolved_edges": 0
    },
    "unresolved": [],
    "limitations": [
      "Synthetic product ports require equipment-level visual review.",
      "Pipe pressure drop, cleanability, thermal expansion and pump sizing are not simulated.",
      "Cutaway room crossings are not validated sealed hygiene penetrations.",
      "Dry or unsupported material transfers remain graph-only; no invented floor-centre conveyors."
    ],
    "dry_connections": [
      {
        "source": "S01",
        "target": "S02",
        "index": 0,
        "method": "cart"
      },
      {
        "source": "S01",
        "target": "S02",
        "index": 1,
        "method": "cart"
      },
      {
        "source": "S01",
        "target": "S02",
        "index": 2,
        "method": "cart"
      },
      {
        "source": "S07",
        "target": "S08",
        "index": 0,
        "method": "conveyor"
      },
      {
        "source": "S07",
        "target": "S08",
        "index": 1,
        "method": "conveyor"
      },
      {
        "source": "S07",
        "target": "S08",
        "index": 2,
        "method": "conveyor"
      }
    ],
    "dry_unresolved": [],
    "world_base_correction": {
      "equipment_base_z_m": 0.28,
      "legacy_planner_base_z_m": 0.2,
      "riser_endpoints_adjusted_m": 0.08,
      "scope": "일부 공정 노즐과 라이저의 낮은 수평 연결부. 고소 주 배관 높이는 유지.",
      "acceptance": "실제 부품 형상 및 노즐 기능 검수는 별도"
    }
  },
  "routing_revision": 1,
  "routing_design_note": "공정·입출하 제품 카트 5개 경로, 직원 보행 3개 경로를 구별한다. 직원 경로는 실제 정문에서 지원동 각 부서의 남측 접근 공간까지 이어진다. 외벽과 부서벽은 동일 좌표에서도 소유벽별 개구부를 가진다. 관통구는 통과 물체에 필요한 국부 폭으로만 만들며, 고소 배관 6개 관통구에는 sill_height와 실제 구멍 높이를 명시해 위아래 벽체를 보존한다. 설비·로봇·기물·건물의 설치 좌표와 기존 ID는 이 수정에서 변경하지 않았다.",
  "robot_station_revision": 1,
  "robot_station_review": {
    "status": "input_authored_pending_render",
    "basis": "actual generated fixture/contact geometry, base/support primitive checks and retained process routes",
    "robots": [
      {
        "robot": "0/0",
        "stage_id": "S08",
        "position": [
          72.0,
          47,
          0.28
        ],
        "task_points": [
          [
            73.0,
            47,
            1.18
          ],
          [
            73.60000000000001,
            47,
            1.35
          ]
        ],
        "task_fixture": {
          "fixture_ids": [
            "F06-robot-0-0-handoff"
          ],
          "target_basis": "actual generated mesh contact surfaces"
        },
        "previous_position": [
          72,
          47,
          0
        ]
      },
      {
        "robot": "0/1",
        "stage_id": "S08",
        "position": [
          84.0,
          47,
          0.28
        ],
        "task_points": [
          [
            85.0,
            47,
            1.18
          ],
          [
            85.60000000000001,
            47,
            1.35
          ]
        ],
        "task_fixture": {
          "fixture_ids": [
            "F06-robot-0-1-handoff"
          ],
          "target_basis": "actual generated mesh contact surfaces"
        },
        "previous_position": [
          84,
          47,
          0
        ]
      },
      {
        "robot": "1/0",
        "stage_id": "S08",
        "position": [
          72.0,
          31,
          0.28
        ],
        "task_points": [
          [
            73.34436,
            31,
            1.4
          ],
          [
            73.85564,
            31,
            1.4
          ]
        ],
        "task_fixture": {
          "fixture_ids": [
            "F06-robot-1-0-pallet"
          ],
          "target_basis": "actual generated mesh contact surfaces"
        },
        "previous_position": [
          71,
          31,
          0
        ]
      },
      {
        "robot": "1/1",
        "stage_id": "S08",
        "position": [
          84.0,
          31,
          0.28
        ],
        "task_points": [
          [
            85.34436,
            31,
            1.4
          ],
          [
            85.85564,
            31,
            1.4
          ]
        ],
        "task_fixture": {
          "fixture_ids": [
            "F06-robot-1-1-pallet"
          ],
          "target_basis": "actual generated mesh contact surfaces"
        },
        "previous_position": [
          86,
          31,
          0
        ]
      }
    ]
  }
}
