Skip to contents

This document shows the complete building files of a 3-storey model with elevator in both XML and YAML versions



XML version of adu_elevator

<?xml version="1.0" encoding="UTF-8"?>
<model>
    <general>
        <type>dwelling</type>
        <H>0</H>
        <height>900</height>
        <dilapidation>0</dilapidation>
        <version>version_02</version>
    </general>
    <element>
        <opening>
            <door_ext>
                <opening_type>door</opening_type>
                <material>solid_wood</material>
                <height>230</height>
                <width>110</width>
            </door_ext>
            <door_ele>
                <opening_type>door</opening_type>
                <material>elevator_hydraulic</material>
                <height>205</height>
                <width>120</width>
            </door_ele>
            <window_t1>
                <opening_type>window</opening_type>
                <material>PVC</material>
                <height>110</height>
                <width>90</width>
                <shutter>solid_PVC</shutter>
            </window_t1>
        </opening>
        <wall>
            <load_bearing_wall_1>
                <wall_type>load_bearing_wall</wall_type>
                <material>concrete</material>
                <render>single_layer</render>
            </load_bearing_wall_1>
            <lining_1>
                <wall_type>lining</wall_type>
                <material>polyplac</material>
                <insulating>vegetal</insulating>
            </lining_1>
        </wall>
        <coating>
            <coating_1>
                <material>paint</material>
            </coating_1>
        </coating>
        <floor>
            <floor_1>
                <material>concrete</material>
                <coating>glued_tiling</coating>
            </floor_1>
        </floor>
        <baseboard>
            <baseboard_1>
                <material>tiling</material>
                <width>30</width>
            </baseboard_1>
        </baseboard>
        <ceiling>
            <ceiling_1>
                <material>concrete</material>
                <insulating>cellular_plastic</insulating>
                <coating>paint</coating>
                <H>260</H>
            </ceiling_1>
        </ceiling>
    </element>
    <building>
        <storey_groundfloor>
            <name>ground-floor</name>
            <H>0</H>
            <height>300</height>
            <external_wall_groundfloor>
                <wall_A>
                    <coordinates>0,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>door1</name>
                        <coordinates>3,0.125</coordinates>
                        <type>door_ext</type>
                        <H>0</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_A>
                <wall_B>
                    <coordinates>6,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_B>
                <wall_C>
                    <coordinates>6,4.25</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                </wall_C>
                <wall_D>
                    <coordinates>4,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_D>
                <wall_E>
                    <coordinates>4,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_E>
                <wall_F>
                    <coordinates>2,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_F>
                <wall_G>
                    <coordinates>2,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_G>
                <wall_H>
                    <coordinates>0,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_H>
            </external_wall_groundfloor>
            <room_1>
                <name>room_1</name>
                <floor>floor_1</floor>
                <baseboard>baseboard_1</baseboard>
                <ceiling>ceiling_1</ceiling>
                <wall_1>
                    <coordinates>0.25,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door1</name>
                        <coordinates>3,0.125</coordinates>
                        <type>door_ext</type>
                        <H>0</H> 
                    </opening>
                </wall_1>
                <wall_2>
                    <coordinates>5.75,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H> 
                    </opening>
                </wall_2>
                <wall_3>
                    <coordinates>5.75,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>0</H>
                    </opening>
                </wall_3>
                <wall_4>
                    <coordinates>0.25,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>
                    </opening>
                </wall_4>
            </room_1>
            <room_2>
                <name>room_2</name>
                <floor>floor_1</floor>
                <ceiling>empty</ceiling>
                <H>-20</H>
                <wall_1>
                    <coordinates>2.25,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <height>320</height>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>20</H>
                    </opening>
                </wall_1>
                <wall_2>
                    <coordinates>3.75,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <height>320</height>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_2>
                <wall_3>
                    <coordinates>3.75,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <height>320</height>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_3>
                <wall_4>
                    <coordinates>2.25,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <height>320</height>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_4>
            </room_2>
        </storey_groundfloor>
        <storey_firstfloor>
            <name>first-floor</name>
            <H>300</H>
            <height>300</height>
            <external_wall_firstfloor>
                <wall_A>
                    <coordinates>0,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                </wall_A>
                <wall_B>
                    <coordinates>6,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_B>
                <wall_C>
                    <coordinates>6,4.25</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                </wall_C>
                <wall_D>
                    <coordinates>4,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_D>
                <wall_E>
                    <coordinates>4,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_E>
                <wall_F>
                    <coordinates>2,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_F>
                <wall_G>
                    <coordinates>2,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_G>
                <wall_H>
                    <coordinates>0,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_H>
            </external_wall_firstfloor>
            <room_3>
                <name>room_3</name>
                <floor>floor_1</floor>
                <baseboard>baseboard_1</baseboard>
                <ceiling>ceiling_1</ceiling>
                <wall_1>
                    <coordinates>0.25,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_1>
                <wall_2>
                    <coordinates>5.75,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H> 
                    </opening>
                </wall_2>
                <wall_3>
                    <coordinates>5.75,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>0</H>
                    </opening>
                </wall_3>
                <wall_4>
                    <coordinates>0.25,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>
                    </opening>
                </wall_4>
            </room_3>
            <room_4>
                <name>room_4</name>
                <floor>empty</floor>
                <ceiling>empty</ceiling>
                <wall_1>
                    <coordinates>2.25,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>0</H>
                    </opening>
                </wall_1>
                <wall_2>
                    <coordinates>3.75,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_2>
                <wall_3>
                    <coordinates>3.75,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_3>
                <wall_4>
                    <coordinates>2.25,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_4>
            </room_4>
        </storey_firstfloor>
        <storey_secondfloor>
            <name>second-floor</name>
            <H>600</H>
            <height>300</height>
            <external_wall_secondfloor>
                <wall_A>
                    <coordinates>0,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                </wall_A>
                <wall_B>
                    <coordinates>6,0</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_B>
                <wall_C>
                    <coordinates>6,4.25</coordinates>                    <!--Initial x-y coordinate of the wall-->
                    <type>load_bearing_wall_1</type>
                </wall_C>
                <wall_D>
                    <coordinates>4,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_D>
                <wall_E>
                    <coordinates>4,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_E>
                <wall_F>
                    <coordinates>2,6</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_F>
                <wall_G>
                    <coordinates>2,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                </wall_G>
                <wall_H>
                    <coordinates>0,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>                        <!--height of the bottom border of the opening from the ground-->
                    </opening>
                </wall_H>
            </external_wall_secondfloor>
            <room_5>
                <name>room_5</name>
                <floor>floor_1</floor>
                <baseboard>baseboard_1</baseboard>
                <ceiling>ceiling_1</ceiling>
                <wall_1>
                    <coordinates>0.25,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_1>
                <wall_2>
                    <coordinates>5.75,0.25</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window1</name>
                        <coordinates>5.875,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H> 
                    </opening>
                </wall_2>
                <wall_3>
                    <coordinates>5.75,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>0</H>
                    </opening>
                </wall_3>
                <wall_4>
                    <coordinates>0.25,4</coordinates>
                    <type>lining_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>window2</name>
                        <coordinates>0.125,2</coordinates>
                        <type>window_t1</type>
                        <H>90</H>
                    </opening>
                </wall_4>
            </room_5>
            <room_6>
                <name>room_6</name>
                <floor>empty</floor>
                <ceiling>ceiling_1</ceiling>
                <wall_1>
                    <coordinates>2.25,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                    <opening>
                        <name>door_elevator</name>
                        <coordinates>3,4.125</coordinates>
                        <type>door_ele</type>
                        <H>0</H>
                    </opening>
                </wall_1>
                <wall_2>
                    <coordinates>3.75,4.25</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_2>
                <wall_3>
                    <coordinates>3.75,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_3>
                <wall_4>
                    <coordinates>2.25,5.75</coordinates>
                    <type>load_bearing_wall_1</type>
                    <coating>
                        <type>coating_1</type>
                    </coating>
                </wall_4>
            </room_6>
        </storey_secondfloor>
    </building>
</model>

YAML version of adu_elevator

general:
  type: dwelling
  H: 0.0
  height: 900.0
  dilapidation: 0.0
  version: version_02
element:
  opening:
    door_ext:
      opening_type: door
      material: solid_wood
      height: 230.0
      width: 110.0
    door_ele:
      opening_type: door
      material: elevator_hydraulic
      height: 205.0
      width: 120.0
    window_t1:
      opening_type: window
      material: PVC
      height: 110.0
      width: 90.0
      shutter: solid_PVC
  wall:
    load_bearing_wall_1:
      wall_type: load_bearing_wall
      material: concrete
      render: single_layer
    lining_1:
      wall_type: lining
      material: polyplac
      insulating: vegetal
  coating:
    coating_1:
      material: paint
  floor:
    floor_1:
      material: concrete
      coating: glued_tiling
  baseboard:
    baseboard_1:
      material: tiling
      width: 30.0
  ceiling:
    ceiling_1:
      material: concrete
      insulating: cellular_plastic
      coating: paint
      H: 260.0
building:
  storey_groundfloor:
    name: ground-floor
    H: 0.0
    height: 300.0
    external_wall_groundfloor:
      wall_A:
        coordinates:
        - 0.0
        - 0.0
        type: load_bearing_wall_1
        opening:
          name: door1
          coordinates:
          - 3.0
          - 0.125
          type: door_ext
          H: 0.0
      wall_B:
        coordinates:
        - 6.0
        - 0.0
        type: load_bearing_wall_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_C:
        coordinates:
        - 6.0
        - 4.25
        type: load_bearing_wall_1
      wall_D:
        coordinates:
        - 4.0
        - 4.25
        type: load_bearing_wall_1
      wall_E:
        coordinates:
        - 4.0
        - 6.0
        type: load_bearing_wall_1
      wall_F:
        coordinates:
        - 2.0
        - 6.0
        type: load_bearing_wall_1
      wall_G:
        coordinates:
        - 2.0
        - 4.25
        type: load_bearing_wall_1
      wall_H:
        coordinates:
        - 0.0
        - 4.25
        type: load_bearing_wall_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_1:
      name: room_1
      floor: floor_1
      baseboard: baseboard_1
      ceiling: ceiling_1
      wall_1:
        coordinates:
        - 0.25
        - 0.25
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: door1
          coordinates:
          - 3.0
          - 0.125
          type: door_ext
          H: 0.0
      wall_2:
        coordinates:
        - 5.75
        - 0.25
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_3:
        coordinates:
        - 5.75
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 0.0
      wall_4:
        coordinates:
        - 0.25
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_2:
      name: room_2
      floor: floor_1
      ceiling: empty
      H: -20.0
      wall_1:
        coordinates:
        - 2.25
        - 4.25
        type: load_bearing_wall_1
        height: 320.0
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 20.0
      wall_2:
        coordinates:
        - 3.75
        - 4.25
        type: load_bearing_wall_1
        height: 320.0
        coating:
          type: coating_1
      wall_3:
        coordinates:
        - 3.75
        - 5.75
        type: load_bearing_wall_1
        height: 320.0
        coating:
          type: coating_1
      wall_4:
        coordinates:
        - 2.25
        - 5.75
        type: load_bearing_wall_1
        height: 320.0
        coating:
          type: coating_1
  storey_firstfloor:
    name: first-floor
    H: 300.0
    height: 300.0
    external_wall_firstfloor:
      wall_A:
        coordinates:
        - 0.0
        - 0.0
        type: load_bearing_wall_1
      wall_B:
        coordinates:
        - 6.0
        - 0.0
        type: load_bearing_wall_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_C:
        coordinates:
        - 6.0
        - 4.25
        type: load_bearing_wall_1
      wall_D:
        coordinates:
        - 4.0
        - 4.25
        type: load_bearing_wall_1
      wall_E:
        coordinates:
        - 4.0
        - 6.0
        type: load_bearing_wall_1
      wall_F:
        coordinates:
        - 2.0
        - 6.0
        type: load_bearing_wall_1
      wall_G:
        coordinates:
        - 2.0
        - 4.25
        type: load_bearing_wall_1
      wall_H:
        coordinates:
        - 0.0
        - 4.25
        type: load_bearing_wall_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_3:
      name: room_3
      floor: floor_1
      baseboard: baseboard_1
      ceiling: ceiling_1
      wall_1:
        coordinates:
        - 0.25
        - 0.25
        type: lining_1
        coating:
          type: coating_1
      wall_2:
        coordinates:
        - 5.75
        - 0.25
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_3:
        coordinates:
        - 5.75
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 0.0
      wall_4:
        coordinates:
        - 0.25
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_4:
      name: room_4
      floor: empty
      ceiling: empty
      wall_1:
        coordinates:
        - 2.25
        - 4.25
        type: load_bearing_wall_1
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 0.0
      wall_2:
        coordinates:
        - 3.75
        - 4.25
        type: load_bearing_wall_1
        coating:
          type: coating_1
      wall_3:
        coordinates:
        - 3.75
        - 5.75
        type: load_bearing_wall_1
        coating:
          type: coating_1
      wall_4:
        coordinates:
        - 2.25
        - 5.75
        type: load_bearing_wall_1
        coating:
          type: coating_1
  storey_secondfloor:
    name: second-floor
    H: 600.0
    height: 300.0
    external_wall_secondfloor:
      wall_A:
        coordinates:
        - 0.0
        - 0.0
        type: load_bearing_wall_1
      wall_B:
        coordinates:
        - 6.0
        - 0.0
        type: load_bearing_wall_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_C:
        coordinates:
        - 6.0
        - 4.25
        type: load_bearing_wall_1
      wall_D:
        coordinates:
        - 4.0
        - 4.25
        type: load_bearing_wall_1
      wall_E:
        coordinates:
        - 4.0
        - 6.0
        type: load_bearing_wall_1
      wall_F:
        coordinates:
        - 2.0
        - 6.0
        type: load_bearing_wall_1
      wall_G:
        coordinates:
        - 2.0
        - 4.25
        type: load_bearing_wall_1
      wall_H:
        coordinates:
        - 0.0
        - 4.25
        type: load_bearing_wall_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_5:
      name: room_5
      floor: floor_1
      baseboard: baseboard_1
      ceiling: ceiling_1
      wall_1:
        coordinates:
        - 0.25
        - 0.25
        type: lining_1
        coating:
          type: coating_1
      wall_2:
        coordinates:
        - 5.75
        - 0.25
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window1
          coordinates:
          - 5.875
          - 2.0
          type: window_t1
          H: 90.0
      wall_3:
        coordinates:
        - 5.75
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 0.0
      wall_4:
        coordinates:
        - 0.25
        - 4.0
        type: lining_1
        coating:
          type: coating_1
        opening:
          name: window2
          coordinates:
          - 0.125
          - 2.0
          type: window_t1
          H: 90.0
    room_6:
      name: room_6
      floor: empty
      ceiling: ceiling_1
      wall_1:
        coordinates:
        - 2.25
        - 4.25
        type: load_bearing_wall_1
        coating:
          type: coating_1
        opening:
          name: door_elevator
          coordinates:
          - 3.0
          - 4.125
          type: door_ele
          H: 0.0
      wall_2:
        coordinates:
        - 3.75
        - 4.25
        type: load_bearing_wall_1
        coating:
          type: coating_1
      wall_3:
        coordinates:
        - 3.75
        - 5.75
        type: load_bearing_wall_1
        coating:
          type: coating_1
      wall_4:
        coordinates:
        - 2.25
        - 5.75
        type: load_bearing_wall_1
        coating:
          type: coating_1

furniture file of adu_elevator

component_elementary,room_name,wall_name,relative_height,dilapidation,quantity,v_min,v_max,details
elevator_pit_hydraulic,room_2,NA,0,0,1,10859.165,10859.165,cuvette ascenseur
elevator_cab_hydraulic,room_2,NA,20,0,1,21027.924,21027.924,cabine ascenseur
elevator_machine_room_hydraulic,room_2,NA,0,0,1,21552.36,21552.36,local des machines
elevator_shaft_hydraulic,room_2,NA,0,0,1,1536.131,1536.131,gaine d'ascenseur
elevator_shaft_hydraulic,room_4,NA,0,0,1,1536.131,1536.131,gaine d'ascenseur
elevator_shaft_hydraulic,room_6,NA,0,0,1,1536.131,1536.131,gaine d'ascenseur
component_elementary room_name wall_name relative_height dilapidation quantity v_min v_max details
elevator_pit_hydraulic room_2 NA 0 0 1 10859.165 10859.165 cuvette ascenseur
elevator_cab_hydraulic room_2 NA 20 0 1 21027.924 21027.924 cabine ascenseur
elevator_machine_room_hydraulic room_2 NA 0 0 1 21552.360 21552.360 local des machines
elevator_shaft_hydraulic room_2 NA 0 0 1 1536.131 1536.131 gaine d’ascenseur
elevator_shaft_hydraulic room_4 NA 0 0 1 1536.131 1536.131 gaine d’ascenseur
elevator_shaft_hydraulic room_6 NA 0 0 1 1536.131 1536.131 gaine d’ascenseur