20240413 - to owner and gc - proposed wainscott change

This commit is contained in:
Ryan Schultz 2024-04-13 10:06:07 -05:00
parent 09e29550ca
commit b8fe61ad61
48 changed files with 109869 additions and 920213 deletions

@ -1 +1 @@
Subproject commit c0458749129754d51c78fd33fe18fec43c1f9803
Subproject commit 12b0ca17a93b9730a2cab0a9915632a284d12cb8

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 867 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 762 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 884 KiB

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 766 KiB

View File

@ -1,225 +1,229 @@
/*
* BlenderBIM Add-on - OpenBIM Blender Add-on
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
*
* This file is part of BlenderBIM Add-on.
*
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* BlenderBIM Add-on is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
*/
* BlenderBIM Add-on - OpenBIM Blender Add-on
* Copyright (C) 2020, 2021 Dion Moult <dion@thinkmoult.com>
*
* This file is part of BlenderBIM Add-on.
*
* BlenderBIM Add-on is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* BlenderBIM Add-on is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BlenderBIM Add-on. If not, see <http://www.gnu.org/licenses/>.
*/
* { stroke-linecap: round; stroke-linejoin: round; }
text, tspan { /* 2.5mm */ fill: #2C5573; stroke: none; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; }
.cut { fill: hwb(0 25% 75%); stroke: black; stroke-linecap: 'round'; stroke-width: 0.35; fill-rule: evenodd; }
* { stroke-linecap: round; stroke-linejoin: round; }
text, tspan { /* 2.5mm */ fill: #2C5573; stroke: none; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; }
.cut, .cut.material-poche { fill: hwb(0 40% 60%); stroke: black; stroke-linecap: 'round'; stroke-width: 0.65; fill-rule: evenodd; }
.surface {fill: white; stroke-width: 0.1;}
.projection { fill: white; stroke: rgb(70, 70, 70); stroke-linecap: 'round'; stroke-width: 0.15; }
.annotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
.IfcAnnotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
.IfcGeographicElement { fill: none; stroke: rgb(150, 150, 150); stroke-linecap: 'round'; stroke-dasharray: 1, 2;}
.PredefinedType-LINEWORK { stroke: #2C5573; stroke-width: 0.25; }
.PredefinedType-BACKGROUND { stroke: black; stroke-width: 0.18; }
.PredefinedType-GRID { marker-start: url(#grid-marker); marker-end: url(#grid-marker); }
.PredefinedType-SECTION { stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-SECTIONLEVEL { marker-start: url(#section-level-marker); stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-PLANLEVEL { marker-end: url(#plan-level-marker); }
.PredefinedType-DIMENSION { marker-start: url(#dimension-marker-start); marker-end: url(#dimension-marker-end); }
.PredefinedType-ANGLE { marker-start: url(#angle-marker-start); marker-end: url(#angle-marker-end); }
.PredefinedType-RADIUS { marker-end: url(#fall-marker-end); }
.PredefinedType-FALL { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEANGLE { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEPERCENT { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEFRACTION { marker-end: url(#radius-marker-end); }
.PredefinedType-DIAMETER { marker-start: url(#diameter-marker-start); marker-end: url(#diameter-marker-end); }
.PredefinedType-HIDDENLINE { stroke-dasharray: 1, .75; }
.PredefinedType-STAIRARROW { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); }
.PredefinedType-BOUNDARY { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12, 4, 3, 4, 3, 4; }
.PredefinedType-WIDEREDDASHED { fill: none; stroke: red; stroke-width: 2; stroke-dasharray: 4, 4; }
.PredefinedType-SEALANT { fill: url(#crosshatch1); stroke-width: 0.25; }
.PredefinedType-FILLAREA { fill: white; stroke: black; }
.PredefinedType-EXISTING { fill: #2C5573; fill-opacity: .4 }
.PredefinedType-BREAKLINE { fill: none; stroke: #2C5573; stroke-width: 0.25; marker-mid: url(#breakline-marker); }
.PredefinedType-TEXT { fill: #2C5573; stroke: none; }
.predefinedtype-PROVISIONFORSPACE { stroke-dasharray: 1, .75; }
path.PredefinedType-TEXTLEADER { marker-end: url(#leader-marker); }
text.PredefinedType-TEXTLEADER, tspan.PredefinedType-TEXTLEADER { fill: #2C5573; stroke: none; }
text.title, tspan.title { /* 7mm */ font-size: 11.55px; }
text.header, tspan.header { /* 5mm */ font-size: 8.25px; }
text.large, tspan.large { /* 3.5mm */ font-size: 5.78px; }
text.regular, tspan.regular { /* 2.5mm */ font-size: 4.13px; }
text.small, tspan.small { /* 1.8mm */ font-size: 2.97px; }
text.GRID, tspan.GRID { /* 5mm */ font-size: 8.25px; }
.material-blank { fill: white; }
.cut.material-poche { fill: rgb(199, 199, 199); }
.material-diagonal1 { fill: url(#diagonal1); }
.material-diagonal2 { fill: url(#diagonal2); }
.material-diagonal3 { fill: url(#diagonal3); }
.material-crosshatch1 { fill: url(#crosshatch1); }
.material-crosshatch2 { fill: url(#crosshatch2); }
.material-crosshatch3 { fill: url(#crosshatch3); }
.material-brick { fill: url(#brick); }
.material-earth { fill: url(#earth); }
.material-glass { fill: url(#glass); }
.material-liquid { fill: url(#liquid); }
.material-grass { fill: url(#grass); }
.material-honeycomb { fill: url(#honeycomb); }
.material-sand { fill: url(#sand); }
.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.material-wood { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.IfcSpace { fill: none; stroke: none; }
.material-BrickElevation { fill: url(#BrickElevation); }
.PredefinedType-STUD { stroke: black; stroke-width: 1; }
.PredefinedType-WOOD { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.PredefinedType-STEEL { fill: url(#steel); stroke: black; stroke-width: 0.5; }
.PredefinedType-CONCRETE { fill: url(#concrete); stroke: black; stroke-width: 0.5; }
.PredefinedType-PLASTERBOARD { fill: url(#sand); stroke: black; stroke-width: 0.25; }
[class*="PsetCommonStatus-NEW"] { fill: rgb(199, 199, 199); }
.cut.EPsetStatusStatus-EXISTING { fill: #5D6E7F; stroke: #2C5573; }
/* [class*="surface"][class*="PsetCommonStatus-EXISTING"]{ fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;} */
.EPsetStatusStatus-EXISTINGDEMOLISH.cut, .ODOptionsODOption1-D, .ODOptionsODOption2-D { fill: url(#demolish); stroke: red; stroke-dasharray: 2, 3; stroke-width: 0.75; }
.EPsetStatusStatus-EXISTINGDEMOLISH.surface { fill: url(#demolish); stroke: rgb(255, 0, 0); stroke-dasharray: 2, 3; stroke-width: 0.0; }
.surface {fill: white; stroke-width: 0.1;}
/* [class*="surface"][class*="EPsetStatusStatus-EXISTING"] {fill: white;} */
[class*="IfcDoor"][class*="EPsetStatusStatus-EXISTING"] {fill: none;}
[class*="IfcDoor"][class*="EPsetStatusStatus-NEW"] {fill: none;}
[class*="PsetCommon-FireRating2HR"] { fill: url(#2HR); }
.matsCategory-steel { fill: url(#steel)}
.matsCategory-sand { fill: url(#sand); }
.matsCategory-concrete { fill: url(#concrete); stroke-width: 0.5;}
.matsCategory-sealant { fill: rgb(199, 199, 199);}
.matsCategory-InsulationBattVert { fill: url(#InsulationBattVert);stroke-width: 0.2; }
.matsCategory-InsulationBattHorz { fill: url(#InsulationBattHorz);stroke-width: 0.2; }
.matsCategory-wood1 { fill: url(#wood); stroke: black; stroke-width: 0.0; }
.matsCategory-wood2 { fill: url(#wood); stroke: red; stroke-width: 0.5; }
.matsCategory-WoodBeyond { fill: rgb(239 233 223); }
.matsCategory-poche { fill: rgb(199, 199, 199); }
.matsCategory-PlywoodHorz { fill: url(#PlywoodHorz); }
.matsCategory-PlywoodVert { fill: url(#PlywoodVert); }
.matsCategory-FlooringWood{ fill: url(#FlooringWood); }
.matsCategory-Sand{ fill: url(#sand); }
.projection { fill: white; stroke: rgb(70, 70, 70); stroke-linecap: 'round'; stroke-width: 0.15; }
.annotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
.IfcAnnotation { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
/* .IfcGeographicElement { fill: none; stroke: rgb(150, 150, 150); stroke-linecap: 'round'; stroke-dasharray: 1, 2;} */
.PredefinedType-LINEWORK { stroke: #2C5573; stroke-width: 0.25; }
.PredefinedType-LINEWORK.dashed { stroke-dasharray: 3, 2; }
.PredefinedType-LINEWORK.fine { stroke-width: 0.18; stroke: #777777; }
.PredefinedType-LINEWORK.thin { stroke-width: 0.25; }
.PredefinedType-LINEWORK.medium { stroke-width: 0.35; }
.PredefinedType-LINEWORK.thick { stroke-width: 0.5; }
.PredefinedType-LINEWORK.strong { stroke-width: 1; }
.PredefinedType-BACKGROUND { stroke: black; stroke-width: 0.18; }
.PredefinedType-GRID { marker-start: url(#grid-marker); marker-end: url(#grid-marker); }
.predefinedtype-GRID {stroke-dasharray: 12.5, 3, 3, 3;}
.PredefinedType-SECTION { stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-SECTIONLEVEL { marker-start: url(#section-level-marker); stroke-dasharray: 12.5, 3, 3, 3; }
.PredefinedType-PLANLEVEL { marker-end: url(#plan-level-marker); }
.PredefinedType-DIMENSION { marker-start: url(#dimension-marker-start); marker-end: url(#dimension-marker-end); }
.PredefinedType-ANGLE { marker-start: url(#angle-marker-start); marker-end: url(#angle-marker-end); }
.PredefinedType-RADIUS { marker-end: url(#fall-marker-end); }
.PredefinedType-FALL { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEANGLE { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEPERCENT { marker-end: url(#radius-marker-end); }
.PredefinedType-SLOPEFRACTION { marker-end: url(#radius-marker-end); }
.PredefinedType-DIAMETER { marker-start: url(#diameter-marker-start); marker-end: url(#diameter-marker-end); }
.PredefinedType-HIDDENLINE { stroke-dasharray: 1, .75; }
.PredefinedType-STAIRARROW { marker-start: url(#stair-marker-start); marker-end: url(#stair-marker-end); }
.PredefinedType-BOUNDARY { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12, 4, 3, 4, 3, 4; }
.PredefinedType-WIDEREDDASHED { fill: none; stroke: red; stroke-width: 2; stroke-dasharray: 4, 4; }
.PredefinedType-SEALANT { fill: url(#crosshatch1); stroke-width: 0.25; }
.PredefinedType-FILLAREA { fill: white; stroke: black; }
.PredefinedType-EXISTING { fill: #2C5573; fill-opacity: .4 }
.PredefinedType-BREAKLINE { fill: none; stroke: #2C5573; stroke-width: 0.25; marker-mid: url(#breakline-marker); }
.PredefinedType-TEXT { fill: #2C5573; stroke: none; }
.predefinedtype-PROVISIONFORSPACE { stroke-dasharray: 1, .75; }
path.PredefinedType-TEXTLEADER { marker-end: url(#leader-marker); }
text.PredefinedType-TEXTLEADER, tspan.PredefinedType-TEXTLEADER { fill: #2C5573; stroke: none; }
text.title, tspan.title { /* 7mm */ font-size: 11.55px; }
text.header, tspan.header { /* 5mm */ font-size: 8.25px; }
text.large, tspan.large { /* 3.5mm */ font-size: 5.78px; }
text.regular, tspan.regular { /* 2.5mm */ font-size: 4.13px; }
text.small, tspan.small { /* 1.8mm */ font-size: 2.97px; }
text.GRID, tspan.GRID { /* 5mm */ font-size: 5px; }
.material-blank { fill: white; }
.material-diagonal1 { fill: url(#diagonal1); }
.material-diagonal2 { fill: url(#diagonal2); }
.material-diagonal3 { fill: url(#diagonal3); }
.material-crosshatch1 { fill: url(#crosshatch1); }
.material-crosshatch2 { fill: url(#crosshatch2); }
.material-crosshatch3 { fill: url(#crosshatch3); }
.material-brick { fill: url(#brick); }
.material-earth { fill: url(#earth); }
.material-glass { fill: url(#glass); }
.material-liquid { fill: url(#liquid); }
.material-grass { fill: url(#grass); }
.material-honeycomb { fill: url(#honeycomb); }
.material-sand { fill: url(#sand); }
.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.material-wood { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.IfcSpace { fill: none; stroke: none; }
.material-BrickElevation { fill: url(#BrickElevation); }
.PredefinedType-STUD { stroke: black; stroke-width: 1; }
.PredefinedType-WOOD { fill: url(#wood); stroke: black; stroke-width: 0.5; }
.PredefinedType-STEEL { fill: url(#steel); stroke: black; stroke-width: 0.5; }
.PredefinedType-CONCRETE { fill: url(#concrete); stroke: black; stroke-width: 0.5; }
.PredefinedType-PLASTERBOARD { fill: url(#sand); stroke: black; stroke-width: 0.25; }
[class*="PsetCommonStatus-NEW"] { fill: rgb(199, 199, 199); }
/* .cut.EPsetStatusStatus-EXISTING { fill: #5D6E7F; stroke: #2C5573; } */
.cut.EPsetStatusStatus-EXISTING {fill: #e3e2e1;stroke: #000000;}
/* [class*="surface"][class*="PsetCommonStatus-EXISTING"]{ fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;} */
/* .EPsetStatusStatus-EXISTINGDEMOLISH.cut, .ODOptionsODOption1-D, .ODOptionsODOption2-D { fill: url(#demolish); stroke: red; stroke-dasharray: 2, 3; stroke-width: 0.75; } */
/* .EPsetStatusStatus-EXISTINGDEMOLISH.surface, .EPsetStatusStatus-EXISTINGDEMOLISH.projection { fill: url(#demolish); stroke: rgb(255, 0, 0); stroke-dasharray: 1, 2; stroke-width: .75; } */
/* [class*="surface"][class*="EPsetStatusStatus-EXISTING"] {fill: white;} */
[class*="IfcDoor"][class*="EPsetStatusStatus-EXISTING"] {fill: none;}
[class*="IfcDoor"][class*="EPsetStatusStatus-NEW"] {fill: none;}
.cut.IfcElectricAppliance {fill: none;}
[class*="PsetCommon-FireRating2HR"] { fill: url(#2HR); }
matsCategory0-concrete
.matsCategory0-steel { fill: url(#steel)}
.matsCategory0-sand { fill: url(#sand); }
.matsCategory0-concrete, .surface.materialCategory-Concrete { fill: url(#concrete); stroke-width: 0.5;}
.matsCategory0-sealant { fill: rgb(199, 199, 199);}
.matsCategory0-InsulationBattVert { fill: url(#InsulationBattVert);stroke-width: 0.2; }
.matsCategory0-InsulationBattHorz { fill: url(#InsulationBattHorz);stroke-width: 0.2; }
.matsCategory0-wood1 { fill: url(#wood); stroke: black; stroke-width: 0.0; }
.matsCategory0-wood2 { fill: url(#wood); stroke: red; stroke-width: 0.5; }
.matsCategory0-WoodBeyond { fill: rgb(239 233 223); }
.matsCategory0-poche { fill: rgb(199, 199, 199); }
.matsCategory0-PlywoodHorz { fill: url(#PlywoodHorz); }
.matsCategory0-PlywoodVert { fill: url(#PlywoodVert); }
.matsCategory0-FlooringWood { fill: url(#FlooringWood); }
.matsCategory0-Sand{ fill: url(#sand); }
.surface.materialCategory-Metal { fill: hwb(0 85% 15%); }
.matsCategory-noedge {display: none;}
.surface.material-existing { fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;}
.surface.matsCategory0-poche { fill: rgb(240, 240, 240); }
.surface.material-FloorLayerSetName {fill: white; stroke-width: 0.1;}
/* .surface.material-FloorLayerSetName { fill: url(#Square_1ft_at48scale); } */
.surface.material-HorzLines6in48scale { fill: url(#HorzLines6in48scale); }
.surface.material-VertLines6in48scale { fill: url(#VertLines6in48scale); }
.surface.material-HorzLines6in96scale { fill: url(#HorzLines6in96scale); }
.surface.material-DiagonalLines6in48scale { fill: url(#DiagonalLines6in48scale); }
.matsName-CURVEDCEILING { fill: hwb(0 80% 20%); }
.surface.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.surface.material-5Fill { fill: hwb(0 95% 5%); }
.surface.material-10Fill { fill: hwb(0 90% 10%); }
.surface.material-15Fill { fill: hwb(0 85% 15%); }
.surface.material-20Fill { fill: hwb(0 80% 20%); }
.surface.material-30Fill { fill: hwb(0 70% 30%); }
.surface.material-40Fill { fill: hwb(0 70% 40%); }
.surface.material-50Fill { fill: hwb(0 50% 50%); }
.surface.material-60Fill { fill: hwb(0 40% 60%); }
.surface.material-70Fill { fill: hwb(0 30% 70%); }
.surface.material-80Fill { fill: hwb(0 20% 80%); }
.surface.material-90Fill { fill: hwb(0 10% 90%); }
.surface.material-100Fill { fill: hwb(0 0% 100%); }
.material-grass { fill: hwb(137 83% 15%); }
.surface.material-existing { fill: #c2ceda; stroke: #2C5573; stroke-width: 0.05px;}
.surface.matsCategory-poche { fill: rgb(240, 240, 240); }
.surface.material-FloorLayerSetName {fill: white; stroke-width: 0.1;}
/* .surface.material-FloorLayerSetName { fill: url(#Square_1ft_at48scale); } */
.surface.material-HorzLines6in48scale { fill: url(#HorzLines6in48scale); }
.surface.material-VertLines6in48scale { fill: url(#VertLines6in48scale); }
.surface.material-HorzLines6in96scale { fill: url(#HorzLines6in96scale); }
.surface.material-DiagonalLines6in48scale { fill: url(#DiagonalLines6in48scale); }
.matsName-CURVEDCEILING { fill: hwb(0 80% 20%); }
.surface.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.material-5Fill { fill: hwb(0 100% 0%); }
.material-5Fill { fill: hwb(0 95% 5%); }
.material-10Fill { fill: hwb(0 90% 10%); }
.material-10Fill { fill: hwb(0 85% 15%); }
.material-20Fill { fill: hwb(0 80% 20%); }
.material-30Fill { fill: hwb(0 70% 30%); }
.material-40Fill { fill: hwb(0 70% 40%); }
.material-50Fill { fill: hwb(0 50% 50%); }
.material-60Fill { fill: hwb(0 40% 60%); }
.material-70Fill { fill: hwb(0 30% 70%); }
.material-80Fill { fill: hwb(0 20% 80%); }
.material-90Fill { fill: hwb(0 10% 90%); }
.material-100Fill { fill: hwb(0 0% 100%); }
.material-grass { fill: hwb(137 83% 15%); }
.predefinedtype-PROPERTYLINE { stroke-dasharray: 1, .1, 1; }
.predefinedtype-PROPERTYLINE.projection {display: none;}
.PredefinedType-DASHED { stroke-dasharray: 1, .75; }
.PredefinedType-WIDE { stroke-width: 1;}
.PredefinedType-HATCH { stroke-width: .1;}
.PredefinedType-CENTERLINE { stroke-dasharray: 1, .1, 1; }
.PredefinedType-DASHED { stroke-dasharray: 1, .75; }
.PredefinedType-WIDE { stroke-width: 1;}
.PredefinedType-HATCH { stroke-width: .1;}
.PredefinedType-CENTERLINE { stroke-dasharray: 1, .1, 1; }
.matsName0-T1 { fill: url(#FKTILE); }
.matsName0-T1 { fill: url(#FKTILE); }
.IfcElectricAppliance, .IfcFurniture { fill: white; }
.IfcElectricAppliance, .IfcFurniture, .IfcDistributionControlElement { fill: white; }
.IfcVirtualElement {
display: none;
}
/* .IfcVirtualElement{display: none;} */
[data-type="schedule"] {
{ fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
{ fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; }
}
/*
/*
{{material.item.Material.Name.0}}
IfcAnnotation, ObjectType = SECTION_LEVEL + IfcVirtualElement + IfcSpace + IfcFurniture
{{material.Name}}
MetaData: /Pset_.*Common/, predefined_type, EPset_Status.Status, mats.Name, mats.Category
Exclude: IfcVirtualElement + IfcSpace + IfcObject, EPset_Status.UserDefinedStatus = SAVE + IfcElement, "EPset_Status"."Status"="DEMOLISH"
JoinCriteria: /Pset_.*Common/.Status, type, EPset_Status.Status
Cad Background
Exclude: IfcFurniture, ObjectType="ENTOURAGE" + IfcGeographicElement + IfcBuildingElementProxy + IfcCovering + IfcSpace + IfcVirtualElement + IfcVirtualElement + IfcObject, EPset_Status.UserDefinedStatus = SAVE + IfcElement, "EPset_Status"."Status"="DEMOLISH"
MetaData: mats.Category.0, EPset_Status.Status
Exclude: IfcVirtualElement, ObjectType = REFERENCE_PLAN + IfcObject , /Pset_.*Common/."Status"="DEMOLISH"
JoinCriteria: mats.Category.0
``round({{Qto_SpaceBaseQuantities.NetFloorArea}},0.1)`` SF
@ -229,4 +233,28 @@ round({{Qto_SpaceBaseQuantities.NetFloorArea}}, {{0.1}})
round({{Qto_SpaceBaseQuantities.NetFloorArea}}, 0.1)
1'-1" = 1.083
1'-2" = 1.166
1'-3" = 1.25
1'-4" = 1.333
1'-5" = 1.416
1'-6" = 1.5
1'-7" = 1.583
1'-8" = 1.666
1'-9" = 1.75
1'-10" = 1.833
1'-11" = 1.916
5/8" GYP. BD.\nOVER VAPOR BARRIER\nOVER 2X6's 24" O.C.
IfcGeographicElement, ObjectType = Trees + IfcVirtualElement, ObjectType = PROPERTYLINE + IfcWall
IfcSpace+IfcElement, EPset_Status.Status=DEMOLISH
mats.Category.0, EPset_Status.Status
*/

View File

@ -117,7 +117,7 @@
"scene.render.pixel_aspect_y": 1.0,
"scene.render.preview_pixel_size": "AUTO",
"scene.render.resolution_percentage": 100,
"scene.render.resolution_x": 3779,
"scene.render.resolution_x": 2073,
"scene.render.resolution_y": 937,
"scene.render.sequencer_gl_preview": "SOLID",
"scene.render.simplify_child_particles": 1.0,
@ -177,8 +177,8 @@
"scene.render.use_stamp_sequencer_strip": false,
"scene.render.use_stamp_time": true,
"scene.render.views_format": "STEREO_3D",
"scene.view_settings.exposure": -0.11262130737304688,
"scene.view_settings.gamma": 2.3982176780700684,
"scene.view_settings.exposure": 0.0,
"scene.view_settings.gamma": 2.5,
"scene.view_settings.look": "None",
"scene.view_settings.use_curve_mapping": false,
"scene.view_settings.view_transform": "Standard",
@ -290,7 +290,7 @@
"space.overlay.show_light_colors": false,
"space.overlay.show_look_dev": false,
"space.overlay.show_motion_paths": true,
"space.overlay.show_object_origins": true,
"space.overlay.show_object_origins": false,
"space.overlay.show_object_origins_all": false,
"space.overlay.show_onion_skins": false,
"space.overlay.show_ortho_grid": false,
@ -309,7 +309,7 @@
"space.overlay.show_vertex_normals": false,
"space.overlay.show_viewer_attribute": true,
"space.overlay.show_weight": false,
"space.overlay.show_wireframes": true,
"space.overlay.show_wireframes": false,
"space.overlay.show_wpaint_contours": false,
"space.overlay.show_xray_bone": false,
"space.overlay.texture_paint_mode_opacity": 1.0,

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 668 KiB

After

Width:  |  Height:  |  Size: 941 KiB

View File

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.69976684851247mm" id="root" version="1.1" viewBox="0 0 351.10418001810706 158.69976684851247" width="351.10418001810706mm">
<defs/>
<path class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28972220420837 19.241390652471768 L 77.34140753746033 19.24140058657923 L 111.21766765912373 45.967062837892755"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28972625732422, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28972625732422, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<path class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 147.68614175619084 L 284.1639717419942 147.68614175619084 L 246.0901141166687 130.00617725353834"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 147.68614196777344) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 147.68614196777344) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<path class="GlobalId-0o5nM7$q9FhARrk2v6L$mO IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.3472595214844 181.80978393554688 L 24.68048667907715 181.8097686767578"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.3472595214844, 178.30978393554688) rotate(3.1260923897643827e-06)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
</text>
<path class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 58.274170286470635 L 284.1639618078867 58.27417525352437 L 245.72294453779855 63.72003309628763"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.274169921875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.274169921875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<line class="GlobalId-2WEgcR3Un9BfoWDp62fHjY IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="201.33544921875" x2="201.33543395996094" y1="145.15574645996094" y2="11.919719696044922"/>
<use transform="rotate(-90.00000933466734, 201.33544921875, 145.15574645996094)" x="201.33544921875" xlink:href="#section-arrow" y="145.15574645996094"/>
<use x="201.33544921875" xlink:href="#section-tag" y="145.15574645996094"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33544921875" y="142.65574645996094">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33544921875" y="147.65574645996094">A401</text>
<use transform="rotate(-90.00000933466734, 201.33543395996094, 11.919719696044922)" x="201.33543395996094" xlink:href="#section-arrow" y="11.919719696044922"/>
<use x="201.33543395996094" xlink:href="#section-tag" y="11.919719696044922"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="9.419719696044922">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="14.419719696044922">A401</text>
<path class="GlobalId-0ANbaZzUf2yuBh3xlX0tPu IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 333.6417236328125 175.4597930908203 L 17.46244239807129 175.4597930908203"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(333.6417236328125, 171.9597930908203) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -7' - 0&quot;</tspan>
</text>
<path class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 126.71510679226516 L 77.76818672815958 126.71510679226516 L 95.54229180018106 117.96490403713184"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 126.7151107788086) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 126.7151107788086) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<path class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 31.350431866461022 L 284.1639618078867 31.350446767622216 L 245.7229395707448 36.79629467627802"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.350431442260742) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.350431442260742) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<path class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.4503433704376 155.30135534903803 L 284.1639816761017 155.30136031609175 L 200.66374788681665 121.87122605941094"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 155.30136108398438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 155.30136108398438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<line class="GlobalId-1MovOWV9r8rh$WoE5YRNCR IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="235.57122802734375" x2="235.57125854492188" y1="12.142725944519043" y2="145.83926391601562"/>
<use transform="rotate(89.99998884409983, 235.57122802734375, 12.142725944519043)" x="235.57122802734375" xlink:href="#section-arrow" y="12.142725944519043"/>
<use x="235.57122802734375" xlink:href="#section-tag" y="12.142725944519043"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="9.642725944519043">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="14.642725944519043">A400</text>
<use transform="rotate(89.99998884409983, 235.57125854492188, 145.83926391601562)" x="235.57125854492188" xlink:href="#section-arrow" y="145.83926391601562"/>
<use x="235.57125854492188" xlink:href="#section-tag" y="145.83926391601562"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57125854492188" y="143.33926391601562">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57125854492188" y="148.33926391601562">A400</text>
<path class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 96.5701123347024 L 284.1639717419942 96.57011481822926 L 231.11806313196817 112.83286216558415"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 96.57011413574219) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 96.57011413574219) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<use transform="rotate(-90.0000161648565, -1432.247314453125, 136.99075317382812)" x="-1432.247314453125" xlink:href="#elevation-arrow" y="136.99075317382812"/>
<use x="-1432.247314453125" xlink:href="#elevation-tag" y="136.99075317382812"/>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="-1432.247314453125" y="134.49075317382812">-</text>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="-1432.247314453125" y="139.49075317382812">-</text>
<line class="GlobalId-0lZX7uDinFSBkMSNdru4kr IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="118.73915100097656" x2="118.73914337158203" y1="146.9646759033203" y2="13.753327369689941"/>
<use transform="rotate(-90.00000250447816, 118.73915100097656, 146.9646759033203)" x="118.73915100097656" xlink:href="#section-arrow" y="146.9646759033203"/>
<use x="118.73915100097656" xlink:href="#section-tag" y="146.9646759033203"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73915100097656" y="144.4646759033203">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73915100097656" y="149.4646759033203">A401</text>
<use transform="rotate(-90.00000250447816, 118.73914337158203, 13.753327369689941)" x="118.73914337158203" xlink:href="#section-arrow" y="13.753327369689941"/>
<use x="118.73914337158203" xlink:href="#section-tag" y="13.753327369689941"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="11.253327369689941">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="16.25332736968994">A401</text>
<path class="GlobalId-216rt$Dt9FDgR7cJgK7MHf IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.34722900390625 131.00978088378906 L 24.680635452270508 131.00978088378906"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.34722900390625, 127.50978088378906) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="-1em" x="0" y="0">1ST FLOOR</tspan>
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -0&quot;</tspan>
</text>
<path class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 80.41366048046845 L 77.90519793828328 80.41365993719695 L 100.63332319259644 109.05069165131844"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 80.41365814208984) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 80.41365814208984) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-2iKGObOvf1Ze2RssnCOZ_u IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 88.05756323239603 L 284.1639717419942 88.05756819944976 L 230.9076189994812 109.16056039632755"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 88.05757141113281) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2iKGObOvf1Ze2RssnCOZ_u IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 88.05757141113281) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2iKGObOvf1Ze2RssnCOZ_u IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 106.67400114438333 L 284.1639717419942 106.67400611143707 L 246.40832344690958 120.58480633001922"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 106.67401123046875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUCTING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">1/8&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 106.67401123046875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUCTING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">1/8&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<path class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 142.73329379857975 L 78.26632261276245 142.73329379857975 L 107.31524229049683 121.65325684052108"/>
<path class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 142.73329379857975 L 78.26632261276245 142.73329379857975 L 120.04282077153523 124.17225343685745"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 142.73330688476562) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUCTING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">1/8&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 142.73330688476562) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUCTING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">1/8&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<line class="GlobalId-1Ve46md594KQlvKSTyKBUI IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="150.4149627685547" x2="150.4149627685547" y1="131.00978088378906" y2="108.78477478027344"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(149.4149627685547, 119.89727783203125) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(149.4149627685547, 119.89727783203125) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.69976684851247mm" id="root" version="1.1" viewBox="0 0 351.10418001810706 158.69976684851247" width="351.10418001810706mm">
<defs/>
<image height="158.69976684851247" width="351.10418001810706" xlink:href="SECTION - EAST - FRONT-2-underlay.png"/>
</svg>

After

Width:  |  Height:  |  Size: 534 B

View File

@ -1,184 +1,156 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.69976684851247mm" id="root" version="1.1" viewBox="0 0 351.10418001810706 158.69976684851247" width="351.10418001810706mm">
<defs/>
<path class="GlobalId-3f4EMxODv8p8nKpODGft53 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 96.5701160599927 L 284.1639518737793 96.57011854351956 L 231.11804823080698 112.83286713263787"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 96.57011413574219) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3f4EMxODv8p8nKpODGft53 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-3f4EMxODv8p8nKpODGft53 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 96.57011413574219) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3f4EMxODv8p8nKpODGft53 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-3f4EMxODv8p8nKpODGft53 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<line class="GlobalId-0LV_ePH3fCzQdEY37N2YEH IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="201.33543395996094" x2="201.33543395996094" y1="145.15574645996094" y2="11.919719696044922"/>
<use transform="rotate(-90.00000250447816, 201.33543395996094, 145.15574645996094)" x="201.33543395996094" xlink:href="#section-arrow" y="145.15574645996094"/>
<use x="201.33543395996094" xlink:href="#section-tag" y="145.15574645996094"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="142.65574645996094">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="147.65574645996094">A401</text>
<use transform="rotate(-90.00000250447816, 201.33543395996094, 11.919719696044922)" x="201.33543395996094" xlink:href="#section-arrow" y="11.919719696044922"/>
<use x="201.33543395996094" xlink:href="#section-tag" y="11.919719696044922"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="9.419719696044922">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="14.419719696044922">A401</text>
<line class="GlobalId-0RTGRdsx5B3uaCoKXCBAqz IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="150.4149627685547" x2="150.41494750976562" y1="131.00978088378906" y2="108.78477478027344"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(149.41494750976562, 119.89727783203125) rotate(-90.00003665542401)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(149.41494750976562, 119.89727783203125) rotate(-90.00003665542401)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
<path class="GlobalId-1au6c2w01ChuUDoklx$NN0 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.2897122701009 37.75283746621409 L 81.43122990926106 37.75283498268722 L 124.3141492207845 60.08156441352167"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 37.752838134765625) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1au6c2w01ChuUDoklx$NN0 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">EXISTING STOREFRONT AND GLAZING</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 37.752838134765625) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1au6c2w01ChuUDoklx$NN0 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">EXISTING STOREFRONT AND GLAZING</tspan>
</text>
<path class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 72.55903879801431 54.00570782722432 L 78.19843292236328 54.00570534369745 L 95.08053958415985 88.75572361252108"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(72.55904388427734, 54.00571060180664) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (OR MAPLE VENEER) SHELVES </tspan>
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> WITH CONCEALED BRACKETS </tspan>
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> AT WALL</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(72.55904388427734, 54.00571060180664) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (OR MAPLE VENEER) SHELVES </tspan>
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> WITH CONCEALED BRACKETS </tspan>
<tspan class="GlobalId-3GSNTAnGT29eau5MRz9L8a IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> AT WALL</tspan>
</text>
<path class="GlobalId-3MEEg0TjfCWh7UxI1kZEHi IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 108.11892204186715 L 284.1639518737793 108.11892452539402 L 261.24700903892517 119.95782755515374"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 108.11892700195312) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3MEEg0TjfCWh7UxI1kZEHi IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET (BLOCKING IN WALL)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 108.11892700195312) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3MEEg0TjfCWh7UxI1kZEHi IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET (BLOCKING IN WALL)</tspan>
</text>
<line class="GlobalId-0VcYtfQK95kwfg6HxEqJJF IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="110.41674041748047" x2="110.41673278808594" y1="131.00979614257812" y2="113.01811981201172"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(109.41673278808594, 122.01396179199219) rotate(-90.00002299504568)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(109.41673278808594, 122.01396179199219) rotate(-90.00002299504568)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<path class="GlobalId-0c1pUFJd5Cxw96sz4U6UIt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.2897122701009 80.4136638953179 L 79.47365442911783 80.41366311921576 L 109.63964958985646 109.39665687780975"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 80.41366577148438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0c1pUFJd5Cxw96sz4U6UIt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 80.41366577148438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0c1pUFJd5Cxw96sz4U6UIt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-1wHga6n819LfW9CyHVypsS IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 74.94144007763663 L 284.1639518737793 74.94144566557208 L 260.7908248901367 82.15504098883667"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 74.94144439697266) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1wHga6n819LfW9CyHVypsS IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-1</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 74.94144439697266) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1wHga6n819LfW9CyHVypsS IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-1</tspan>
</text>
<path class="GlobalId-1JSJ_gOerB4PI81LRufum5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 88.05756633680461 L 284.1639518737793 88.05757192474006 L 230.90760409832 109.16056287985442"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 88.05757141113281) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1JSJ_gOerB4PI81LRufum5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 88.05757141113281) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1JSJ_gOerB4PI81LRufum5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28970233599344 19.241390652471768 L 80.61392108599344 19.241390652471768 L 99.98527665932973 42.75310588579772"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28970336914062, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28970336914062, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-2VKGVEbBPAfenwQbARQJDT IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<path class="GlobalId-3yvEk06kHBRPjr4aXEDBKO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 141.95008876623112 L 284.1639618078867 141.95008876623112 L 246.09010418256122 130.00617725353834"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 141.95008850097656) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3yvEk06kHBRPjr4aXEDBKO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 141.95008850097656) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3yvEk06kHBRPjr4aXEDBKO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<path class="GlobalId-04Tlb50Vz2UOinQB3wq35T IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 149.10514456730482 L 284.1639618078867 149.10514456730482 L 200.66373298565546 121.87123102646468"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 149.1051483154297) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-04Tlb50Vz2UOinQB3wq35T IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 149.1051483154297) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-04Tlb50Vz2UOinQB3wq35T IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<path class="GlobalId-1rzTCRSOf00vhDOg8_xxaA IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 333.6416931152344 175.4597930908203 L 17.46242332458496 175.4597930908203"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(333.6416931152344, 171.9597930908203) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -7' - 0&quot;</tspan>
</text>
<path class="GlobalId-1pMF5I8pH8LB_d6$KbZGEW IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.3471984863281 181.80978393554688 L 24.680465698242188 181.80978393554688"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.3471984863281, 178.30978393554688) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
</text>
<path class="GlobalId-3d4RKlyDTCH9ILzK08yY6N IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 58.2741727699975 L 284.1639518737793 58.27417773705123 L 245.72292963663736 63.72003682157793"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.27417755126953) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3d4RKlyDTCH9ILzK08yY6N IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-1</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.27417755126953) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3d4RKlyDTCH9ILzK08yY6N IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-1</tspan>
</text>
<path class="GlobalId-3dT_vADkr6QvS4CCGWY7Y8 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 72.55903879801431 44.777115709596856 L 78.33639780680338 44.77711322606999 L 95.17749150594075 69.11443847121197"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(72.55904388427734, 44.77711486816406) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3dT_vADkr6QvS4CCGWY7Y8 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SHELF HANGING CABLE/BRACKET</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(72.55904388427734, 44.77711486816406) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3dT_vADkr6QvS4CCGWY7Y8 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SHELF HANGING CABLE/BRACKET</tspan>
</text>
<path class="GlobalId-0Utz0vEZ96FRklT$$$HXvO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.2897122701009 106.36126799088119 L 79.44424947102864 106.36126550735432 L 113.89860014120737 117.00807564160623"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 106.36127471923828) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0Utz0vEZ96FRklT$$$HXvO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-1</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28971099853516, 106.36127471923828) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0Utz0vEZ96FRklT$$$HXvO IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-1</tspan>
</text>
<line class="GlobalId-0sZye809r2HAUO6$xNE$Ws IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="118.73914337158203" x2="118.73912811279297" y1="146.96466064453125" y2="13.753327369689941"/>
<use transform="rotate(-90.00000933466734, 118.73914337158203, 146.96466064453125)" x="118.73914337158203" xlink:href="#section-arrow" y="146.96466064453125"/>
<use x="118.73914337158203" xlink:href="#section-tag" y="146.96466064453125"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="144.46466064453125">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="149.46466064453125">A401</text>
<use transform="rotate(-90.00000933466734, 118.73912811279297, 13.753327369689941)" x="118.73912811279297" xlink:href="#section-arrow" y="13.753327369689941"/>
<use x="118.73912811279297" xlink:href="#section-tag" y="13.753327369689941"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73912811279297" y="11.253327369689941">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73912811279297" y="16.25332736968994">A401</text>
<line class="GlobalId-0MO6Gkcdf19ANEpZYfOJIP IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="235.57122802734375" x2="235.57122802734375" y1="12.142725944519043" y2="145.83926391601562"/>
<use transform="rotate(90.00000250447816, 235.57122802734375, 12.142725944519043)" x="235.57122802734375" xlink:href="#section-arrow" y="12.142725944519043"/>
<line class="GlobalId-1MovOWV9r8rh$WoE5YRNCR IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="235.57122802734375" x2="235.57125854492188" y1="12.142725944519043" y2="145.83926391601562"/>
<use transform="rotate(89.99998884409983, 235.57122802734375, 12.142725944519043)" x="235.57122802734375" xlink:href="#section-arrow" y="12.142725944519043"/>
<use x="235.57122802734375" xlink:href="#section-tag" y="12.142725944519043"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="9.642725944519043">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="9.642725944519043">4B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="14.642725944519043">A400</text>
<use transform="rotate(90.00000250447816, 235.57122802734375, 145.83926391601562)" x="235.57122802734375" xlink:href="#section-arrow" y="145.83926391601562"/>
<use x="235.57122802734375" xlink:href="#section-tag" y="145.83926391601562"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="143.33926391601562">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57122802734375" y="148.33926391601562">A400</text>
<path class="GlobalId-2Mf8Sz4c1AnRmsnA9aVOPF IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.3471984863281 131.00978088378906 L 24.680625915527344 131.00978088378906"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.3471984863281, 127.50978088378906) rotate(0.0)">
<use transform="rotate(89.99998884409983, 235.57125854492188, 145.83926391601562)" x="235.57125854492188" xlink:href="#section-arrow" y="145.83926391601562"/>
<use x="235.57125854492188" xlink:href="#section-tag" y="145.83926391601562"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57125854492188" y="143.33926391601562">4B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="235.57125854492188" y="148.33926391601562">A400</text>
<path class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 83.28635049563049 L 256.55684371789295 83.28635887753366 L 241.01990461349487 129.07570901216465"/>
<path class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 83.28635049563049 L 256.55684371789295 83.28635887753366 L 241.43443504969278 103.31885817350346"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 83.2863540649414) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">MILLWORK REVEAL L ANGLE </tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">TOP AND BOTTOM</tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">FRY REGLET MWRL_ _</tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> </tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 83.2863540649414) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">MILLWORK REVEAL L ANGLE </tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">TOP AND BOTTOM</tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">FRY REGLET MWRL_ _</tspan>
<tspan class="GlobalId-2AIuHfSvjD7gLqkNF76DV5 IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> </tspan>
</text>
<path class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 80.41366048046845 L 77.90519793828328 80.41365993719695 L 100.63332319259644 109.05069165131844"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 80.41365814208984) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 80.41365814208984) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YDw6OKjjFugDzYd6kAt9U IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-216rt$Dt9FDgR7cJgK7MHf IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.34722900390625 131.00978088378906 L 24.680635452270508 131.00978088378906"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.34722900390625, 127.50978088378906) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="-1em" x="0" y="0">1ST FLOOR</tspan>
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -0&quot;</tspan>
</text>
<path class="GlobalId-08ahorL0X198VtkKTxstIA IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 72.50611980756123 142.63247750899592 L 83.37276180585225 142.63247750899592 L 120.42872607707977 126.00806656183201"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(72.50611877441406, 142.63247680664062) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-08ahorL0X198VtkKTxstIA IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">ALUM. MILLWORK REVEAL (FRY REGLET) </tspan>
<tspan class="GlobalId-08ahorL0X198VtkKTxstIA IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">AT BASE, TOP, &amp; INTERMITTENT VERTICALS</tspan>
<path class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 106.67400114438333 L 284.1639717419942 106.67400611143707 L 246.51052554448444 124.84686377347904"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 106.67401123046875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUDING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">3/16&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(72.50611877441406, 142.63247680664062) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-08ahorL0X198VtkKTxstIA IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">ALUM. MILLWORK REVEAL (FRY REGLET) </tspan>
<tspan class="GlobalId-08ahorL0X198VtkKTxstIA IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">AT BASE, TOP, &amp; INTERMITTENT VERTICALS</tspan>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 106.67401123046875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUDING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">3/16&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2u0jEGyy5CLQ0ZxX4AMc6q IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<path class="GlobalId-1$KD3tLPrCRB9gflVjJqWc IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 31.350436833514756 L 284.1639518737793 31.350446767622216 L 245.72292466958362 36.79629964333175"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.35043716430664) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1$KD3tLPrCRB9gflVjJqWc IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-2 (EXISTING - PATCH AS NECESSARY)</tspan>
<path class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 142.73329379857975 L 78.26632261276245 142.73329379857975 L 107.31524229049683 121.65325684052108"/>
<path class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 142.73329379857975 L 78.26632261276245 142.73329379857975 L 120.04282077153523 124.17225343685745"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 142.73330688476562) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUDING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">3/16&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.35043716430664) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-1$KD3tLPrCRB9gflVjJqWc IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P-2 (EXISTING - PATCH AS NECESSARY)</tspan>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 142.73330688476562) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUDING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">3/16&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-2byrmPhIHBhO1E8qdovDdg IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<path class="GlobalId-0V7qFLJeX0AepnKZLY2zAL IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45031356811523 44.735881713046616 L 284.1639518737793 44.735881713046616 L 240.81945419311523 51.05859590273498"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 44.73588562011719) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0V7qFLJeX0AepnKZLY2zAL IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">NEW SPIRAL DUCT</tspan>
<path class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28972220420837 19.241390652471768 L 77.34140753746033 19.24140058657923 L 111.21766765912373 45.967062837892755"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28972625732422, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 44.73588562011719) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0V7qFLJeX0AepnKZLY2zAL IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">NEW SPIRAL DUCT</tspan>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28972625732422, 19.241390228271484) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-3Pw_W1dY93ShcYH6Cx9Ly$ IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<line class="GlobalId-1Ve46md594KQlvKSTyKBUI IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="150.4149627685547" x2="150.4149627685547" y1="131.00978088378906" y2="108.78477478027344"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(149.4149627685547, 119.89727783203125) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(149.4149627685547, 119.89727783203125) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 6&quot;</tspan>
</text>
<path class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45033343633014 147.68614175619084 L 284.1639717419942 147.68614175619084 L 246.0901141166687 130.00617725353834"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 147.68614196777344) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 147.68614196777344) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0D4SBOwUnDwADcjrH5Yl9W IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<line class="GlobalId-2WEgcR3Un9BfoWDp62fHjY IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="201.33544921875" x2="201.33543395996094" y1="145.15574645996094" y2="11.919719696044922"/>
<use transform="rotate(-90.00000933466734, 201.33544921875, 145.15574645996094)" x="201.33544921875" xlink:href="#section-arrow" y="145.15574645996094"/>
<use x="201.33544921875" xlink:href="#section-tag" y="145.15574645996094"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33544921875" y="142.65574645996094">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33544921875" y="147.65574645996094">A401</text>
<use transform="rotate(-90.00000933466734, 201.33543395996094, 11.919719696044922)" x="201.33543395996094" xlink:href="#section-arrow" y="11.919719696044922"/>
<use x="201.33543395996094" xlink:href="#section-tag" y="11.919719696044922"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="9.419719696044922">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="201.33543395996094" y="14.419719696044922">A401</text>
<path class="GlobalId-0o5nM7$q9FhARrk2v6L$mO IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 304.3472595214844 181.80978393554688 L 24.68048667907715 181.8097686767578"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(304.3472595214844, 178.30978393554688) rotate(3.1260923897643827e-06)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
</text>
<path class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 58.274170286470635 L 284.1639618078867 58.27417525352437 L 245.72294453779855 63.72003309628763"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.274169921875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 58.274169921875) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0YMQYfjNzE3PQeYFMVXn2I IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<path class="GlobalId-0ANbaZzUf2yuBh3xlX0tPu IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 333.6417236328125 175.4597930908203 L 17.46244239807129 175.4597930908203"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(333.6417236328125, 171.9597930908203) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -7' - 0&quot;</tspan>
</text>
<path class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 73.28973213831583 126.71510679226516 L 77.76818672815958 126.71510679226516 L 112.48050133387247 114.20083843371667"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 126.7151107788086) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(73.28973388671875, 126.7151107788086) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0jOyIhjr59jBS2VE0ePbOt IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<path class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.45032350222266 31.350431866461022 L 284.1639618078867 31.350446767622216 L 245.7229395707448 36.79629467627802"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.350431442260742) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503173828125, 31.350431442260742) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0DGxGd4pf9Cusxe8Nn2bpx IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<path class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 287.4503433704376 155.30135534903803 L 284.1639816761017 155.30136031609175 L 200.66374788681665 121.87122605941094"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 155.30136108398438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(287.4503479003906, 155.30136108398438) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-05a$aoxnP5AREzE0JTka1i IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 AT WINDOW SILL</tspan>
</text>
<path class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" d="M 154.16370332241058 143.27992799581486 L 150.87734162807465 143.2799329628686 L 145.53294827540714 124.53511161308883"/>
<text dominant-baseline="middle" filter="url(#fill-background)" style="font-size: 0;" text-anchor="start" transform="translate(154.1636962890625, 143.27993774414062) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(154.1636962890625, 143.27993774414062) rotate(-8.537736462515939e-07)">
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STOCK INDUSTRIAL BLACK </tspan>
<tspan class="GlobalId-0gyyAQNR50oxd0tfrN7xQw IfcAnnotation PredefinedType-TEXTLEADER fill-bg predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">STEEL PIPE LEG SUPPORT</tspan>
</text>
<use transform="rotate(-90.0000161648565, -1432.247314453125, 136.99075317382812)" x="-1432.247314453125" xlink:href="#elevation-arrow" y="136.99075317382812"/>
<use x="-1432.247314453125" xlink:href="#elevation-tag" y="136.99075317382812"/>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="-1432.247314453125" y="134.49075317382812">-</text>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="-1432.247314453125" y="139.49075317382812">-</text>
<line class="GlobalId-0lZX7uDinFSBkMSNdru4kr IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="118.73915100097656" x2="118.73914337158203" y1="146.9646759033203" y2="13.753327369689941"/>
<use transform="rotate(-90.00000250447816, 118.73915100097656, 146.9646759033203)" x="118.73915100097656" xlink:href="#section-arrow" y="146.9646759033203"/>
<use x="118.73915100097656" xlink:href="#section-tag" y="146.9646759033203"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73915100097656" y="144.4646759033203">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73915100097656" y="149.4646759033203">A401</text>
<use transform="rotate(-90.00000250447816, 118.73914337158203, 13.753327369689941)" x="118.73914337158203" xlink:href="#section-arrow" y="13.753327369689941"/>
<use x="118.73914337158203" xlink:href="#section-tag" y="13.753327369689941"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="11.253327369689941">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="118.73914337158203" y="16.25332736968994">A401</text>
</svg>

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 760 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 762 KiB

View File

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="146.02316227738422mm" id="root" version="1.1" viewBox="0 0 320.67499558130896 146.02316227738422" width="320.67499558130896mm">
<defs/>
<path class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 132.62228075258116 L 91.2812997897466 132.62228075258116 L 97.9042500257492 120.93688451838672"/>
<path class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 132.62228075258116 L 91.2812997897466 132.62228075258116 L 99.30201868216196 95.25254273009479"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 132.62228393554688) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">MILLWORK REVEAL L ANGLE </tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">TOP AND BOTTOM</tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">FRY REGLET MWRL_ _</tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> </tspan>
</text>
<line class="GlobalId-27_5Wfua97Dw6j1O08ZTb3 IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="176.70143127441406" x2="176.70143127441406" y1="122.53902435302734" y2="104.55867004394531"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(175.70143127441406, 113.54884338378906) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
@ -8,24 +16,28 @@
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(175.70143127441406, 113.54884338378906) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<path class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 76.15588385454993 L 59.86854434013367 76.15588385454993 L 74.73807533582051 99.46815822116713"/>
<path class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 76.15588385454993 L 59.86854434013367 76.15588385454993 L 83.27202498912811 98.76036796562056"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 76.15589141845703) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-1</tspan>
<tspan class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<path class="GlobalId-0MfNMoaqL7zhnP6za7RcdV IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 24.32010475389343 L 261.3257269064585 24.32010475389343 L 215.17503758271533 48.80504462711196"/>
<path class="GlobalId-0MfNMoaqL7zhnP6za7RcdV IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 24.32010475389343 L 261.3257269064585 24.32010475389343 L 207.17911422252655 42.57604632369857"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 24.320106506347656) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0MfNMoaqL7zhnP6za7RcdV IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">NEW SPIRAL DUCT</tspan>
</text>
<path class="GlobalId-1rIIxXWT5CgO$gd08yeqK2 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 63.08442630958737 L 59.86854434013367 63.08442630958737 L 74.73807533582051 86.39670191796799"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 63.08443069458008) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-1rIIxXWT5CgO$gd08yeqK2 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (OR MAPLE VENEER) </tspan>
<tspan class="GlobalId-1rIIxXWT5CgO$gd08yeqK2 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> WITH ALUM FRY REGLET EDGING</tspan>
<path class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 202.4269551038742 134.600658253751 L 198.21616758902866 134.600658253751 L 183.65435550610223 118.47071253848254"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(202.4269561767578, 134.6006622314453) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">T - 1</tspan>
</text>
<path class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 178.10540025432903 132.71364473891435 L 173.89476920167604 132.71364473891435 L 183.65435550610223 118.47071253848254"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(178.1053924560547, 132.71365356445312) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TILE - &quot;BE IN&quot; </tspan>
<tspan class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">IRIS CERAMICA - ROSE</tspan>
<path class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 90.46441345008392 L 59.86854434013367 90.46441345008392 L 78.65417500336964 103.79009349735756"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 90.46441650390625) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUCTING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">1/8&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<use transform="rotate(-90.00000250447816, 2524.239990234375, 14.228293418884277)" x="2524.239990234375" xlink:href="#elevation-arrow" y="14.228293418884277"/>
<use x="2524.239990234375" xlink:href="#elevation-tag" y="14.228293418884277"/>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="2524.239990234375" y="11.728293418884277">-</text>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="2524.239990234375" y="16.728293418884277">-</text>
<line class="GlobalId-1DMPNsvhvEpvz8HXwLIaNY IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="234.52731323242188" x2="234.52731323242188" y1="122.53902435302734" y2="104.55867004394531"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(233.52731323242188, 113.54884338378906) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
@ -35,29 +47,16 @@
</text>
<path class="GlobalId-1w_wH2Y0D21O4sZcqshk55 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 94.27590572428882 L 261.3257269064585 94.27590572428882 L 247.90228406588236 105.42099082064807"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 94.2759017944336) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-1w_wH2Y0D21O4sZcqshk55 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-2</tspan>
<tspan class="GlobalId-1w_wH2Y0D21O4sZcqshk55 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 W/ BACKSPLASH</tspan>
</text>
<path class="GlobalId-055aoENGnCae9wsRWPZ3EK IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 31.61255174470128 L 261.3257269064585 31.61255174470128 L 247.90228406588236 42.75763684106053"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 31.6125545501709) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-055aoENGnCae9wsRWPZ3EK IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">LVT AT CURVED CEIING - TBD</tspan>
<path class="GlobalId-2q_NVNP8r2oeg$ak8o9ZOr IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 50.28951320640426 L 59.86854434013367 50.28951320640426 L 78.54879399140675 58.12695402495246"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 50.289512634277344) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-2q_NVNP8r2oeg$ak8o9ZOr IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<path class="GlobalId-3FPwd5mAz7Ff0ScaLQIXXO IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 49.46530017845016 L 261.3257269064585 49.46530017845016 L 247.90228406588236 60.61038154951911"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 49.465301513671875) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3FPwd5mAz7Ff0ScaLQIXXO IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SHELF HANGING CABLE/BRACKET</tspan>
<path class="GlobalId-2UifagLar1rQHW2A3fL7aX IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 60.09473680051347 L 59.86854434013367 60.09473680051347 L 89.24186726411183 71.70620325175108"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 60.09474182128906) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-2UifagLar1rQHW2A3fL7aX IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<path class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 106.8248118320324 L 59.86854434013367 106.8248118320324 L 81.30554854869843 111.46605167381148"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 106.82482147216797) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET (BLOCKING IN WALL)</tspan>
</text>
<line class="GlobalId-2OMi8eJor92RgDePdT4CEB IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="107.12135314941406" x2="107.12135314941406" y1="135.9053955078125" y2="7.641662120819092"/>
<use transform="rotate(-90.00000250447816, 107.12135314941406, 135.9053955078125)" x="107.12135314941406" xlink:href="#section-arrow" y="135.9053955078125"/>
<use x="107.12135314941406" xlink:href="#section-tag" y="135.9053955078125"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="133.4053955078125">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="138.4053955078125">A400</text>
<use transform="rotate(-90.00000250447816, 107.12135314941406, 7.641662120819092)" x="107.12135314941406" xlink:href="#section-arrow" y="7.641662120819092"/>
<use x="107.12135314941406" xlink:href="#section-tag" y="7.641662120819092"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="5.141662120819092">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="10.141662120819092">A400</text>
<line class="GlobalId-1VGvUfGZjF4fBs4SFvgvbo IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="141.35731506347656" x2="141.35731506347656" y1="6.066847801208496" y2="134.33058166503906"/>
<use transform="rotate(90.00000250447816, 141.35731506347656, 6.066847801208496)" x="141.35731506347656" xlink:href="#section-arrow" y="6.066847801208496"/>
<use x="141.35731506347656" xlink:href="#section-tag" y="6.066847801208496"/>
@ -67,15 +66,29 @@
<use x="141.35731506347656" xlink:href="#section-tag" y="134.33058166503906"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="141.35731506347656" y="131.83058166503906">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="141.35731506347656" y="136.83058166503906">A401</text>
<line class="GlobalId-2ktul20jX6pu48GZf4QbAX IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="223.9534454345703" x2="223.9534454345703" y1="5.869844436645508" y2="134.13357543945312"/>
<use transform="rotate(90.00000250447816, 223.9534454345703, 5.869844436645508)" x="223.9534454345703" xlink:href="#section-arrow" y="5.869844436645508"/>
<use x="223.9534454345703" xlink:href="#section-tag" y="5.869844436645508"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="3.369844436645508">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="8.369844436645508">A401</text>
<use transform="rotate(90.00000250447816, 223.9534454345703, 134.13357543945312)" x="223.9534454345703" xlink:href="#section-arrow" y="134.13357543945312"/>
<use x="223.9534454345703" xlink:href="#section-tag" y="134.13357543945312"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="131.63357543945312">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="136.63357543945312">A401</text>
<line class="GlobalId-2ktul20jX6pu48GZf4QbAX IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="223.9534454345703" x2="223.9534454345703" y1="6.853629112243652" y2="130.45457458496094"/>
<use transform="rotate(90.00000250447816, 223.9534454345703, 6.853629112243652)" x="223.9534454345703" xlink:href="#section-arrow" y="6.853629112243652"/>
<use x="223.9534454345703" xlink:href="#section-tag" y="6.853629112243652"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="4.353629112243652">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="9.353629112243652">A401</text>
<use transform="rotate(90.00000250447816, 223.9534454345703, 130.45457458496094)" x="223.9534454345703" xlink:href="#section-arrow" y="130.45457458496094"/>
<use x="223.9534454345703" xlink:href="#section-tag" y="130.45457458496094"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="127.95457458496094">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="223.9534454345703" y="132.95457458496094">A401</text>
<line class="GlobalId-2OMi8eJor92RgDePdT4CEB IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="107.12135314941406" x2="107.12135314941406" y1="135.9053955078125" y2="7.641662120819092"/>
<use transform="rotate(-90.00000250447816, 107.12135314941406, 135.9053955078125)" x="107.12135314941406" xlink:href="#section-arrow" y="135.9053955078125"/>
<use x="107.12135314941406" xlink:href="#section-tag" y="135.9053955078125"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="133.4053955078125">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="138.4053955078125">A400</text>
<use transform="rotate(-90.00000250447816, 107.12135314941406, 7.641662120819092)" x="107.12135314941406" xlink:href="#section-arrow" y="7.641662120819092"/>
<use x="107.12135314941406" xlink:href="#section-tag" y="7.641662120819092"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="5.141662120819092">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="107.12135314941406" y="10.141662120819092">A400</text>
<path class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 55.455416440963745 106.8248118320324 L 59.86854434013367 106.8248118320324 L 81.30554854869843 111.46605167381148"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(55.45541763305664, 106.82482147216797) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET</tspan>
<tspan class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">(BLOCKING IN WALL)</tspan>
</text>
<path class="GlobalId-1S$nfpywf1YwMSzXPztNuZ IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 685.8822021484375 154.29751586914062 L -355.7845458984375 154.29751586914062"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(685.8822021484375, 150.79751586914062) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -5' - 0&quot;</tspan>
@ -91,7 +104,7 @@
</text>
<path class="GlobalId-0cgR_yU$j3Aw$xUt7xmVpd IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 135.71838442079405 L 261.3257269064585 135.71838442079405 L 213.96561960379282 105.02968632769763"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 135.7183837890625) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0cgR_yU$j3Aw$xUt7xmVpd IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-2</tspan>
<tspan class="GlobalId-0cgR_yU$j3Aw$xUt7xmVpd IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS - 1</tspan>
</text>
<path class="GlobalId-0g6Z6pQmvAqQbsUIaQDs3F IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 265.5363579591115 69.09703491719743 L 261.3257269064585 69.09703491719743 L 247.90228406588236 80.24211504650296"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(265.5363464355469, 69.09703826904297) rotate(8.537736462515939e-07)">

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 647 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,89 +1,103 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.69472158683865mm" id="root" version="1.1" viewBox="0 0 640.0291919708252 158.69472158683865" width="640.0291919708252mm">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.67858638399287mm" id="root" version="1.1" viewBox="0 0 405.07916609446204 158.67858638399287" width="405.07916609446204mm">
<defs/>
<path class="GlobalId-2DWBQiDNb6eQU4RMjge6yf IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 847.1980590820312 181.8072509765625 L -194.46853637695312 181.8072509765625"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(847.1980590820312, 178.3072509765625) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
<path class="GlobalId-36fvlPrRDDvAYb4acjGcZ9 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 61.090439558029175 89.33062608059964 L 66.4522647857666 89.3306211135459 L 106.06571038564046 107.77564848479352"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(61.0904426574707, 89.33062744140625) rotate(-0.0)">
<tspan class="GlobalId-36fvlPrRDDvAYb4acjGcZ9 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">1/4&quot; POST OUTSIDE CORNER</tspan>
<tspan class="GlobalId-36fvlPrRDDvAYb4acjGcZ9 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">FRY REGLET - MWPOSC25_ _</tspan>
<tspan class="GlobalId-36fvlPrRDDvAYb4acjGcZ9 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">TYP. ON ALL OUTSIDE CORNERS</tspan>
</text>
<path class="GlobalId-2xJ9nizFPAnuV_aaVpl9uk IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 70.61545054117838 27.763872011172417 L 75.97728570302327 27.763872011172417 L 131.3275893529256 51.50091515349114"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(70.6154556274414, 27.763872146606445) rotate(-0.0)">
<tspan class="GlobalId-2xJ9nizFPAnuV_aaVpl9uk IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">NEW SPIRAL DUCT</tspan>
<line class="GlobalId-0NG7UAtrP9ngRE7FrX92mS IfcAnnotation PredefinedType-LINEWORK dashed predefinedtype-LINEWORK" x1="231.27532958984375" x2="231.27532958984375" y1="141.71119689941406" y2="78.62619018554688"/>
<path class="GlobalId-0aPJqYMrbF08rcXD6hsVLL IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 160.86116433143616 148.14071113881192 L 154.90503112475076 148.14070617175818 L 133.2320123910904 121.8786811333569"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(160.86117553710938, 148.14071655273438) rotate(-0.0)">
<tspan class="GlobalId-0aPJqYMrbF08rcXD6hsVLL IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET</tspan>
<tspan class="GlobalId-0aPJqYMrbF08rcXD6hsVLL IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">(BLOCKING IN WALL)</tspan>
</text>
<line class="GlobalId-25yEryuezAzhivKk96uxKi IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="144.81497192382812" x2="144.81492614746094" y1="140.44345092773438" y2="21.223146438598633"/>
<use transform="rotate(-90.00002299504568, 144.81497192382812, 140.44345092773438)" x="144.81497192382812" xlink:href="#section-arrow" y="140.44345092773438"/>
<use x="144.81497192382812" xlink:href="#section-tag" y="140.44345092773438"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="144.81497192382812" y="137.94345092773438">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="144.81497192382812" y="142.94345092773438">A400</text>
<use transform="rotate(-90.00002299504568, 144.81492614746094, 21.223146438598633)" x="144.81492614746094" xlink:href="#section-arrow" y="21.223146438598633"/>
<use x="144.81492614746094" xlink:href="#section-tag" y="21.223146438598633"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="144.81492614746094" y="18.723146438598633">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="144.81492614746094" y="23.723146438598633">A400</text>
<path class="GlobalId-1jWLMgi8b6jen0U5zhhYUI IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 847.1980590820312 131.00726318359375 L -194.46853637695312 131.00726318359375"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(847.1980590820312, 127.50726318359375) rotate(0.0)">
<line class="GlobalId-0Eo9TvIar538cU8Eva5iZM IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="96.55426025390625" x2="96.55425262451172" y1="148.70640563964844" y2="6.764767169952393"/>
<use transform="rotate(-90.00000250447816, 96.55426025390625, 148.70640563964844)" x="96.55426025390625" xlink:href="#section-arrow" y="148.70640563964844"/>
<use x="96.55426025390625" xlink:href="#section-tag" y="148.70640563964844"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="96.55426025390625" y="146.20640563964844">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="96.55426025390625" y="151.20640563964844">A400</text>
<use transform="rotate(-90.00000250447816, 96.55425262451172, 6.764767169952393)" x="96.55425262451172" xlink:href="#section-arrow" y="6.764767169952393"/>
<use x="96.55425262451172" xlink:href="#section-tag" y="6.764767169952393"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="96.55425262451172" y="4.264767169952393">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="96.55425262451172" y="9.264767169952393">A400</text>
<path class="GlobalId-1jWLMgi8b6jen0U5zhhYUI IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 837.6729736328125 130.9991912841797 L -203.99359130859375 130.9991912841797"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(837.6729736328125, 127.49919128417969) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="-1em" x="0" y="0">1ST FLOOR</tspan>
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -0&quot;</tspan>
</text>
<path class="GlobalId-2NscbhaLbFL9WaDLijz2Mu IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 70.61545054117838 100.58452056215965 L 75.97728570302327 100.58451559510593 L 101.86201333999634 109.93692146109306"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(70.6154556274414, 100.58451843261719) rotate(-0.0)">
<tspan class="GlobalId-2NscbhaLbFL9WaDLijz2Mu IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<path class="GlobalId-0ZCBulCln4A9L5960tBDWJ IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 248.93776575724283 144.54623427358035 L 242.98163255055744 144.5462293065266 L 214.8304283618927 119.62459103630745"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(248.93777465820312, 144.54623413085938) rotate(-0.0)">
<tspan class="GlobalId-0ZCBulCln4A9L5960tBDWJ IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">WAINSCOTT- ribbed</tspan>
</text>
<path class="GlobalId-0yLqr5PM97NAJdWHqcjOuh IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 847.1980590820312 131.00726318359375 L -194.46853637695312 131.00726318359375"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(847.1980590820312, 127.50726318359375) rotate(0.0)">
<line class="GlobalId-0AmK_ga$T0188YobX9Sq7f IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="136.58425903320312" x2="136.58425903320312" y1="18.055606842041016" y2="145.3177947998047"/>
<use transform="rotate(90.00000250447816, 136.58425903320312, 18.055606842041016)" x="136.58425903320312" xlink:href="#section-arrow" y="18.055606842041016"/>
<use x="136.58425903320312" xlink:href="#section-tag" y="18.055606842041016"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="136.58425903320312" y="15.555606842041016">3A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="136.58425903320312" y="20.555606842041016">A400</text>
<use transform="rotate(90.00000250447816, 136.58425903320312, 145.3177947998047)" x="136.58425903320312" xlink:href="#section-arrow" y="145.3177947998047"/>
<use x="136.58425903320312" xlink:href="#section-tag" y="145.3177947998047"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="136.58425903320312" y="142.8177947998047">3A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="136.58425903320312" y="147.8177947998047">A400</text>
<line class="GlobalId-1IbBopNUXD7Algr1g$L9x$ IfcAnnotation PredefinedType-LINEWORK dashed predefinedtype-LINEWORK" x1="182.06283569335938" x2="182.06283569335938" y1="141.71119689941406" y2="78.62619018554688"/>
<path class="GlobalId-0yLqr5PM97NAJdWHqcjOuh IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 837.6729736328125 130.9991912841797 L -203.99359130859375 130.9991912841797"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(837.6729736328125, 127.49919128417969) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -0&quot;</tspan>
</text>
<line class="GlobalId-0AmK_ga$T0188YobX9Sq7f IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="146.10926818847656" x2="146.10926818847656" y1="8.085021018981934" y2="152.09707641601562"/>
<use transform="rotate(90.00000250447816, 146.10926818847656, 8.085021018981934)" x="146.10926818847656" xlink:href="#section-arrow" y="8.085021018981934"/>
<use x="146.10926818847656" xlink:href="#section-tag" y="8.085021018981934"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="146.10926818847656" y="5.585021018981934">3A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="146.10926818847656" y="10.585021018981934">A400</text>
<use transform="rotate(90.00000250447816, 146.10926818847656, 152.09707641601562)" x="146.10926818847656" xlink:href="#section-arrow" y="152.09707641601562"/>
<use x="146.10926818847656" xlink:href="#section-tag" y="152.09707641601562"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="146.10926818847656" y="149.59707641601562">3A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="146.10926818847656" y="154.59707641601562">A400</text>
<path class="GlobalId-1YGAhBAUX6S8Umh84ns7UM IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 70.61545054117838 144.5586121714787 L 75.97728570302327 144.558607204425 L 173.54021469751993 108.43106723196074"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(70.6154556274414, 144.55860900878906) rotate(-0.0)">
<tspan class="GlobalId-1YGAhBAUX6S8Umh84ns7UM IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">ALUM. MILLWORK REVEAL (FRY REGLET) </tspan>
<tspan class="GlobalId-1YGAhBAUX6S8Umh84ns7UM IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">AT BASE, TOP, &amp; INTERMITTENT VERTICALS</tspan>
</text>
<path class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 248.93776575724283 95.67858394351367 L 242.98163255055744 95.6785814599868 L 236.84289058049518 128.64168848958377"/>
<path class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 242.98163255055744 95.6785814599868 L 235.88873942693073 103.5034419731971"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(248.93777465820312, 95.6785888671875) rotate(-0.0)">
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">1/8&quot; ALUM. ANGLE </tspan>
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">(SLIGHTLY PROUD OF SURFACE)</tspan>
</text>
<path class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 416.8124794960022 141.08770952986444 L 410.8563462893168 141.0877045628107 L 370.75654665629065 78.8398076465777"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(416.8125, 141.0877227783203) rotate(-0.0)">
<path class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 347.79056906700134 142.4526448549501 L 341.8344358603159 142.4526448549501 L 361.2315356731415 78.83174004515482"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(347.7905578613281, 142.45265197753906) rotate(-0.0)">
<tspan class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-2ZFl7Q0Wj9_fb1QfE2T8Sg IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="176.506591796875" x2="206.66908264160156" y1="99.9314193725586" y2="99.9314193725586"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(191.58782958984375, 98.9314193725586) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">4' - 9&quot;</tspan>
<path class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 280.45186400413513 143.0689022443366 L 274.4957307974497 143.06889727728287 L 260.48436760902405 128.63362088816086"/>
<path class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 274.4957307974497 143.06889727728287 L 259.5302164554596 103.4953743717742"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(280.4518737792969, 143.06890869140625) rotate(-0.0)">
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">MILLWORK REVEAL L ANGLE </tspan>
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">TOP AND BOTTOM</tspan>
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">FRY REGLET MWRL_ _</tspan>
<tspan class="GlobalId-2cPUfbUxT4uOOnBAcQGxdm IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> </tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="206.66908264160156" x2="225.71910095214844" y1="99.9314193725586" y2="99.9314193725586"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(216.194091796875, 98.9314193725586) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 0&quot;</tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="191.5878448486328" x2="240.80032348632812" y1="82.26091003417969" y2="82.26091003417969"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(216.194091796875, 81.26091003417969) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">7' - 9&quot;</tspan>
</text>
<path class="GlobalId-1P8WwK_oP6Jf96trAOkGjB IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 70.61545054117838 80.24751533870165 L 75.97728570302327 80.24751037164792 L 101.86201333999634 89.59991600480441"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(70.6154556274414, 80.24752044677734) rotate(-0.0)">
<path class="GlobalId-1P8WwK_oP6Jf96trAOkGjB IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 61.090439558029175 80.23944773727877 L 66.4522647857666 80.23944277022503 L 92.33699242273966 89.59184840338152"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(61.0904426574707, 80.23945617675781) rotate(-0.0)">
<tspan class="GlobalId-1P8WwK_oP6Jf96trAOkGjB IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<path class="GlobalId-1mjC38LMzBZRQbwzzYyq02 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 248.93776575724283 156.2431888418075 L 242.98163255055744 156.2431888418075 L 196.83291514714557 129.78162732091312"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(248.93777465820312, 156.24319458007812) rotate(-0.0)">
<line class="GlobalId-3_$bHfLOb5FAp2zmF2ePQ2 IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="324.820556640625" x2="325.2218017578125" y1="103.48252868652344" y2="128.8825225830078"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(326.02105712890625, 116.16673278808594) rotate(89.09496828850563)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">4' - 0&quot;</tspan>
</text>
<line class="GlobalId-3_$bHfLOb5FAp2zmF2ePQ2 IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="325.2218017578125" x2="325.2218017578125" y1="128.8825225830078" y2="130.9991912841797"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(326.2218017578125, 133.9991912841797) rotate(90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">4&quot;</tspan>
</text>
<path class="GlobalId-1mjC38LMzBZRQbwzzYyq02 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 239.41275477409363 153.518088211782 L 233.45662156740823 153.518088211782 L 187.30790416399637 129.7735597194902"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(239.41275024414062, 153.51809692382812) rotate(-0.0)">
<tspan class="GlobalId-1mjC38LMzBZRQbwzzYyq02 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">VINYL BASE (VB-1)</tspan>
</text>
<path class="GlobalId-0qGX_oIJPBnvYwUbvbcqCT IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 248.93776575724283 151.24660100903873 L 242.98163255055744 151.246596041985 L 193.2823856671651 108.59679794675871"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(248.93777465820312, 151.24659729003906) rotate(-0.0)">
<tspan class="GlobalId-0qGX_oIJPBnvYwUbvbcqCT IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">WAINSCOTT</tspan>
<path class="GlobalId-0qGX_oIJPBnvYwUbvbcqCT IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 239.41275477409363 148.52150037901322 L 233.45662156740823 148.52150037901322 L 183.7573746840159 108.58873034533582"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(239.41275024414062, 148.52151489257812) rotate(-0.0)">
<tspan class="GlobalId-0qGX_oIJPBnvYwUbvbcqCT IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<path class="GlobalId-2DWBQiDNb6eQU4RMjge6yf IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 837.6729736328125 181.79917907714844 L -203.99359130859375 181.79917907714844"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(837.6729736328125, 178.29917907714844) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
</text>
<path class="GlobalId-0ZCBulCln4A9L5960tBDWJ IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 239.41275477409363 141.82113364355484 L 233.45662156740823 141.82112867650113 L 205.30541737874347 119.61652343488456"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(239.41275024414062, 141.82113647460938) rotate(-0.0)">
<tspan class="GlobalId-0ZCBulCln4A9L5960tBDWJ IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">WD - 1</tspan>
</text>
<path class="GlobalId-2NscbhaLbFL9WaDLijz2Mu IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 61.090439558029175 121.9527051351142 L 66.4522647857666 121.95270016806047 L 92.33699242273966 109.92885385967017"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(61.0904426574707, 121.95270538330078) rotate(-0.0)">
<tspan class="GlobalId-2NscbhaLbFL9WaDLijz2Mu IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (AT COUNTERS)</tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="166.98158264160156" x2="197.14407348632812" y1="99.92335510253906" y2="99.92335510253906"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(182.06283569335938, 98.92335510253906) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">4' - 9&quot;</tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="197.14407348632812" x2="216.19407653808594" y1="99.92335510253906" y2="99.92335510253906"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(206.6690673828125, 98.92335510253906) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">3' - 0&quot;</tspan>
</text>
<line class="GlobalId-1r7rYeDjr72hsD1lBOV1pm IfcAnnotation PredefinedType-DIMENSION predefinedtype-DIMENSION" x1="182.06283569335938" x2="231.27532958984375" y1="82.25284576416016" y2="82.25284576416016"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(206.66908264160156, 81.25284576416016) rotate(0.0)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">7' - 9&quot;</tspan>
</text>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.69472158683865mm" id="root" version="1.1" viewBox="0 0 640.0291919708252 158.69472158683865" width="640.0291919708252mm">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="158.67858638399287mm" id="root" version="1.1" viewBox="0 0 405.07916609446204 158.67858638399287" width="405.07916609446204mm">
<defs/>
<image height="158.69472158683865" width="640.0291919708252" xlink:href="SECTION - SOUTH - BOOTH-underlay.png"/>
<image height="158.67858638399287" width="405.07916609446204" xlink:href="SECTION - SOUTH - BOOTH-underlay.png"/>
</svg>

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 533 B

View File

@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="145.9835148919417mm" id="root" version="1.1" viewBox="0 0 339.72497781117755 145.9835148919417" width="339.72497781117755mm">
<defs/>
<line class="GlobalId-1DMPNsvhvEpvz8HXwLIaNY IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="244.0523223876953" x2="244.0523223876953" y1="122.51919555664062" y2="104.53884887695312"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(243.0523223876953, 113.52902221679688) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(243.0523223876953, 113.52902221679688) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<path class="GlobalId-1w_wH2Y0D21O4sZcqshk55 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 275.0613490740458 94.25608203156757 L 270.8507180213928 94.25608203156757 L 257.42727518081665 105.40116712792683"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(275.0613708496094, 94.25608825683594) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-1w_wH2Y0D21O4sZcqshk55 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS-1 W/ BACKSPLASH</tspan>
</text>
<path class="GlobalId-2q_NVNP8r2oeg$ak8o9ZOr IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 24.90015214029916 L 69.39353545506795 24.90015214029916 L 113.01809052626291 57.86814550900427"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 24.90015411376953) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-2q_NVNP8r2oeg$ak8o9ZOr IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 1</tspan>
</text>
<path class="GlobalId-2UifagLar1rQHW2A3fL7aX IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 60.07491310779221 L 69.39353545506795 60.07491310779221 L 98.76685837904611 71.68637955902982"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 60.07491683959961) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-2UifagLar1rQHW2A3fL7aX IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">P - 2</tspan>
</text>
<line class="GlobalId-2OMi8eJor92RgDePdT4CEB IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="116.64635467529297" x2="116.64635467529297" y1="135.8855743408203" y2="7.621838569641113"/>
<use transform="rotate(-90.00000250447816, 116.64635467529297, 135.8855743408203)" x="116.64635467529297" xlink:href="#section-arrow" y="135.8855743408203"/>
<use x="116.64635467529297" xlink:href="#section-tag" y="135.8855743408203"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="116.64635467529297" y="133.3855743408203">4B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="116.64635467529297" y="138.3855743408203">A400</text>
<use transform="rotate(-90.00000250447816, 116.64635467529297, 7.621838569641113)" x="116.64635467529297" xlink:href="#section-arrow" y="7.621838569641113"/>
<use x="116.64635467529297" xlink:href="#section-tag" y="7.621838569641113"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="116.64635467529297" y="5.121838569641113">4B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="116.64635467529297" y="10.121838569641113">A400</text>
<path class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 106.80498813931116 L 69.39353545506795 106.80498813931116 L 90.8305396636327 111.44622798109023"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 106.80499267578125) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">TABLE BRACKET</tspan>
<tspan class="GlobalId-0XJCWG0DLCIAmE848vtxN7 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">(BLOCKING IN WALL)</tspan>
</text>
<line class="GlobalId-1VGvUfGZjF4fBs4SFvgvbo IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="150.88230895996094" x2="150.88230895996094" y1="6.047024250030518" y2="134.31076049804688"/>
<use transform="rotate(90.00000250447816, 150.88230895996094, 6.047024250030518)" x="150.88230895996094" xlink:href="#section-arrow" y="6.047024250030518"/>
<use x="150.88230895996094" xlink:href="#section-tag" y="6.047024250030518"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="150.88230895996094" y="3.5470242500305176">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="150.88230895996094" y="8.547024250030518">A401</text>
<use transform="rotate(90.00000250447816, 150.88230895996094, 134.31076049804688)" x="150.88230895996094" xlink:href="#section-arrow" y="134.31076049804688"/>
<use x="150.88230895996094" xlink:href="#section-tag" y="134.31076049804688"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="150.88230895996094" y="131.81076049804688">5B</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="150.88230895996094" y="136.81076049804688">A401</text>
<line class="GlobalId-2ktul20jX6pu48GZf4QbAX IfcAnnotation PredefinedType-SECTION predefinedtype-SECTION" x1="233.47845458984375" x2="233.47845458984375" y1="6.833805561065674" y2="130.43475341796875"/>
<use transform="rotate(90.00000250447816, 233.47845458984375, 6.833805561065674)" x="233.47845458984375" xlink:href="#section-arrow" y="6.833805561065674"/>
<use x="233.47845458984375" xlink:href="#section-tag" y="6.833805561065674"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="233.47845458984375" y="4.333805561065674">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="233.47845458984375" y="9.333805561065674">A401</text>
<use transform="rotate(90.00000250447816, 233.47845458984375, 130.43475341796875)" x="233.47845458984375" xlink:href="#section-arrow" y="130.43475341796875"/>
<use x="233.47845458984375" xlink:href="#section-tag" y="130.43475341796875"/>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="233.47845458984375" y="127.93475341796875">5A</text>
<text class="SECTION" dominant-baseline="middle" text-anchor="middle" x="233.47845458984375" y="132.93475341796875">A401</text>
<path class="GlobalId-1S$nfpywf1YwMSzXPztNuZ IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 695.4071655273438 154.27767944335938 L -346.259521484375 154.27767944335938"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(695.4071655273438, 150.77767944335938) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -5' - 0&quot;</tspan>
</text>
<path class="GlobalId-1pg_LZrUvDRBLMX1vWTplB IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 695.4071655273438 122.52767944335938 L -346.259521484375 122.52767944335938"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(695.4071655273438, 119.02767944335938) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="-1em" x="0" y="0">1ST FLOOR</tspan>
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL +0&quot;</tspan>
</text>
<path class="GlobalId-0cgR_yU$j3Aw$xUt7xmVpd IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 275.0613490740458 135.6985607280728 L 270.8507180213928 135.6985607280728 L 223.4906107187271 105.00986263497639"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(275.0613708496094, 135.6985626220703) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0cgR_yU$j3Aw$xUt7xmVpd IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">SS - 1</tspan>
</text>
<path class="GlobalId-0g6Z6pQmvAqQbsUIaQDs3F IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 275.0613490740458 69.07721122447617 L 270.8507180213928 69.07721122447617 L 257.42727518081665 80.2222913537817"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(275.0613708496094, 69.07721710205078) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0g6Z6pQmvAqQbsUIaQDs3F IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL-2 (OR MAPLE VENEER) SHELVES </tspan>
<tspan class="GlobalId-0g6Z6pQmvAqQbsUIaQDs3F IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> WITH CONCEALED BRACKETS </tspan>
<tspan class="GlobalId-0g6Z6pQmvAqQbsUIaQDs3F IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> AT WALL</tspan>
</text>
<path class="GlobalId-3SHZ3jXn1EO9cOCT8upDyI IfcAnnotation PredefinedType-SECTIONLEVEL predefinedtype-SECTIONLEVEL" d="M 695.4071655273438 173.3276824951172 L -346.259521484375 173.3276824951172"/>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="start" transform="translate(695.4071655273438, 169.8276824951172) rotate(0.0)">
<tspan class="SECTIONLEVEL" dy="0em" x="0" y="0">RL -8' - 0&quot;</tspan>
</text>
<path class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 132.60245705985992 L 100.80629090468088 132.60245705985992 L 107.42924114068349 120.91706082566547"/>
<path class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 132.60245705985992 L 100.80629090468088 132.60245705985992 L 108.82700979709625 95.23271903737354"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 132.6024627685547) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">MILLWORK REVEAL L ANGLE </tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">TOP AND BOTTOM</tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">FRY REGLET MWRL_ _</tspan>
<tspan class="GlobalId-1_EGK4Nl97kAu7UmP2_m3C IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> </tspan>
</text>
<line class="GlobalId-27_5Wfua97Dw6j1O08ZTb3 IfcAnnotation PredefinedType-DIMENSION fill-bg predefinedtype-DIMENSION" x1="186.2264404296875" x2="186.2264404296875" y1="122.51919555664062" y2="104.53884887695312"/>
<text dominant-baseline="baseline" filter="url(#fill-background)" style="font-size: 0;" text-anchor="middle" transform="translate(185.2264404296875, 113.52902221679688) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<text dominant-baseline="baseline" style="font-size: 0;" text-anchor="middle" transform="translate(185.2264404296875, 113.52902221679688) rotate(-90.00000250447816)">
<tspan class="DIMENSION" dy="0em" x="0" y="0">2' - 10&quot;</tspan>
</text>
<path class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 76.13606016182867 L 69.39353545506795 76.13606016182867 L 92.7970161040624 98.74054427289931"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 76.13606262207031) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-25A1GXD1vDY9oEejkJNJXs IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">PL - 3</tspan>
</text>
<path class="GlobalId-0MfNMoaqL7zhnP6za7RcdV IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 275.0613490740458 24.300281061172164 L 270.8507180213928 24.300281061172164 L 216.70410533746082 42.55622263097731"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(275.0613708496094, 24.300283432006836) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-0MfNMoaqL7zhnP6za7RcdV IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">NEW SPIRAL DUCT</tspan>
</text>
<path class="GlobalId-3teyoFk3r9l8_sa$zKFbX1 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 40.821320169607475 L 69.39353545506795 40.821320169607475 L 86.02609237035115 52.94026693050034"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 40.82132339477539) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3teyoFk3r9l8_sa$zKFbX1 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">STENCIL TYPE PATTERN OF </tspan>
<tspan class="GlobalId-3teyoFk3r9l8_sa$zKFbX1 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0"> ABSTRACT TEA LEAVES BY</tspan>
<tspan class="GlobalId-3teyoFk3r9l8_sa$zKFbX1 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0"> GRAPHIC ARTIST/SIGNAGE </tspan>
<tspan class="GlobalId-3teyoFk3r9l8_sa$zKFbX1 IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="3em" x="0" y="0"> CONTRACTOR</tspan>
</text>
<path class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 211.95194621880847 134.58083456102975 L 207.74115870396295 134.58083456102975 L 193.17934662103653 118.4508888457613"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="start" transform="translate(211.9519500732422, 134.58084106445312) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3PTIyOVJD9ivMfzM2MXShE IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">T - 1</tspan>
</text>
<path class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" d="M 64.98040755589803 90.44458975736269 L 69.39353545506795 90.44458975736269 L 88.17916611830393 103.77026980463633"/>
<text dominant-baseline="middle" style="font-size: 0;" text-anchor="end" transform="translate(64.98040771484375, 90.44459533691406) rotate(8.537736462515939e-07)">
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="0em" x="0" y="0">3/16&quot; WIDE PROTRUDING ALUM. DIVIDER</tspan>
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="1em" x="0" y="0">3/16&quot; PROUD OF P-LAM</tspan>
<tspan class="GlobalId-3PzijIKjL9wRnzoRZSXMpI IfcAnnotation PredefinedType-TEXTLEADER predefinedtype-TEXTLEADER" dy="2em" x="0" y="0">(ALTERNATE 2' &amp; 4' INTERVALS)</tspan>
</text>
<use transform="rotate(-90.00000250447816, 2533.764892578125, 14.208470344543457)" x="2533.764892578125" xlink:href="#elevation-arrow" y="14.208470344543457"/>
<use x="2533.764892578125" xlink:href="#elevation-tag" y="14.208470344543457"/>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="2533.764892578125" y="11.708470344543457">-</text>
<text class="ELEVATION" dominant-baseline="middle" text-anchor="middle" x="2533.764892578125" y="16.708470344543457">-</text>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 651 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 KiB

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:ifc="http://www.ifcopenshell.org/ns" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" data-scale="1/4&quot;=1'-0&quot;" height="145.9835148919417mm" id="root" version="1.1" viewBox="0 0 339.72497781117755 145.9835148919417" width="339.72497781117755mm">
<defs/>
<image height="145.9835148919417" width="339.72497781117755" xlink:href="SECTION - WEST - POS-underlay.png"/>
</svg>

After

Width:  |  Height:  |  Size: 527 B

View File

@ -5,19 +5,19 @@
<g data-type="titleblock" id="g1">
<image xlink:href="titleblocks%5C22x34.svg" x="0" y="0" width="863.59998" height="558.79999" id="image1"/>
</g>
<g data-type="drawing" data-id="2111999" data-drawing="0kFFlOO7nAxx3wt2DFcRhs" id="g7" transform="translate(43.560535,231.41534)">
<image data-type="background" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20FRONT-underlay.png" x="12.53751191821289" y="29.991281575523317" width="351.10418001810706" height="158.69976684851247" id="image5"/>
<image data-type="foreground" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20FRONT.svg" x="12.53751191821289" y="29.991281575523317" width="351.10418001810706" height="158.69976684851247" id="image6"/>
<image data-type="view-title" xlink:href="assets%5Cview-title.svg" x="12.53751191821289" y="193.6910484244767" width="125" height="10" id="image7"/>
</g>
<g data-type="drawing" data-id="2117741" data-drawing="1osEJjNj16uh1RUm9Az1G1" id="g10" transform="translate(433.50275,239.0745)">
<image data-type="background" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20POS-underlay.png" x="29.999997209345565" y="29.99999886130786" width="320.67499558130896" height="146.02316227738422" id="image8"/>
<image data-type="foreground" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20POS.svg" x="29.999997209345565" y="29.99999886130786" width="320.67499558130896" height="146.02316227738422" id="image9"/>
<image data-type="background" xlink:href="..\drawings\SECTION - WEST - POS-underlay.png" x="29.999997209345565" y="29.99999886130786" width="320.67499558130896" height="146.02316227738422" id="image8"/>
<image data-type="foreground" xlink:href="..\drawings\SECTION - WEST - POS.svg" x="29.999997209345565" y="29.99999886130786" width="320.67499558130896" height="146.02316227738422" id="image9"/>
<image data-type="view-title" xlink:href="assets%5Cview-title.svg" x="29.999997209345565" y="181.02316113869213" width="125" height="10" id="image10"/>
</g>
<g data-type="drawing" data-id="2420172" data-drawing="3FGhfEYvT1ou_K9Ot1GBUp" id="g4" transform="translate(81.7854,16.363536)">
<image data-type="background" xlink:href="..\drawings\SECTION - SOUTH - BOOTH-underlay.png" x="30" y="30" width="640.02917" height="158.69472" id="image2"/>
<image data-type="foreground" xlink:href="..\drawings\SECTION - SOUTH - BOOTH.svg" x="30" y="30" width="640.02917" height="158.69472" id="image3"/>
<image data-type="view-title" xlink:href="assets%5Cview-title.svg" x="30" y="193.69472" width="125" height="10" id="image4"/>
<g data-type="drawing" data-id="2540411" data-drawing="0rGY7CGMTAVR5hNnssiJfd" id="g7" transform="translate(36.577315,232.93974)">
<image data-type="background" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20FRONT-underlay.png" x="30.00000499094631" y="30.000001575743795" width="351.10418001810706" height="158.69976684851247" id="image5"/>
<image data-type="foreground" xlink:href="..%5Cdrawings%5CSECTION%20-%20EAST%20-%20FRONT.svg" x="30.00000499094631" y="30.000001575743795" width="351.10418001810706" height="158.69976684851247" id="image6"/>
<image data-type="view-title" xlink:href="assets%5Cview-title.svg" x="30.00000499094631" y="193.6997684242562" width="125" height="10" id="image7"/>
</g>
<g data-type="drawing" data-id="2540441" data-drawing="3FGhfEYvT1ou_K9Ot1GBUp" id="g4" transform="translate(173.26096,9.6256091)">
<image data-type="background" xlink:href="..%5Cdrawings%5CSECTION%20-%20SOUTH%20-%20BOOTH-underlay.png" x="30" y="30" width="405.07916" height="158.67859" id="image2"/>
<image data-type="foreground" xlink:href="..%5Cdrawings%5CSECTION%20-%20SOUTH%20-%20BOOTH.svg" x="30" y="30" width="405.07916" height="158.67859" id="image3"/>
<image data-type="view-title" xlink:href="assets%5Cview-title.svg" x="30" y="193.67859" width="125" height="10" id="image4"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB