From 561aa2bca973e06e4e493692f1afc450d02936c2 Mon Sep 17 00:00:00 2001 From: "AMCBRIDGE\\ksloboda" Date: Fri, 25 Aug 2023 22:48:36 +0300 Subject: [PATCH] update function ids --- LayoutFunctions/ClassroomLayout/hypar.json | 2 +- .../LayoutFunctionCommon/LayoutStrategies.cs | 20 ++++++++++++------- .../LayoutFunctionCommon/OverrideUtilities.cs | 4 ++-- LayoutFunctions/LoungeLayout/hypar.json | 2 +- LayoutFunctions/MeetingRoomLayout/hypar.json | 2 +- LayoutFunctions/OpenCollabLayout/hypar.json | 2 +- LayoutFunctions/PantryLayout/hypar.json | 2 +- LayoutFunctions/PhoneBoothLayout/hypar.json | 2 +- .../PhoneBoothLayout/src/PhoneBoothLayout.cs | 1 - .../dependencies/SpaceSettingsOverride.cs | 2 +- .../PrivateOfficeLayout/hypar.json | 4 +--- .../PrivateOfficeLayout/mirrored-catalog.json | 1 - .../mirrored-catalog1.json | 1 - .../src/PrivateOfficeLayout.cs | 2 -- .../src/PrivateOfficeLayout.csproj | 1 - .../dependencies/SpaceSettingsOverride.cs | 2 +- LayoutFunctions/ReceptionLayout/hypar.json | 2 +- .../ReceptionLayout/src/ReceptionLayout.cs | 6 +++--- 18 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 LayoutFunctions/PrivateOfficeLayout/mirrored-catalog.json delete mode 100644 LayoutFunctions/PrivateOfficeLayout/mirrored-catalog1.json diff --git a/LayoutFunctions/ClassroomLayout/hypar.json b/LayoutFunctions/ClassroomLayout/hypar.json index 2f8d2345..1fd9c659 100644 --- a/LayoutFunctions/ClassroomLayout/hypar.json +++ b/LayoutFunctions/ClassroomLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "cb7dad4e-550c-4d7c-80fa-9b570a38b678", + "id": "e83225ea-a792-45d6-8426-e19ebe00a929", "name": "Classroom Layout", "description": "Generate an interior layout for classroom zones.", "model_output": "Classroom Layout", diff --git a/LayoutFunctions/LayoutFunctionCommon/LayoutStrategies.cs b/LayoutFunctions/LayoutFunctionCommon/LayoutStrategies.cs index 89af2a4c..9264cbe6 100644 --- a/LayoutFunctions/LayoutFunctionCommon/LayoutStrategies.cs +++ b/LayoutFunctions/LayoutFunctionCommon/LayoutStrategies.cs @@ -194,11 +194,14 @@ public static void StandardLayoutOnAllLevels(); foreach (var room in roomBoundaries) { - var spaceSettingsValue = defaultValue != null && proxies != null ? OverrideUtilities.MatchApplicableOverride( - overridesBySpaceBoundaryId, - OverrideUtilities.GetSpaceBoundaryProxy(room, roomBoundaries.Proxies(OverrideUtilities.SpaceBoundaryOverrideDependencyName)), - defaultValue, - proxies).Value : default; + var spaceSettingsValue = + defaultValue != null && proxies != null ? + OverrideUtilities.MatchApplicableOverride( + overridesBySpaceBoundaryId, + OverrideUtilities.GetSpaceBoundaryProxy(room, roomBoundaries.Proxies(OverrideUtilities.SpaceBoundaryOverrideDependencyName)), + defaultValue, + proxies).Value : + default; ProcessRoom(room, outputModel, countSeats, configs, spaceSettingsValue, corridorSegments, levelVolume, wallCandidateLines); } @@ -217,11 +220,14 @@ public static void StandardLayoutOnAllLevels(room, outputModel, countSeats, configs, spaceSettingsValue); } OverrideUtilities.InstancePositionOverrides(overrides, outputModel); diff --git a/LayoutFunctions/LayoutFunctionCommon/OverrideUtilities.cs b/LayoutFunctions/LayoutFunctionCommon/OverrideUtilities.cs index d2779f39..42e733a2 100644 --- a/LayoutFunctions/LayoutFunctionCommon/OverrideUtilities.cs +++ b/LayoutFunctions/LayoutFunctionCommon/OverrideUtilities.cs @@ -9,8 +9,8 @@ namespace LayoutFunctionCommon { public class OverrideUtilities { - public static readonly string SpaceBoundaryOverrideDependencyName = "Space Planning Zones"; - public static readonly string SpaceBoundaryOverrideName = "Space Settings"; + public const string SpaceBoundaryOverrideDependencyName = "Space Planning Zones"; + public const string SpaceBoundaryOverrideName = "Space Settings"; public static void InstancePositionOverrides(dynamic overrides, Model model) { diff --git a/LayoutFunctions/LoungeLayout/hypar.json b/LayoutFunctions/LoungeLayout/hypar.json index ea0d9296..212f4b2a 100644 --- a/LayoutFunctions/LoungeLayout/hypar.json +++ b/LayoutFunctions/LoungeLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "f9a40e01-43b9-403e-9e29-0022f72bfecc", + "id": "2586d6e9-8586-42a0-9d49-b80d0d684925", "name": "Lounge Layout", "description": "Layout lounge spaces", "model_output": "Lounge Layout", diff --git a/LayoutFunctions/MeetingRoomLayout/hypar.json b/LayoutFunctions/MeetingRoomLayout/hypar.json index 30b564f7..3a1046e1 100644 --- a/LayoutFunctions/MeetingRoomLayout/hypar.json +++ b/LayoutFunctions/MeetingRoomLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "001b14ac-b387-4199-ac0d-575619492847", + "id": "9a574d33-ae1e-4a68-a548-148d65fcf79e", "name": "Meeting Room Layout", "description": "Lay out meeting rooms.", "language": "C#", diff --git a/LayoutFunctions/OpenCollabLayout/hypar.json b/LayoutFunctions/OpenCollabLayout/hypar.json index ecdb4ad9..79a7509e 100644 --- a/LayoutFunctions/OpenCollabLayout/hypar.json +++ b/LayoutFunctions/OpenCollabLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "30901831-bcfe-4227-b53e-f9bec5f44f96", + "id": "1a57db32-3ac1-4874-a23a-61f160c54604", "name": "Open Collaboration Layout", "description": "Lay out Open collaboration spaces.", "language": "C#", diff --git a/LayoutFunctions/PantryLayout/hypar.json b/LayoutFunctions/PantryLayout/hypar.json index 17fc85bf..67e690b8 100644 --- a/LayoutFunctions/PantryLayout/hypar.json +++ b/LayoutFunctions/PantryLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "0632c716-e03f-4682-8434-f79c30160130", + "id": "8115dd28-7ca9-4e91-9117-83f9d5e299da", "name": "Pantry Layout", "description": "Layout Pantry spaces", "language": "C#", diff --git a/LayoutFunctions/PhoneBoothLayout/hypar.json b/LayoutFunctions/PhoneBoothLayout/hypar.json index a35c9e1b..88401235 100644 --- a/LayoutFunctions/PhoneBoothLayout/hypar.json +++ b/LayoutFunctions/PhoneBoothLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "30b5f0c5-67d7-40d5-bdb6-d86c66d58142", + "id": "6ddde416-c7e7-46cf-8fa0-8c5b1d268dd3", "name": "Phone Booth Layout", "model_output": "Phone Booth Layout", "description": "Lay out phone booths", diff --git a/LayoutFunctions/PhoneBoothLayout/src/PhoneBoothLayout.cs b/LayoutFunctions/PhoneBoothLayout/src/PhoneBoothLayout.cs index a2381eca..888638f5 100644 --- a/LayoutFunctions/PhoneBoothLayout/src/PhoneBoothLayout.cs +++ b/LayoutFunctions/PhoneBoothLayout/src/PhoneBoothLayout.cs @@ -41,7 +41,6 @@ public static PhoneBoothLayoutOutputs Execute(Dictionary inputMod var output = new PhoneBoothLayoutOutputs(); var configJson = File.ReadAllText("./PhoneBoothConfigurations.json"); var configs = JsonConvert.DeserializeObject(configJson); - FlippedConfigurations.Init(configs); var wallMat = new Material("Drywall", new Color(0.9, 0.9, 0.9, 1.0), 0.01, 0.01); var glassMat = new Material("Glass", new Color(0.7, 0.7, 0.7, 0.3), 0.3, 0.6); diff --git a/LayoutFunctions/PrivateOfficeLayout/dependencies/SpaceSettingsOverride.cs b/LayoutFunctions/PrivateOfficeLayout/dependencies/SpaceSettingsOverride.cs index 4591a6bd..7ddebb4a 100644 --- a/LayoutFunctions/PrivateOfficeLayout/dependencies/SpaceSettingsOverride.cs +++ b/LayoutFunctions/PrivateOfficeLayout/dependencies/SpaceSettingsOverride.cs @@ -2,7 +2,7 @@ namespace PrivateOfficeLayout { - public partial class SpaceSettingsValue : ISpaceSettingsOverrideValue + public partial class SpaceSettingsValue : ISpaceSettingsOverrideFlipValue { } diff --git a/LayoutFunctions/PrivateOfficeLayout/hypar.json b/LayoutFunctions/PrivateOfficeLayout/hypar.json index 43ec5578..3b1e68fa 100644 --- a/LayoutFunctions/PrivateOfficeLayout/hypar.json +++ b/LayoutFunctions/PrivateOfficeLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/function.json", - "id": "b608e43a-5143-40dc-a1b7-271f2cab7db7", + "id": "94dc146d-a523-412a-989f-dafdacd1ac68", "name": "Private Office Layout", "description": "Lay out private offices.", "model_output": "Private Office Layout", @@ -138,8 +138,6 @@ "https://prod-api.hypar.io/schemas/CirculationSegment", "https://prod-api.hypar.io/schemas/LevelVolume" ], - "content_catalogs": [ - ], "outputs": [ { "unit_type": "none", diff --git a/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog.json b/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog.json deleted file mode 100644 index f1e01a45..00000000 --- a/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog.json +++ /dev/null @@ -1 +0,0 @@ -{"Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Elements": {"9babb829-9b96-4e73-97f4-9658d4d6c31c": {"discriminator": "Elements.Material", "Color": {"Red": 1.0, "Green": 1.0, "Blue": 1.0, "Alpha": 1.0}, "SpecularFactor": 0.0, "GlossinessFactor": 0.0, "Unlit": false, "DoubleSided": false, "RepeatTexture": true, "InterpolateTexture": true, "EmissiveFactor": 0.0, "Draw In Front": false, "EdgeDisplaySettings": null, "Id": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Name": "default"}, "1d1e055b-2dba-4044-81eb-c6ae4cbc842b": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.04335047439336777, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}, {"X": -0.04335047439336777, "Y": 0.05233844321966172, "Z": 0.0003292584314011038}, {"X": 0.0836499086380005, "Y": 0.05233844321966172, "Z": 0.0003292584314011038}, {"X": 0.0836499086380005, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}]}, "Voids": [], "Id": "1d1e055b-2dba-4044-81eb-c6ae4cbc842b", "Name": null}, "7abc418d-bfb8-4e1d-9eef-45e23ae87339": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8ed27cb5-a929-4387-bdf8-b4e8e0a486c4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.04335047439336777, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}, "Max": {"X": 0.0836499086380005, "Y": 0.05233844321966172, "Z": 0.25468292827606204}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "1d1e055b-2dba-4044-81eb-c6ae4cbc842b", "Height": 0.25435366984466096, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7abc418d-bfb8-4e1d-9eef-45e23ae87339", "Name": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m", "Part List": "1 x RS2RS003, 1 x RS2RS005", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m", "NestedFamilyTypeNames": "[]"}, "6e30ea0d-66e6-4506-8816-0c44fec72a2c": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.11139892344474793, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}, {"X": -0.11139892344474793, "Y": 0.11942046325206757, "Z": 0.0015404548913240433}, {"X": 0.1113996864795685, "Y": 0.11942046325206757, "Z": 0.0015404548913240433}, {"X": 0.1113996864795685, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}]}, "Voids": [], "Id": "6e30ea0d-66e6-4506-8816-0c44fec72a2c", "Name": null}, "5b4f2143-90dc-4bab-9a42-1aed916286a8": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/64a8445a-f2d7-4650-8c8b-1eb0b4243be9.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.11139892344474793, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}, "Max": {"X": 0.1113996864795685, "Y": 0.11942046325206757, "Z": 0.036823022621870045}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "6e30ea0d-66e6-4506-8816-0c44fec72a2c", "Height": 0.035282567730546, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5b4f2143-90dc-4bab-9a42-1aed916286a8", "Name": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"Block 4 Components @ 111334 AM\",\"Symbol Name\":\"0.223 m x 0.239 m\"}]"}, "ef4e548d-2f9c-4827-9b73-ba08670772c8": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12736068534851075, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}, {"X": -0.12736068534851075, "Y": 0.14097768666744234, "Z": 0.00032736546350643043}, {"X": 0.3256953815460205, "Y": 0.14097768666744234, "Z": 0.00032736546350643043}, {"X": 0.3256953815460205, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}]}, "Voids": [], "Id": "ef4e548d-2f9c-4827-9b73-ba08670772c8", "Name": null}, "89072216-1892-48d1-bae4-e22aa3129383": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d4289d6f-8747-4157-af5f-a3815ab8b92b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12736068534851075, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}, "Max": {"X": 0.3256953815460205, "Y": 0.14097768666744234, "Z": 0.0877241512298584}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "ef4e548d-2f9c-4827-9b73-ba08670772c8", "Height": 0.08739678576635197, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "89072216-1892-48d1-bae4-e22aa3129383", "Name": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_", "Part List": "1 x BJMMC006", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_", "NestedFamilyTypeNames": "[]"}, "b7db6849-130b-4b10-8b31-f2a0dc6d18fc": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.27829053525924685, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}, {"X": -0.27829053525924685, "Y": 0.20211869487762452, "Z": -5.755614929971176e-15}, {"X": 0.202411518573761, "Y": 0.20211869487762452, "Z": -5.755614929971176e-15}, {"X": 0.202411518573761, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "b7db6849-130b-4b10-8b31-f2a0dc6d18fc", "Name": null}, "93623887-4e35-43c7-b624-a254b1c8f7ef": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/16382c8a-5213-42ec-9e32-546d4b2ab210.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.27829053525924685, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}, "Max": {"X": 0.202411518573761, "Y": 0.20211869487762452, "Z": 0.5452201724052429}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "b7db6849-130b-4b10-8b31-f2a0dc6d18fc", "Height": 0.5452201724052487, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "93623887-4e35-43c7-b624-a254b1c8f7ef", "Name": "Bolia - Grab - Pouf Mirrored - Small", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Bolia - Grab - Pouf Mirrored - Small", "NestedFamilyTypeNames": "[{\"Family Name\":\"Bolia - Grab - Pouf\",\"Symbol Name\":\"Small\"}]"}, "713cacda-7e83-47bc-8dbc-f77c8cc1a25d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.29997380475997926, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}, {"X": -0.29997380475997926, "Y": 0.14998700230121614, "Z": -1.0690246188271857e-13}, {"X": 0.2999738774299622, "Y": 0.14998700230121614, "Z": -1.0690246188271857e-13}, {"X": 0.2999738774299622, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}]}, "Voids": [], "Id": "713cacda-7e83-47bc-8dbc-f77c8cc1a25d", "Name": null}, "ff31437b-0251-451a-a8e5-137342bd9aff": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/7b099489-38c1-46a4-abb1-d927620fe133.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.29997380475997926, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}, "Max": {"X": 0.2999738774299622, "Y": 0.14998700230121614, "Z": 1.219600411605835}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "713cacda-7e83-47bc-8dbc-f77c8cc1a25d", "Height": 1.2196004116059418, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ff31437b-0251-451a-a8e5-137342bd9aff", "Name": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories", "NestedFamilyTypeNames": "[{\"Family Name\":\"Extremis - Sticks - Space Divider 60x30\",\"Symbol Name\":\"Accessories\"}]"}, "6b651f67-2fe6-4ae1-b693-3ecba9940d65": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.08529331305027009, "Y": -0.16413482151031494, "Z": 0.6925163778305055}, {"X": -0.08529331305027009, "Y": -0.05181608684062958, "Z": 0.6925163778305055}, {"X": 0.08590263268947601, "Y": -0.05181608684062958, "Z": 0.6925163778305055}, {"X": 0.08590263268947601, "Y": -0.16413482151031494, "Z": 0.6925163778305055}]}, "Voids": [], "Id": "6b651f67-2fe6-4ae1-b693-3ecba9940d65", "Name": null}, "13750f14-a26e-45d9-a644-41460c19240b": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/a43edac4-2f42-43b7-b7cb-d37e3e9b3306.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.08529331305027009, "Y": -0.16413482151031494, "Z": 0.6925163778305055}, "Max": {"X": 0.08590263268947601, "Y": -0.05181608684062958, "Z": 0.768702134513855}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "6b651f67-2fe6-4ae1-b693-3ecba9940d65", "Height": 0.07618575668334959, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "13750f14-a26e-45d9-a644-41460c19240b", "Name": "Greenpoint - Power Module Mirrored - Power Module", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Greenpoint - Power Module Mirrored - Power Module", "NestedFamilyTypeNames": "[{\"Family Name\":\"Greenpoint - Power Module\",\"Symbol Name\":\"Power Module\"}]"}, "8fe14403-21f8-478d-b227-71d6b2b48f4e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.012648044747114182, "Y": -0.017883563885092737, "Z": 0.1819514120578766}, {"X": -0.012648044747114182, "Y": 0.021051851373910906, "Z": 0.1819514120578766}, {"X": 0.018241930228471755, "Y": 0.021051851373910906, "Z": 0.1819514120578766}, {"X": 0.018241930228471755, "Y": -0.017883563885092737, "Z": 0.1819514120578766}]}, "Voids": [], "Id": "8fe14403-21f8-478d-b227-71d6b2b48f4e", "Name": null}, "23808056-3701-453d-b41e-112d623588a9": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3b5b6432-3030-48e4-b5e0-46c7ebeacfd9.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.012648044747114182, "Y": -0.017883563885092737, "Z": 0.1819514120578766}, "Max": {"X": 0.018241930228471755, "Y": 0.021051851373910906, "Z": 0.24098576288223267}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8fe14403-21f8-478d-b227-71d6b2b48f4e", "Height": 0.05903435082435607, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "23808056-3701-453d-b41e-112d623588a9", "Name": "Lysol 2 Mirrored - 0.088 m x 0.088 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Lysol 2 Mirrored - 0.088 m x 0.088 m", "NestedFamilyTypeNames": "[]"}, "a5cc14a7-e487-472f-acda-be3af57bb5ce": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d1c7b2e5-6457-44e1-8bd0-f8e75e6f37c0.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -2.1023362106323242, "Y": -1.3375795475006105, "Z": 0.002540000132471323}, "Max": {"X": 1.3977132316589356, "Y": 2.462426149749756, "Z": 0.002540000132471323}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": null, "IsElementDefinition": true, "Id": "a5cc14a7-e487-472f-acda-be3af57bb5ce", "Name": "MI2190100 Mirrored - 3.5 m x 3.8 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "MI2190100 Mirrored - 3.5 m x 3.8 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"MI2190100\",\"Symbol Name\":\"3.5 m x 3.8 m\"}]"}, "1471faff-cade-4d9b-9b60-a5df3506cf01": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6096001453399659, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}, {"X": -0.6096001453399659, "Y": 0.17779981226921082, "Z": -3.6817482396145354e-14}, {"X": 0.6095998546600342, "Y": 0.17779981226921082, "Z": -3.6817482396145354e-14}, {"X": 0.6095998546600342, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}]}, "Voids": [], "Id": "1471faff-cade-4d9b-9b60-a5df3506cf01", "Name": null}, "0718d32d-9548-4908-9b18-ffe4b0837e90": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3efbd53f-213e-4569-aaa3-ffd3b85defba.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6096001453399659, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}, "Max": {"X": 0.6095998546600342, "Y": 0.17779981226921082, "Z": 2.184285859680176}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "1471faff-cade-4d9b-9b60-a5df3506cf01", "Height": 2.184285859680213, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0718d32d-9548-4908-9b18-ffe4b0837e90", "Name": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase", "NestedFamilyTypeNames": "[{\"Family Name\":\"Mitchell Gold Bob Williams - Filmore - Bookcase\",\"Symbol Name\":\"Bookcase\"}]"}, "21b21c1f-f99c-4b95-aace-78661b00e09c": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}, {"X": -1.8288001453399658, "Y": 1.3716004360198975, "Z": -5.755614929971176e-15}, {"X": 1.8288001453399658, "Y": 1.3716004360198975, "Z": -5.755614929971176e-15}, {"X": 1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "21b21c1f-f99c-4b95-aace-78661b00e09c", "Name": null}, "de8753c1-3d8d-416f-9e14-cdb16a617f32": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d6cef134-ca06-4e6d-b2e7-34d12274d273.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}, "Max": {"X": 1.8288001453399658, "Y": 1.3716004360198975, "Z": 0.012700000378489494}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "21b21c1f-f99c-4b95-aace-78661b00e09c", "Height": 0.01270000037849525, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "de8753c1-3d8d-416f-9e14-cdb16a617f32", "Name": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_", "Part List": "1 x MGB388RUG", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_", "NestedFamilyTypeNames": "[]"}, "860ace4b-7f91-4e4b-8914-1f43a2e6e4bc": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.550270634841919, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}, {"X": -1.550270634841919, "Y": -2.3889434942248044e-07, "Z": -4.170549085117173e-14}, {"X": 1.0404479021072388, "Y": -2.3889434942248044e-07, "Z": -4.170549085117173e-14}, {"X": 1.0404479021072388, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}]}, "Voids": [], "Id": "860ace4b-7f91-4e4b-8914-1f43a2e6e4bc", "Name": null}, "7b4b7a72-09e7-4123-bc49-21b3e7c36399": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/c5d29f2a-8ba4-4e59-9fa9-d6c8bc32b20b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.550270634841919, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}, "Max": {"X": 1.0404479021072388, "Y": -2.3889434942248044e-07, "Z": 2.1436155223846436}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "860ace4b-7f91-4e4b-8914-1f43a2e6e4bc", "Height": 2.1436155223846853, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7b4b7a72-09e7-4123-bc49-21b3e7c36399", "Name": "PO Typical Mirrored - PO Typical", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "PO Typical Mirrored - PO Typical", "NestedFamilyTypeNames": "[{\"Family Name\":\"PO Typical\",\"Symbol Name\":\"PO Typical\"}]"}, "e8b5150a-beb6-4f1c-b81d-8ccf4ff996a6": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.23956279377937317, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}, {"X": -0.23956279377937317, "Y": 0.13342340576648712, "Z": -0.00018187613035552204}, {"X": 0.17560605082511901, "Y": 0.13342340576648712, "Z": -0.00018187613035552204}, {"X": 0.17560605082511901, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}]}, "Voids": [], "Id": "e8b5150a-beb6-4f1c-b81d-8ccf4ff996a6", "Name": null}, "408bdc54-d142-4d29-88b4-69f6e92fcdb4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/cd7ee22b-e6a2-4c9d-a10c-47e19844381b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.23956279377937317, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}, "Max": {"X": 0.17560605082511901, "Y": 0.13342340576648712, "Z": 0.3255151963233948}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "e8b5150a-beb6-4f1c-b81d-8ccf4ff996a6", "Height": 0.32569707245375035, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "408bdc54-d142-4d29-88b4-69f6e92fcdb4", "Name": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_", "Part List": "1 x RS2RS006", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_", "NestedFamilyTypeNames": "[]"}, "d3eda9cc-077a-4c11-8f98-b0674beb232d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.000300250334199518, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}, {"X": -0.000300250334199518, "Y": 0.1397010204076767, "Z": 8.940695918226993e-08}, {"X": 0.4949997639656067, "Y": 0.1397010204076767, "Z": 8.940695918226993e-08}, {"X": 0.4949997639656067, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}]}, "Voids": [], "Id": "d3eda9cc-077a-4c11-8f98-b0674beb232d", "Name": null}, "461ffc71-1cc7-41a0-aed8-90f26de0a3b0": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/1ada4c8a-9c06-444f-991d-504aac9750f7.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.000300250334199518, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}, "Max": {"X": 0.4949997639656067, "Y": 0.1397010204076767, "Z": 0.5206339914321899}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d3eda9cc-077a-4c11-8f98-b0674beb232d", "Height": 0.5206339020252307, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "461ffc71-1cc7-41a0-aed8-90f26de0a3b0", "Name": "RS2RS009 Mirrored - 0.495 m x 0.14 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "RS2RS009 Mirrored - 0.495 m x 0.14 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"RS2RS009\",\"Symbol Name\":\"0.495 m x 0.14 m\"}]"}, "9dc93f58-5f10-455f-94e6-799b1e2da95e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -9.751892337226309e-06, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}, {"X": -9.751892337226309e-06, "Y": 0.2666998546600342, "Z": 1.4901161307534494e-07}, {"X": 0.1996873570919037, "Y": 0.2666998546600342, "Z": 1.4901161307534494e-07}, {"X": 0.1996873570919037, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}]}, "Voids": [], "Id": "9dc93f58-5f10-455f-94e6-799b1e2da95e", "Name": null}, "9c828efa-c5c4-4cc2-ab2f-7eed132565fc": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/4573fc5a-daa1-4f06-b74d-d90a75623d4b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -9.751892337226309e-06, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}, "Max": {"X": 0.1996873570919037, "Y": 0.2666998546600342, "Z": 0.5378177899360657}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "9dc93f58-5f10-455f-94e6-799b1e2da95e", "Height": 0.5378176409244526, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "9c828efa-c5c4-4cc2-ab2f-7eed132565fc", "Name": "RS2RS011 Mirrored - 0.2 m x 0.267 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "RS2RS011 Mirrored - 0.2 m x 0.267 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"RS2RS011\",\"Symbol Name\":\"0.2 m x 0.267 m\"}]"}, "11414987-a592-48a7-8854-7e60f3130dd7": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.3026118886470795, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}, {"X": -0.3026118886470795, "Y": 0.11513519611358643, "Z": -5.755614929971176e-15}, {"X": 0.3026116343021393, "Y": 0.11513519611358643, "Z": -5.755614929971176e-15}, {"X": 0.3026116343021393, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "11414987-a592-48a7-8854-7e60f3130dd7", "Name": null}, "23b56e34-555f-4cb4-963e-19b2a0081399": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/ece78b19-6b1e-4c64-bb2d-70cdf485e8f7.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.3026118886470795, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}, "Max": {"X": 0.3026116343021393, "Y": 0.11513519611358643, "Z": 0.3386107995986939}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "11414987-a592-48a7-8854-7e60f3130dd7", "Height": 0.33861079959869966, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "23b56e34-555f-4cb4-963e-19b2a0081399", "Name": "SAH21 Mirrored - 0.605 m x 0.23 m", "Part List": "1 x SAH21", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "SAH21 Mirrored - 0.605 m x 0.23 m", "NestedFamilyTypeNames": "[]"}, "dcd27b25-51f8-4f52-a391-fc333e4fa9b4": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.25140451283454895, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}, {"X": -0.25140451283454895, "Y": 0.0637683778166771, "Z": -1.490116672187014e-08}, {"X": 0.25140491251945496, "Y": 0.0637683778166771, "Z": -1.490116672187014e-08}, {"X": 0.25140491251945496, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}]}, "Voids": [], "Id": "dcd27b25-51f8-4f52-a391-fc333e4fa9b4", "Name": null}, "600ea011-1b36-494c-a14b-9f84d8b38945": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/06591f17-583a-4457-82e1-db1169508173.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.25140451283454895, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}, "Max": {"X": 0.25140491251945496, "Y": 0.0637683778166771, "Z": 0.299040976524353}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "dcd27b25-51f8-4f52-a391-fc333e4fa9b4", "Height": 0.29904099142551976, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "600ea011-1b36-494c-a14b-9f84d8b38945", "Name": "SAH43 Mirrored - 0.503 m x 0.128 m", "Part List": "1 x SAH43", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "SAH43 Mirrored - 0.503 m x 0.128 m", "NestedFamilyTypeNames": "[]"}, "3d760641-2a2f-483b-a119-6cacaf101c8e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12252158210277558, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}, {"X": -0.12252158210277558, "Y": 0.12416336960792543, "Z": 0.00027891152822412553}, {"X": 0.12325527641773225, "Y": 0.12416336960792543, "Z": 0.00027891152822412553}, {"X": 0.12325527641773225, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}]}, "Voids": [], "Id": "3d760641-2a2f-483b-a119-6cacaf101c8e", "Name": null}, "3c504e8c-29ae-4d4e-8457-88154e719202": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/a64f4221-0939-41b4-8fe4-fc27caa3cb19.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12252158210277558, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}, "Max": {"X": 0.12325527641773225, "Y": 0.12416336960792543, "Z": 0.5880707545280457}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3d760641-2a2f-483b-a119-6cacaf101c8e", "Height": 0.5877918429998216, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "3c504e8c-29ae-4d4e-8457-88154e719202", "Name": "Small 3d copper shade Mirrored - 9.84_ x 9.84_", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Small 3d copper shade Mirrored - 9.84_ x 9.84_", "NestedFamilyTypeNames": "[]"}, "a6132f38-9fb3-455b-9b41-1228c29aefc2": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0007203368766233325, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}, {"X": -0.0007203368766233325, "Y": 3.159755691740429e-07, "Z": -5.805739730928208e-15}, {"X": 0.21416421689987183, "Y": 3.159755691740429e-07, "Z": -5.805739730928208e-15}, {"X": 0.21416421689987183, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}]}, "Voids": [], "Id": "a6132f38-9fb3-455b-9b41-1228c29aefc2", "Name": null}, "31cc56f6-ab4e-45d6-9568-2462fcd3b968": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/48eaf3fa-61d0-46e3-aabd-a7fdb05d01c8.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0007203368766233325, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}, "Max": {"X": 0.21416421689987183, "Y": 3.159755691740429e-07, "Z": 0.11117201142311096}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a6132f38-9fb3-455b-9b41-1228c29aefc2", "Height": 0.11117201142311676, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "31cc56f6-ab4e-45d6-9568-2462fcd3b968", "Name": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige", "NestedFamilyTypeNames": "[{\"Family Name\":\"Stak Ceramics - Sprout Planter Dock\",\"Symbol Name\":\"Beige\"}]"}, "97a549a3-e1b2-471c-9974-744102aa52f6": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.00013689147708937526, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}, {"X": 0.00013689147708937526, "Y": 9.653036236159096e-08, "Z": -1.1511242252373184e-14}, {"X": 0.4318750559806824, "Y": 9.653036236159096e-08, "Z": -1.1511242252373184e-14}, {"X": 0.4318750559806824, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}]}, "Voids": [], "Id": "97a549a3-e1b2-471c-9974-744102aa52f6", "Name": null}, "c00cb81e-ba59-4c02-a436-2f2f76bbee80": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/855876b6-5923-44b8-acfb-af1cd163d408.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.00013689147708937526, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}, "Max": {"X": 0.4318750559806824, "Y": 9.653036236159096e-08, "Z": 0.43491426000595096}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "97a549a3-e1b2-471c-9974-744102aa52f6", "Height": 0.43491426000596245, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "c00cb81e-ba59-4c02-a436-2f2f76bbee80", "Name": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - B-Free - Seating - Cube\",\"Symbol Name\":\"Small - Glide\"}]"}, "4856cd74-511a-44aa-98f7-2b513c1f8477": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.004937702786922455, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}, {"X": -0.004937702786922455, "Y": 0.6095998546600342, "Z": -7.774330346155268e-14}, {"X": 1.5190626560211182, "Y": 0.6095998546600342, "Z": -7.774330346155268e-14}, {"X": 1.5190626560211182, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}]}, "Voids": [], "Id": "4856cd74-511a-44aa-98f7-2b513c1f8477", "Name": null}, "47a78b04-7de8-44d4-b4d6-2ea1cc45d6c4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/25a57f5b-0ac6-49a0-a626-38fa82968491.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.004937702786922455, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}, "Max": {"X": 1.5190626560211182, "Y": 0.6095998546600342, "Z": 0.6979919883728027}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4856cd74-511a-44aa-98f7-2b513c1f8477", "Height": 0.6979919883728805, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "47a78b04-7de8-44d4-b4d6-2ea1cc45d6c4", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W\",\"Symbol Name\":\"Two 15W Box/File, 30W Box/File\"}]"}, "318d7c7f-0385-43ab-a7d7-91df58db0208": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.761891800677404e-05, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}, {"X": 3.761891800677404e-05, "Y": 0.6096001453399659, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": 0.6096001453399659, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}]}, "Voids": [], "Id": "318d7c7f-0385-43ab-a7d7-91df58db0208", "Name": null}, "cbb7f3bc-615e-485f-8c21-3cccb0b0e12c": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/7b1b724c-a002-4cdb-ad58-7cf18dc751c4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.761891800677404e-05, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}, "Max": {"X": 2.4384374977111816, "Y": 0.6096001453399659, "Z": 0.7010402034759522}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "318d7c7f-0385-43ab-a7d7-91df58db0208", "Height": 0.7010402034760667, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "cbb7f3bc-615e-485f-8c21-3cccb0b0e12c", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell\",\"Symbol Name\":\"30'' W Box/File, 36'' W Box/File, 30'' W Kneewell\"}]"}, "aa92bc35-469a-4975-87d8-8ec01c418fc1": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.7402695533819496e-05, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}, {"X": 3.7402695533819496e-05, "Y": 0.609600072669983, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": 0.609600072669983, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}]}, "Voids": [], "Id": "aa92bc35-469a-4975-87d8-8ec01c418fc1", "Name": null}, "d9822819-a10d-4dd1-b7d0-da600a09d8d6": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3bce18b4-205e-4d67-9999-ac4ae4e62025.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.7402695533819496e-05, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}, "Max": {"X": 2.4384374977111816, "Y": 0.609600072669983, "Z": 0.7010402034759522}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "aa92bc35-469a-4975-87d8-8ec01c418fc1", "Height": 0.7010402034760667, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "d9822819-a10d-4dd1-b7d0-da600a09d8d6", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell\",\"Symbol Name\":\"30'' W Box/File, 36'' W Box/File, 30'' W Kneewell\"}]"}, "53ee3a29-cc1f-4482-b5ec-7e21f8e8b547": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 2.000420514036705e-09, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}, {"X": 2.000420514036705e-09, "Y": -1.3078436907107973e-07, "Z": -8.083010927251167e-14}, {"X": 0.762, "Y": -1.3078436907107973e-07, "Z": -8.083010927251167e-14}, {"X": 0.762, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}]}, "Voids": [], "Id": "53ee3a29-cc1f-4482-b5ec-7e21f8e8b547", "Name": null}, "aa8754b9-04ba-41ed-bc52-a0b2304d9836": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/c6e72be6-b7af-4e62-b57f-6ce54ff49244.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 2.000420514036705e-09, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}, "Max": {"X": 0.762, "Y": -1.3078436907107973e-07, "Z": 1.963419980621338}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "53ee3a29-cc1f-4482-b5ec-7e21f8e8b547", "Height": 1.9634199806214188, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "aa8754b9-04ba-41ed-bc52-a0b2304d9836", "Name": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials\",\"Symbol Name\":\"Right - Two Adjustable Shelves, One Box/File Drawer - 75'' H - Specials\"}]"}, "d809fe02-e7ba-4384-8cc3-de4e269098c8": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.00012507234129589053, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}, {"X": -0.00012507234129589053, "Y": 0.5890259651184082, "Z": -3.677114296645606e-14}, {"X": 0.7618750076293945, "Y": 0.5890259651184082, "Z": -3.677114296645606e-14}, {"X": 0.7618750076293945, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "d809fe02-e7ba-4384-8cc3-de4e269098c8", "Name": null}, "77c8ca29-510c-481b-8d29-08ebb8268419": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/eed7304d-662f-4599-ac4b-26a4c6709bb1.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.00012507234129589053, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}, "Max": {"X": 0.7618750076293945, "Y": 0.5890259651184082, "Z": 0.6976999277114868}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d809fe02-e7ba-4384-8cc3-de4e269098c8", "Height": 0.6976999277115236, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "77c8ca29-510c-481b-8d29-08ebb8268419", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File\",\"Symbol Name\":\"23 1/4D x 30W\"}]"}, "65d352f5-857a-4efc-a415-de4038afa650": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.01781937471628189, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}, {"X": -0.01781937471628189, "Y": 0.4830573969841004, "Z": -0.00016047474942170085}, {"X": 0.4245710686683655, "Y": 0.4830573969841004, "Z": -0.00016047474942170085}, {"X": 0.4245710686683655, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}]}, "Voids": [], "Id": "65d352f5-857a-4efc-a415-de4038afa650", "Name": null}, "c7374d1b-4735-453b-939a-0b736e69fe92": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/c6cffa14-91ff-4025-8db9-65005061def0.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.01781937471628189, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}, "Max": {"X": 0.4245710686683655, "Y": 0.4830573969841004, "Z": 0.5686805863380432}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "65d352f5-857a-4efc-a415-de4038afa650", "Height": 0.5688410610874649, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "c7374d1b-4735-453b-939a-0b736e69fe92", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile\",\"Symbol Name\":\"Wood Top\"}]"}, "c84606b1-71d3-46bd-a138-2504528a3894": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -2.054933561339567e-08, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}, {"X": -2.054933561339567e-08, "Y": 7.750302573583668e-09, "Z": -4.252675789642724e-14}, {"X": 0.3047999818325043, "Y": 7.750302573583668e-09, "Z": -4.252675789642724e-14}, {"X": 0.3047999818325043, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "c84606b1-71d3-46bd-a138-2504528a3894", "Name": null}, "83442f6a-ae14-413b-b5e8-89af46ed5af1": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/7f28f33d-dcfa-4f93-9b3a-9d11475d3fe2.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -2.054933561339567e-08, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}, "Max": {"X": 0.3047999818325043, "Y": 7.750302573583668e-09, "Z": 1.6670020271301271}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "c84606b1-71d3-46bd-a138-2504528a3894", "Height": 1.6670020271301698, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "83442f6a-ae14-413b-b5e8-89af46ed5af1", "Name": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Wardrobe\",\"Symbol Name\":\"65 5/8H x 24D x 12W - Right\"}]"}, "78b6de15-3c7c-4341-a1bb-e388132e3c65": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.00036999272452667355, "Y": -0.40005007266998294, "Z": 1.2064999757766723}, {"X": 0.00036999272452667355, "Y": -6.348441521595305e-08, "Z": 1.2064999757766723}, {"X": 2.4375000549316406, "Y": -6.348441521595305e-08, "Z": 1.2064999757766723}, {"X": 2.4375000549316406, "Y": -0.40005007266998294, "Z": 1.2064999757766723}]}, "Voids": [], "Id": "78b6de15-3c7c-4341-a1bb-e388132e3c65", "Name": null}, "a53177a0-a80b-4c7c-b501-cedd513372ab": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/881bc166-eb9a-44d8-bd9c-b655b4bc841f.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.00036999272452667355, "Y": -0.40005007266998294, "Z": 1.2064999757766723}, "Max": {"X": 2.4375000549316406, "Y": -6.348441521595305e-08, "Z": 1.9685000484466553}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "78b6de15-3c7c-4341-a1bb-e388132e3c65", "Height": 0.7620000726699829, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "a53177a0-a80b-4c7c-b501-cedd513372ab", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High\",\"Symbol Name\":\"15 3/4\\\" D x 96\\\" W - Right\"}]"}, "64e10fde-33aa-4e93-ab36-5fef59c51359": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0002840012302156538, "Y": -0.4000501090049744, "Z": 1.2860020271301271}, {"X": -0.0002840012302156538, "Y": -1.0536952086113161e-07, "Z": 1.2860020271301271}, {"X": 1.8275000793457032, "Y": -1.0536952086113161e-07, "Z": 1.2860020271301271}, {"X": 1.8275000793457032, "Y": -0.4000501090049744, "Z": 1.2860020271301271}]}, "Voids": [], "Id": "64e10fde-33aa-4e93-ab36-5fef59c51359", "Name": null}, "8c621acf-2a07-4ec9-a8c3-0cf3a7c54ee9": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/5d93cc9e-75a3-4fd7-a701-17cc45a0467b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0002840012302156538, "Y": -0.4000501090049744, "Z": 1.2860020271301271}, "Max": {"X": 1.8275000793457032, "Y": -1.0536952086113161e-07, "Z": 1.6670020271301271}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "64e10fde-33aa-4e93-ab36-5fef59c51359", "Height": 0.381, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "8c621acf-2a07-4ec9-a8c3-0cf3a7c54ee9", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door\",\"Symbol Name\":\"15 3/4D x 72W\"}]"}, "f18c61f3-2601-43eb-9578-f953568a915d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.000499785288143903, "Y": -0.11430009992122651, "Z": 0.6849109554290772}, {"X": -0.000499785288143903, "Y": -9.999405581311295e-08, "Z": 0.6849109554290772}, {"X": 0.5075000184059143, "Y": -9.999405581311295e-08, "Z": 0.6849109554290772}, {"X": 0.5075000184059143, "Y": -0.11430009992122651, "Z": 0.6849109554290772}]}, "Voids": [], "Id": "f18c61f3-2601-43eb-9578-f953568a915d", "Name": null}, "53f98568-52a1-4adc-baca-590e1e6d17d8": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/48e8bcb2-e94e-4446-8d39-1274009a280c.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.000499785288143903, "Y": -0.11430009992122651, "Z": 0.6849109554290772}, "Max": {"X": 0.5075000184059143, "Y": -9.999405581311295e-08, "Z": 0.6880859796524048}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "f18c61f3-2601-43eb-9578-f953568a915d", "Height": 0.003175024223327605, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "53f98568-52a1-4adc-baca-590e1e6d17d8", "Name": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket\",\"Symbol Name\":\"Bracket\"}]"}, "de2355e3-f669-464e-bdb1-3e274da25918": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 2.3921868146862836e-05, "Y": -0.7782559844970703, "Z": 0.012700000378489494}, {"X": 2.3921868146862836e-05, "Y": -0.02032027811408043, "Z": 0.012700000378489494}, {"X": 0.16589403462409974, "Y": -0.02032027811408043, "Z": 0.012700000378489494}, {"X": 0.16589403462409974, "Y": -0.7782559844970703, "Z": 0.012700000378489494}]}, "Voids": [], "Id": "de2355e3-f669-464e-bdb1-3e274da25918", "Name": null}, "0fb994ff-3052-4738-a3fb-2229438d325e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/84930355-53d6-482c-a51e-30deae186d61.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 2.3921868146862836e-05, "Y": -0.7782559844970703, "Z": 0.012700000378489494}, "Max": {"X": 0.16589403462409974, "Y": -0.02032027811408043, "Z": 0.6985000242233277}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "de2355e3-f669-464e-bdb1-3e274da25918", "Height": 0.6858000238448382, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0fb994ff-3052-4738-a3fb-2229438d325e", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel\",\"Symbol Name\":\"30D\"}]"}, "26b64972-2c27-49c6-8248-6bb90c495603": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0004797086440958083, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}, {"X": -0.0004797086440958083, "Y": -8.103722687519622e-06, "Z": -4.754463489575756e-15}, {"X": 1.1656231830596924, "Y": -8.103722687519622e-06, "Z": -4.754463489575756e-15}, {"X": 1.1656231830596924, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}]}, "Voids": [], "Id": "26b64972-2c27-49c6-8248-6bb90c495603", "Name": null}, "901297a0-4e35-45a0-a187-178790ee6761": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/e8309754-ba59-4fa2-af68-7ed52b7730c4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0004797086440958083, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}, "Max": {"X": 1.1656231830596924, "Y": -8.103722687519622e-06, "Z": 1.0515251329421997}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "26b64972-2c27-49c6-8248-6bb90c495603", "Height": 1.0515251329422044, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "901297a0-4e35-45a0-a187-178790ee6761", "Name": "Steelcase - Flex - Cart Mirrored - Board Cart", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex - Cart Mirrored - Board Cart", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex - Cart\",\"Symbol Name\":\"Board Cart\"}]"}, "ad6035da-893b-421b-8cbf-9e0256a7507c": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.746642813785002e-05, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}, {"X": 3.746642813785002e-05, "Y": -7.279462524820702e-08, "Z": -9.896390373853592e-14}, {"X": 1.168437400817871, "Y": -7.279462524820702e-08, "Z": -9.896390373853592e-14}, {"X": 1.168437400817871, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}]}, "Voids": [], "Id": "ad6035da-893b-421b-8cbf-9e0256a7507c", "Name": null}, "dece3d78-0186-4eff-811a-e9540980037b": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/cccf2706-2dc8-4f47-936a-162880038942.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.746642813785002e-05, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}, "Max": {"X": 1.168437400817871, "Y": -7.279462524820702e-08, "Z": 1.0498666585922243}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "ad6035da-893b-421b-8cbf-9e0256a7507c", "Height": 1.0498666585923233, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "dece3d78-0186-4eff-811a-e9540980037b", "Name": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex - Work Table - Standing Height\",\"Symbol Name\":\"23D x 46W\"}]"}, "6be29221-b4dd-490b-a506-6c586f9aab32": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.018107447612285613, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}, {"X": -0.018107447612285613, "Y": 0.019389947909116745, "Z": -7.361949903861299e-14}, {"X": 0.8119215167999267, "Y": 0.019389947909116745, "Z": -7.361949903861299e-14}, {"X": 0.8119215167999267, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}]}, "Voids": [], "Id": "6be29221-b4dd-490b-a506-6c586f9aab32", "Name": null}, "98a6332f-e807-457a-84c3-3e5a20dec2e4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/69799ecb-41de-4926-9c39-afa6dce9f741.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.018107447612285613, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}, "Max": {"X": 0.8119215167999267, "Y": 0.019389947909116745, "Z": 1.0219997549057007}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "6be29221-b4dd-490b-a506-6c586f9aab32", "Height": 1.0219997549057744, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "98a6332f-e807-457a-84c3-3e5a20dec2e4", "Name": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex Active Frames - Work Island Frame\",\"Symbol Name\":\"1 Wide - 2 Deep 2\"}]"}, "3e063719-8642-46df-b362-350172216456": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -4.980665969196707e-05, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}, {"X": -4.980665969196707e-05, "Y": -8.102975180008799e-08, "Z": -7.775916577301701e-14}, {"X": 1.8287501483917237, "Y": -8.102975180008799e-08, "Z": -7.775916577301701e-14}, {"X": 1.8287501483917237, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}]}, "Voids": [], "Id": "3e063719-8642-46df-b362-350172216456", "Name": null}, "43d1c4c7-3e9a-437a-94f0-6cf145e9e90f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/b3d2ea7d-699f-4ad2-981a-8499c285bf0f.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -4.980665969196707e-05, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}, "Max": {"X": 1.8287501483917237, "Y": -8.102975180008799e-08, "Z": 0.7268413175582886}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3e063719-8642-46df-b362-350172216456", "Height": 0.7268413175583663, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "43d1c4c7-3e9a-437a-94f0-6cf145e9e90f", "Name": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Groupwork - Flip Top Table - Rectangular\",\"Symbol Name\":\"30D x 72W\"}]"}, "8d03e124-ebdd-44c5-bcf5-a3b112333751": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.0008999703325331212, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}, {"X": 0.0008999703325331212, "Y": -4.129483044152949e-08, "Z": -5.755614929971176e-15}, {"X": 0.73750004196167, "Y": -4.129483044152949e-08, "Z": -5.755614929971176e-15}, {"X": 0.73750004196167, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "8d03e124-ebdd-44c5-bcf5-a3b112333751", "Name": null}, "4f2c3e04-eb7f-4440-90f0-a6be816d10ca": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/85394a0c-28dd-430d-87dc-24e299e37ac0.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.0008999703325331212, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}, "Max": {"X": 0.73750004196167, "Y": -4.129483044152949e-08, "Z": 0.7270450115203858}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8d03e124-ebdd-44c5-bcf5-a3b112333751", "Height": 0.7270450115203916, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "4f2c3e04-eb7f-4440-90f0-a6be816d10ca", "Name": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D\",\"Symbol Name\":\"66W\"}]"}, "4c9d3c64-e24a-4f9b-a5e3-703927f37924": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -8.855147786380258e-06, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}, {"X": -8.855147786380258e-06, "Y": 6.68151369154657e-08, "Z": -5.820410819978861e-15}, {"X": 0.6004469249725342, "Y": 6.68151369154657e-08, "Z": -5.820410819978861e-15}, {"X": 0.6004469249725342, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}]}, "Voids": [], "Id": "4c9d3c64-e24a-4f9b-a5e3-703927f37924", "Name": null}, "c92a0fd4-4ff7-4dec-adc6-a95aa81f59e5": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/6e80a64f-6346-4bce-b11f-20afd7260e30.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -8.855147786380258e-06, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}, "Max": {"X": 0.6004469249725342, "Y": 6.68151369154657e-08, "Z": 1.079982625579834}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4c9d3c64-e24a-4f9b-a5e3-703927f37924", "Height": 1.0799826255798397, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "c92a0fd4-4ff7-4dec-adc6-a95aa81f59e5", "Name": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Reception Return - Classic\",\"Symbol Name\":\"Left - 42W - Integral Pull\"}]"}, "07adb692-f0da-413c-89f1-f7522dfbdad4": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.10001247274875641, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}, {"X": -0.10001247274875641, "Y": 0.3036570646762848, "Z": -4.252675789642724e-14}, {"X": -1.2469671634607949e-05, "Y": 0.3036570646762848, "Z": -4.252675789642724e-14}, {"X": -1.2469671634607949e-05, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "07adb692-f0da-413c-89f1-f7522dfbdad4", "Name": null}, "2fe395c6-6b55-4d79-a855-dbcb520b8fb3": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/ee582d46-bfd8-4d2d-a1f3-69d5954a8d16.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.10001247274875641, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}, "Max": {"X": -1.2469671634607949e-05, "Y": 0.3036570646762848, "Z": 0.7160259893417359}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "07adb692-f0da-413c-89f1-f7522dfbdad4", "Height": 0.7160259893417784, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "2fe395c6-6b55-4d79-a855-dbcb520b8fb3", "Name": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Table Base - Laminate - Rectangular\",\"Symbol Name\":\"23 5/8W\"}]"}, "cf8d3c48-49f0-4763-98d8-c73b23cf3ec8": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -8.413992638452329e-07, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}, {"X": -8.413992638452329e-07, "Y": -8.292230525985361e-05, "Z": -7.353344599891898e-14}, {"X": 1.092299170303345, "Y": -8.292230525985361e-05, "Z": -7.353344599891898e-14}, {"X": 1.092299170303345, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}]}, "Voids": [], "Id": "cf8d3c48-49f0-4763-98d8-c73b23cf3ec8", "Name": null}, "24203dee-b4ae-433a-8d5a-a5a39f6e5230": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/93d164f2-1a8d-45cc-b61b-b96b86dab264.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -8.413992638452329e-07, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}, "Max": {"X": 1.092299170303345, "Y": -8.292230525985361e-05, "Z": 1.0768331811904908}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "cf8d3c48-49f0-4763-98d8-c73b23cf3ec8", "Height": 1.0768331811905643, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "24203dee-b4ae-433a-8d5a-a5a39f6e5230", "Name": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface\",\"Symbol Name\":\"With Power/Lighting/Footrest\"}]"}, "500b6f02-01ab-464c-9d66-45259a741c77": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.07619835584163666, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}, {"X": -0.07619835584163666, "Y": 1.3519019157683943e-07, "Z": -3.9489885320098676e-14}, {"X": 0.6080128512382508, "Y": 1.3519019157683943e-07, "Z": -3.9489885320098676e-14}, {"X": 0.6080128512382508, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}]}, "Voids": [], "Id": "500b6f02-01ab-464c-9d66-45259a741c77", "Name": null}, "e1c27cc3-3599-4ccb-ae5d-f7f241ee9061": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/a9d2ad95-41a2-424f-b44a-5c730d06a171.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.07619835584163666, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}, "Max": {"X": 0.6080128512382508, "Y": 1.3519019157683943e-07, "Z": 0.3185304119110108}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "500b6f02-01ab-464c-9d66-45259a741c77", "Height": 0.31853041191105025, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "e1c27cc3-3599-4ccb-ae5d-f7f241ee9061", "Name": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Sylvi - Table - Ganging - Square\",\"Symbol Name\":\"Corner\"}]"}, "34bbb4c7-007f-41ad-a7b4-6d1444fe4a73": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.29207245202064513, "Y": -0.25377420830726627, "Z": 0.0140247037678957}, {"X": -0.29207245202064513, "Y": 0.2537741719722748, "Z": 0.0140247037678957}, {"X": 0.2158895658016205, "Y": 0.2537741719722748, "Z": 0.0140247037678957}, {"X": 0.2158895658016205, "Y": -0.25377420830726627, "Z": 0.0140247037678957}]}, "Voids": [], "Id": "34bbb4c7-007f-41ad-a7b4-6d1444fe4a73", "Name": null}, "8ad4cd49-8428-4510-8114-7b27e61a3406": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/94a09632-396b-478e-a353-46d7da2a441d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.29207245202064513, "Y": -0.25377420830726627, "Z": 0.0140247037678957}, "Max": {"X": 0.2158895658016205, "Y": 0.2537741719722748, "Z": 0.6115617988586426}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "34bbb4c7-007f-41ad-a7b4-6d1444fe4a73", "Height": 0.5975370950907469, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "8ad4cd49-8428-4510-8114-7b27e61a3406", "Name": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Sylvi - Table - Lolli-Top\",\"Symbol Name\":\"20dia\"}]"}, "8d49d516-d2b7-49af-b8ec-a85cfff89e73": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.3569758123397827, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}, {"X": -0.3569758123397827, "Y": 0.5370970853805542, "Z": 1.7116491557445101e-13}, {"X": 0.3635931409835816, "Y": 0.5370970853805542, "Z": 1.7116491557445101e-13}, {"X": 0.3635931409835816, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}]}, "Voids": [], "Id": "8d49d516-d2b7-49af-b8ec-a85cfff89e73", "Name": null}, "8340aed5-28a9-42c6-bca0-29060914535a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/884a4b01-98a3-4b78-a7eb-c0e63da04f77.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.3569758123397827, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}, "Max": {"X": 0.3635931409835816, "Y": 0.5370970853805542, "Z": 1.0258332418441773}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8d49d516-d2b7-49af-b8ec-a85cfff89e73", "Height": 1.0258332418440061, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "8340aed5-28a9-42c6-bca0-29060914535a", "Name": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Think 465 Series - Value Package Work Chair\",\"Symbol Name\":\"Upholstery Back/Adjustable Arm/Caster\"}]"}, "23d71f87-ea51-4acd-ab44-fc35661ab34d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 5.749610368184222e-08, "Y": -0.762, "Z": -4.252675789642724e-14}, {"X": 5.749610368184222e-08, "Y": 2.3500200518355996e-08, "Z": -4.252675789642724e-14}, {"X": 0.7620000726699829, "Y": 2.3500200518355996e-08, "Z": -4.252675789642724e-14}, {"X": 0.7620000726699829, "Y": -0.762, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "23d71f87-ea51-4acd-ab44-fc35661ab34d", "Name": null}, "d18b4efd-4e80-431d-9b34-87fe47a96f20": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/c1cadcad-55d4-4da1-a235-1bce0acc3b63.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 5.749610368184222e-08, "Y": -0.762, "Z": -4.252675789642724e-14}, "Max": {"X": 0.7620000726699829, "Y": 2.3500200518355996e-08, "Z": 0.8114363719940186}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "23d71f87-ea51-4acd-ab44-fc35661ab34d", "Height": 0.8114363719940612, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "d18b4efd-4e80-431d-9b34-87fe47a96f20", "Name": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Umami - Lounge - Corner\",\"Symbol Name\":\"30D\"}]"}, "18820edc-f29b-4f0c-90a9-1c1712b75f75": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12686029801368714, "Y": -0.09977727634906769, "Z": -0.001287322347611189}, {"X": -0.12686029801368714, "Y": 0.1391540697813034, "Z": -0.001287322347611189}, {"X": 0.09826142592430115, "Y": 0.1391540697813034, "Z": -0.001287322347611189}, {"X": 0.09826142592430115, "Y": -0.09977727634906769, "Z": -0.001287322347611189}]}, "Voids": [], "Id": "18820edc-f29b-4f0c-90a9-1c1712b75f75", "Name": null}, "ede6ce61-04ae-4bba-a7cb-8ed313182f88": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/f90f6bce-4443-4c69-a318-0522be6840ed.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12686029801368714, "Y": -0.09977727634906769, "Z": -0.001287322347611189}, "Max": {"X": 0.09826142592430115, "Y": 0.1391540697813034, "Z": 0.7643176637649537}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "18820edc-f29b-4f0c-90a9-1c1712b75f75", "Height": 0.7656049861125649, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ede6ce61-04ae-4bba-a7cb-8ed313182f88", "Name": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Thread - Power Hub\",\"Symbol Name\":\"NEMA - 30H\"}]"}, "0c67246a-3078-4310-919c-f959b85a058d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.6487901950836182, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}, {"X": 0.6487901950836182, "Y": 0.6037416003227234, "Z": 0.010432608345150949}, {"X": 1.1098167057037354, "Y": 0.6037416003227234, "Z": 0.010432608345150949}, {"X": 1.1098167057037354, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}]}, "Voids": [], "Id": "0c67246a-3078-4310-919c-f959b85a058d", "Name": null}, "405aa2e3-80c1-4d7e-8e51-8e2466e59304": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/6abde8fc-36e0-4689-8b60-36cd31e1f471.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.6487901950836182, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}, "Max": {"X": 1.1098167057037354, "Y": 0.6037416003227234, "Z": 0.585742626285553}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "0c67246a-3078-4310-919c-f959b85a058d", "Height": 0.575310017940402, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "405aa2e3-80c1-4d7e-8e51-8e2466e59304", "Name": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - TS Series - Storage - Mobile Pedestal\",\"Symbol Name\":\"22 1/4D x 22 3/4H - Box/File - Seat Cushion\"}]"}, "d8216488-4ba3-4627-94eb-23a7171a31d6": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.0258475044793158e-07, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}, {"X": 1.0258475044793158e-07, "Y": 6.216002973360446e-08, "Z": -6.518352524409465e-14}, {"X": 0.7620000726699829, "Y": 6.216002973360446e-08, "Z": -6.518352524409465e-14}, {"X": 0.7620000726699829, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}]}, "Voids": [], "Id": "d8216488-4ba3-4627-94eb-23a7171a31d6", "Name": null}, "0f5776f4-00e8-4055-a8cd-fd1cbaaead67": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/665daed2-bed1-4735-a9e3-8e6b6945cbf6.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.0258475044793158e-07, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}, "Max": {"X": 0.7620000726699829, "Y": 6.216002973360446e-08, "Z": 0.56718198595047}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d8216488-4ba3-4627-94eb-23a7171a31d6", "Height": 0.5671819859505352, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0f5776f4-00e8-4055-a8cd-fd1cbaaead67", "Name": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Universal Laminate Enhanced Storage - Low Storage (5)\",\"Symbol Name\":\"1.5 High - Drawer/Drawer - 18 7/8D x 30W\"}]"}, "a20a61b7-6550-4633-a88a-41f303fad68f": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.83735355763929e-05, "Y": -0.008815428712964058, "Z": 0.02540000075697899}, {"X": 1.83735355763929e-05, "Y": 0.008815471860766411, "Z": 0.02540000075697899}, {"X": 0.7112185792922974, "Y": 0.008815471860766411, "Z": 0.02540000075697899}, {"X": 0.7112185792922974, "Y": -0.008815428712964058, "Z": 0.02540000075697899}]}, "Voids": [], "Id": "a20a61b7-6550-4633-a88a-41f303fad68f", "Name": null}, "2bb49b9f-7d4c-4692-9862-2a619e9139a1": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/f132d5ec-0475-4314-8ff1-84afe4967384.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.83735355763929e-05, "Y": -0.008815428712964058, "Z": 0.02540000075697899}, "Max": {"X": 0.7112185792922974, "Y": 0.008815471860766411, "Z": 2.439434529876709}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a20a61b7-6550-4633-a88a-41f303fad68f", "Height": 2.4140345291197303, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "2bb49b9f-7d4c-4692-9862-2a619e9139a1", "Name": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase AMQ - 3F Hanging Panel - Shimmer\",\"Symbol Name\":\"28W\"}]"}, "3ed4d1c9-0671-461f-a469-d4b4ef67d679": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -3.801228686934337e-05, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}, {"X": -3.801228686934337e-05, "Y": 0.0007151551662012935, "Z": -4.252675789642724e-14}, {"X": 0.7599894395828247, "Y": 0.0007151551662012935, "Z": -4.252675789642724e-14}, {"X": 0.7599894395828247, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "3ed4d1c9-0671-461f-a469-d4b4ef67d679", "Name": null}, "6f126c4b-7607-496d-a8ee-f3c58e90512a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/bde824c4-4c54-4ef8-8095-25a84d9c8466.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -3.801228686934337e-05, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}, "Max": {"X": 0.7599894395828247, "Y": 0.0007151551662012935, "Z": 1.0668}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3ed4d1c9-0671-461f-a469-d4b4ef67d679", "Height": 1.0668000000000426, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "6f126c4b-7607-496d-a8ee-f3c58e90512a", "Name": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Enea Lottus - Table - Cafe\",\"Symbol Name\":\"Bar Height - 30W\"}]"}, "45104c13-ec76-4b2d-bf72-39a2ee5c2687": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.003053531934320927, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}, {"X": -0.003053531934320927, "Y": 0.0009840244514867664, "Z": -4.252675789642724e-14}, {"X": 0.9133409076690674, "Y": 0.0009840244514867664, "Z": -4.252675789642724e-14}, {"X": 0.9133409076690674, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "45104c13-ec76-4b2d-bf72-39a2ee5c2687", "Name": null}, "68837693-7dbf-44e4-b945-48c5daeb0f69": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/7e2fb58b-04ad-49fb-93c0-f2da0b7405dc.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.003053531934320927, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}, "Max": {"X": 0.9133409076690674, "Y": 0.0009840244514867664, "Z": 0.762}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "45104c13-ec76-4b2d-bf72-39a2ee5c2687", "Height": 0.7620000000000425, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "68837693-7dbf-44e4-b945-48c5daeb0f69", "Name": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Enea Lottus - Table - Square\",\"Symbol Name\":\"Conference - 36W\"}]"}, "bfe6515b-76e0-479e-852d-a31fbeb3186e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6524832109451294, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}, {"X": -0.6524832109451294, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8516430021286011, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8516430021286011, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "bfe6515b-76e0-479e-852d-a31fbeb3186e", "Name": null}, "0ac13a1b-5b6f-451a-a5bb-e3c5c444858a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8352dc7b-a442-4170-bb50-b4fb6f9cff29.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6524832109451294, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}, "Max": {"X": 0.8516430021286011, "Y": 0.8637482225418092, "Z": 0.8107805980682373}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "bfe6515b-76e0-479e-852d-a31fbeb3186e", "Height": 0.8107805980682798, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0ac13a1b-5b6f-451a-a5bb-e3c5c444858a", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat\",\"Symbol Name\":\"Low Back Screen - Left Corner Cushion\"}]"}, "66ae1137-57e0-48ab-8a37-55d52da4341a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.15157481417655946, "Y": -0.062343278574943546, "Z": 0.7059932441711426}, {"X": -0.15157481417655946, "Y": 8.486854176226189e-09, "Z": 0.7059932441711426}, {"X": 0.15322518582344055, "Y": 8.486854176226189e-09, "Z": 0.7059932441711426}, {"X": 0.15322518582344055, "Y": -0.062343278574943546, "Z": 0.7059932441711426}]}, "Voids": [], "Id": "66ae1137-57e0-48ab-8a37-55d52da4341a", "Name": null}, "6dfbc358-9c4b-40f4-aadd-84c716cbe139": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/1d3fca8a-d33d-43ae-8be9-97a5e59e3cad.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.15157481417655946, "Y": -0.062343278574943546, "Z": 0.7059932441711426}, "Max": {"X": 0.15322518582344055, "Y": 8.486854176226189e-09, "Z": 0.7418073371887207}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "66ae1137-57e0-48ab-8a37-55d52da4341a", "Height": 0.0358140930175781, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "6dfbc358-9c4b-40f4-aadd-84c716cbe139", "Name": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase PolyVision - Sans - Accessories\",\"Symbol Name\":\"Magnetic Marker Tray\"}]"}, "c44418f9-b39f-4083-ad46-09a0ea96e8fe": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.031315598523616796, "Y": -0.08039104142189027, "Z": 0.6967063110351562}, {"X": -0.031315598523616796, "Y": -0.016067202642560004, "Z": 0.6967063110351562}, {"X": 0.049931041109561924, "Y": -0.016067202642560004, "Z": 0.6967063110351562}, {"X": 0.049931041109561924, "Y": -0.08039104142189027, "Z": 0.6967063110351562}]}, "Voids": [], "Id": "c44418f9-b39f-4083-ad46-09a0ea96e8fe", "Name": null}, "327b17a5-1802-44b2-b4a8-af519e90d131": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/b8caa60c-4d9c-4ce4-8153-1401b66be5c4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.031315598523616796, "Y": -0.08039104142189027, "Z": 0.6967063110351562}, "Max": {"X": 0.049931041109561924, "Y": -0.016067202642560004, "Z": 0.7936690698623657}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "c44418f9-b39f-4083-ad46-09a0ea96e8fe", "Height": 0.0969627588272095, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "327b17a5-1802-44b2-b4a8-af519e90d131", "Name": "USB Powerstrip Mirrored - 0.14 m x 0.084 m", "Part List": "1 x DSPSDUOC", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "USB Powerstrip Mirrored - 0.14 m x 0.084 m", "NestedFamilyTypeNames": "[]"}, "9bf6de67-31ec-450b-9ccb-beaa37bad7e0": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.9116825786590577, "Y": -0.21012191276550293, "Z": 0.04248445712327957}, {"X": -0.9116825786590577, "Y": 0.19849889402389528, "Z": 0.04248445712327957}, {"X": 0.7619672985076905, "Y": 0.19849889402389528, "Z": 0.04248445712327957}, {"X": 0.7619672985076905, "Y": -0.21012191276550293, "Z": 0.04248445712327957}]}, "Voids": [], "Id": "9bf6de67-31ec-450b-9ccb-beaa37bad7e0", "Name": null}, "44984d0a-f9a7-4b4a-860f-63c8e1111553": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/57241a50-476f-43ff-89b2-2913e111d2c3.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.9116825786590577, "Y": -0.21012191276550293, "Z": 0.04248445712327957}, "Max": {"X": 0.7619672985076905, "Y": 0.19849889402389528, "Z": 0.06590545213222504}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "9bf6de67-31ec-450b-9ccb-beaa37bad7e0", "Height": 0.02342099500894547, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "44984d0a-f9a7-4b4a-860f-63c8e1111553", "Name": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m", "Part List": "1 x VCBSOFA244", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m", "NestedFamilyTypeNames": "[]"}, "a40cf2b7-efa5-4011-b87a-c038830346de": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.11575539808273316, "Y": -0.11291114037036896, "Z": -0.06632235528230668}, {"X": -0.11575539808273316, "Y": 0.0746756653547287, "Z": -0.06632235528230668}, {"X": 0.093011510181427, "Y": 0.0746756653547287, "Z": -0.06632235528230668}, {"X": 0.093011510181427, "Y": -0.11291114037036896, "Z": -0.06632235528230668}]}, "Voids": [], "Id": "a40cf2b7-efa5-4011-b87a-c038830346de", "Name": null}, "7a1f7f7e-2be5-4192-aaf8-1482ee833bd5": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/34433b8e-c7d1-4594-b6a0-33829623adcb.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.11575539808273316, "Y": -0.11291114037036896, "Z": -0.06632235528230668}, "Max": {"X": 0.093011510181427, "Y": 0.0746756653547287, "Z": 0.167084041929245}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a40cf2b7-efa5-4011-b87a-c038830346de", "Height": 0.23340639721155168, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7a1f7f7e-2be5-4192-aaf8-1482ee833bd5", "Name": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m", "NestedFamilyTypeNames": "[]"}, "5dec1677-e03e-492d-8579-e874809f1fcf": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.01905190985798836, "Y": -0.3782059844970703, "Z": 0.7340599903106689}, {"X": 0.01905190985798836, "Y": 3.9645655206754786e-09, "Z": 0.7340599903106689}, {"X": 2.434083984375, "Y": 3.9645655206754786e-09, "Z": 0.7340599903106689}, {"X": 2.434083984375, "Y": -0.3782059844970703, "Z": 0.7340599903106689}]}, "Voids": [], "Id": "5dec1677-e03e-492d-8579-e874809f1fcf", "Name": null}, "8003d448-82fa-43cd-a893-bb0c137f669a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/be3b99cf-6c76-4f03-a270-70731ebf89f6.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.01905190985798836, "Y": -0.3782059844970703, "Z": 0.7340599903106689}, "Max": {"X": 2.434083984375, "Y": 3.9645655206754786e-09, "Z": 1.2046585184097292}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "5dec1677-e03e-492d-8579-e874809f1fcf", "Height": 0.4705985280990602, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "8003d448-82fa-43cd-a893-bb0c137f669a", "Name": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf\",\"Symbol Name\":\"Single Support - 96'' W - Right\"}]"}, "6a5c962d-bdb0-428f-b9b2-a2d2aee471cd": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.7877057526493445e-05, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}, {"X": 1.7877057526493445e-05, "Y": -0.020319996517896653, "Z": -4.252675789642724e-14}, {"X": 0.3866058714866638, "Y": -0.020319996517896653, "Z": -4.252675789642724e-14}, {"X": 0.3866058714866638, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "6a5c962d-bdb0-428f-b9b2-a2d2aee471cd", "Name": null}, "589fca8c-9e27-4049-9656-aa67b21d532e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/13d74d86-486d-4cbe-9e25-d9f438e0cad5.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.7877057526493445e-05, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}, "Max": {"X": 0.3866058714866638, "Y": -0.020319996517896653, "Z": 0.6985000242233277}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "6a5c962d-bdb0-428f-b9b2-a2d2aee471cd", "Height": 0.6985000242233702, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "589fca8c-9e27-4049-9656-aa67b21d532e", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape \",\"Symbol Name\":\"27 1/2H - Left - 23 1/4D\"}]"}, "5beac1c5-5b83-46e6-ade9-27e2b75a2cc5": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.977941881705192e-06, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}, {"X": -1.977941881705192e-06, "Y": 1.3249277822069416e-08, "Z": -5.820410819978861e-15}, {"X": 1.8013660640716553, "Y": 1.3249277822069416e-08, "Z": -5.820410819978861e-15}, {"X": 1.8013660640716553, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}]}, "Voids": [], "Id": "5beac1c5-5b83-46e6-ade9-27e2b75a2cc5", "Name": null}, "b4824356-ac6d-494b-8cb4-0614dae9acfb": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/03c634b0-f7fc-4b68-96e9-2e4c7847ad37.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.977941881705192e-06, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}, "Max": {"X": 1.8013660640716553, "Y": 1.3249277822069416e-08, "Z": 1.1050015926361085}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "5beac1c5-5b83-46e6-ade9-27e2b75a2cc5", "Height": 1.1050015926361143, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "b4824356-ac6d-494b-8cb4-0614dae9acfb", "Name": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Reception Desk - Classic\",\"Symbol Name\":\"Right - 72W - Transaction Top - Integral Pull\"}]"}, "ca454589-4db3-4e3e-858a-19b1830c002c": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8887047940552294e-08, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}, {"X": -1.8887047940552294e-08, "Y": -1.991336688206502e-07, "Z": -4.252675789642724e-14}, {"X": 0.762, "Y": -1.991336688206502e-07, "Z": -4.252675789642724e-14}, {"X": 0.762, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "ca454589-4db3-4e3e-858a-19b1830c002c", "Name": null}, "52a08fc4-b7ac-4fe7-b6f8-7044060499f6": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/1eebcd07-91e0-4c81-9b86-2bacede636f9.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8887047940552294e-08, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}, "Max": {"X": 0.762, "Y": -1.991336688206502e-07, "Z": 0.8113870290756225}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "ca454589-4db3-4e3e-858a-19b1830c002c", "Height": 0.8113870290756651, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "52a08fc4-b7ac-4fe7-b6f8-7044060499f6", "Name": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Umami - Lounge - End Cap\",\"Symbol Name\":\"Right End Cap\"}]"}, "4391375a-3a0b-4ae9-8ac0-b6dbe9574469": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6525820421218872, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}, {"X": -0.6525820421218872, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8515438802719116, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8515438802719116, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "4391375a-3a0b-4ae9-8ac0-b6dbe9574469", "Name": null}, "75489588-ba1d-4e1a-8998-8a52c449b36b": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/436365ac-2e84-42a9-a5b4-eb02fb97752d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6525820421218872, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}, "Max": {"X": 0.8515438802719116, "Y": 0.8637482225418092, "Z": 1.2708623989105226}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4391375a-3a0b-4ae9-8ac0-b6dbe9574469", "Height": 1.2708623989105652, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "75489588-ba1d-4e1a-8998-8a52c449b36b", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1\",\"Symbol Name\":\"High Back Screen - Left Corner Cushion\"}]"}, "320722c7-f549-4eac-8b05-bf8c669f891b": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.004937579588592053, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}, {"X": -0.004937579588592053, "Y": 0.6096, "Z": -7.774330346155268e-14}, {"X": 1.5190623653411865, "Y": 0.6096, "Z": -7.774330346155268e-14}, {"X": 1.5190623653411865, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}]}, "Voids": [], "Id": "320722c7-f549-4eac-8b05-bf8c669f891b", "Name": null}, "4419acdc-9587-4af5-9e89-1cf07a2a6f46": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/f1b93cae-13a0-4f33-91f6-75c615ed2474.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.004937579588592053, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}, "Max": {"X": 1.5190623653411865, "Y": 0.6096, "Z": 0.6979919883728027}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "320722c7-f549-4eac-8b05-bf8c669f891b", "Height": 0.6979919883728805, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "4419acdc-9587-4af5-9e89-1cf07a2a6f46", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W\",\"Symbol Name\":\"Two 15W Box/File, 30W Box/File\"}]"}, "8e0fb482-c082-403f-83b4-25c07ed66f6f": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.5808980092048646, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}, {"X": -0.5808980092048646, "Y": 0.3036568648338318, "Z": -3.677114296645606e-14}, {"X": 0.6045040537834168, "Y": 0.3036568648338318, "Z": -3.677114296645606e-14}, {"X": 0.6045040537834168, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "8e0fb482-c082-403f-83b4-25c07ed66f6f", "Name": null}, "c75a53b8-eea9-4849-bf72-c58e6f882657": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/eac9b06c-8668-480d-8f7e-300cbe63cc5b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.5808980092048646, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}, "Max": {"X": 0.6045040537834168, "Y": 0.3036568648338318, "Z": 0.7053580358505249}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8e0fb482-c082-403f-83b4-25c07ed66f6f", "Height": 0.7053580358505617, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "c75a53b8-eea9-4849-bf72-c58e6f882657", "Name": "Viccarbe - Brix - Armchair - Wide Left - Right Table", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Brix - Armchair - Wide Left - Right Table", "NestedFamilyTypeNames": "[]"}, "7eb5d532-d840-49c0-a9e6-6ac9112505ae": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6044600884437561, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}, {"X": -0.6044600884437561, "Y": 0.3036569738388062, "Z": -3.677114296645606e-14}, {"X": 0.5808980818748475, "Y": 0.3036569738388062, "Z": -3.677114296645606e-14}, {"X": 0.5808980818748475, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "7eb5d532-d840-49c0-a9e6-6ac9112505ae", "Name": null}, "d064599c-7fa0-4d2e-9587-a3ec60b5e31a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/72455978-2eb7-4302-8b18-bdd5eda7340d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6044600884437561, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}, "Max": {"X": 0.5808980818748475, "Y": 0.3036569738388062, "Z": 0.7053580358505249}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "7eb5d532-d840-49c0-a9e6-6ac9112505ae", "Height": 0.7053580358505617, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "d064599c-7fa0-4d2e-9587-a3ec60b5e31a", "Name": "Viccarbe - Brix - Armchair - Wide Right - Left Table", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Brix - Armchair - Wide Right - Left Table", "NestedFamilyTypeNames": "[]"}, "44709367-6809-4548-b602-55f77ff94860": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.4870565714836121, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}, {"X": -0.4870565714836121, "Y": 0.8338278104782105, "Z": -6.767919558114955e-17}, {"X": 1.84413104095459, "Y": 0.8338278104782105, "Z": -6.767919558114955e-17}, {"X": 1.84413104095459, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}]}, "Voids": [], "Id": "44709367-6809-4548-b602-55f77ff94860", "Name": null}, "856ecc3f-179a-4e8f-ad8a-656b58c912d8": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/fd4d2e0b-9295-4b2b-936e-e870c645f664.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.4870565714836121, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}, "Max": {"X": 1.84413104095459, "Y": 0.8338278104782105, "Z": 0.735117120552063}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "44709367-6809-4548-b602-55f77ff94860", "Height": 0.7351171205520631, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "856ecc3f-179a-4e8f-ad8a-656b58c912d8", "Name": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "Opaque": 1, "Canopy (Opaque)": 0, "HyFamilyTypeName": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery", "NestedFamilyTypeNames": "[]"}, "7e28ed34-e28c-49d9-8eb2-b5b76a4c8460": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8455787723541262, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}, {"X": -1.8455787723541262, "Y": 0.8338278104782105, "Z": -1.6919798895287387e-17}, {"X": 0.4870567894935608, "Y": 0.8338278104782105, "Z": -1.6919798895287387e-17}, {"X": 0.4870567894935608, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}]}, "Voids": [], "Id": "7e28ed34-e28c-49d9-8eb2-b5b76a4c8460", "Name": null}, "219948fe-5e73-48e6-b4ab-fd6f77d65b42": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8dba8022-70dc-4004-aae4-fa09aa239a4c.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8455787723541262, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}, "Max": {"X": 0.4870567894935608, "Y": 0.8338278104782105, "Z": 0.735117120552063}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "7e28ed34-e28c-49d9-8eb2-b5b76a4c8460", "Height": 0.735117120552063, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "219948fe-5e73-48e6-b4ab-fd6f77d65b42", "Name": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "Opaque": 1, "Canopy (Opaque)": 0, "HyFamilyTypeName": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery", "NestedFamilyTypeNames": "[]"}, "cfc0cdd6-0aee-41cc-b7fd-ea9f84918e96": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7abc418d-bfb8-4e1d-9eef-45e23ae87339", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.013285082074233, 0.0, 1.0, 0.0, 6.479577391600233, 0.0, 0.0, 1.0, 0.0]}}, "Id": "cfc0cdd6-0aee-41cc-b7fd-ea9f84918e96", "Name": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m"}, "6f288d54-003f-4d91-b6ff-fa12ad0e1d8b": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5b4f2143-90dc-4bab-9a42-1aed916286a8", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.695605358451098, 0.0, 1.0, 0.0, 6.475402000479552, 0.0, 0.0, 1.0, 0.0]}}, "Id": "6f288d54-003f-4d91-b6ff-fa12ad0e1d8b", "Name": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m"}, "b44bade7-716d-4fe4-8089-d755de5cc434": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "89072216-1892-48d1-bae4-e22aa3129383", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.305929776758074, 0.0, 1.0, 0.0, 6.5141416781917245, 0.0, 0.0, 1.0, 0.0]}}, "Id": "b44bade7-716d-4fe4-8089-d755de5cc434", "Name": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_"}, "7ea2caac-7973-4183-9276-9311b4cb06ac": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "93623887-4e35-43c7-b624-a254b1c8f7ef", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.519742199658112, 0.0, 1.0, 0.0, 6.482238414193466, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7ea2caac-7973-4183-9276-9311b4cb06ac", "Name": "Bolia - Grab - Pouf Mirrored - Small"}, "e3ded102-2569-4447-a026-e7aca1ce114e": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ff31437b-0251-451a-a8e5-137342bd9aff", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.862845971387399, 0.0, 1.0, 0.0, 6.038618970688525, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e3ded102-2569-4447-a026-e7aca1ce114e", "Name": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories"}, "27b03ae5-1ec9-40da-931e-c78a7e3d98d9": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "13750f14-a26e-45d9-a644-41460c19240b", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.34297943603005, 0.0, 1.0, 0.0, 6.152989608467141, 0.0, 0.0, 1.0, 0.0]}}, "Id": "27b03ae5-1ec9-40da-931e-c78a7e3d98d9", "Name": "Greenpoint - Power Module Mirrored - Power Module"}, "e6b463ad-8aaf-455e-96ba-e87f75c0b0b2": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "23808056-3701-453d-b41e-112d623588a9", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.0345252917180225, 0.0, 1.0, 0.0, 6.080208293517112, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e6b463ad-8aaf-455e-96ba-e87f75c0b0b2", "Name": "Lysol 2 Mirrored - 0.088 m x 0.088 m"}, "84be7765-c5ec-46bc-8667-01f3d111d3d4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "a5cc14a7-e487-472f-acda-be3af57bb5ce", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.646651789213611, 0.0, 1.0, 0.0, 5.614211779827662, 0.0, 0.0, 1.0, 0.0]}}, "Id": "84be7765-c5ec-46bc-8667-01f3d111d3d4", "Name": "MI2190100 Mirrored - 3.5 m x 3.8 m"}, "42695b16-648d-4e05-b6f5-bc498bbb1206": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0718d32d-9548-4908-9b18-ffe4b0837e90", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.6076064238480665, 0.0, 1.0, 0.0, 5.514809119362301, 0.0, 0.0, 1.0, 0.0]}}, "Id": "42695b16-648d-4e05-b6f5-bc498bbb1206", "Name": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase"}, "5346d46b-73c0-4e7e-9dba-91d50254e6d4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "de8753c1-3d8d-416f-9e14-cdb16a617f32", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.11081611493136549, 0.0, 1.0, 0.0, 6.434367336089286, 0.0, 0.0, 1.0, 0.0]}}, "Id": "5346d46b-73c0-4e7e-9dba-91d50254e6d4", "Name": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_"}, "9e909178-be0e-4056-bc3c-6df8616d2335": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7b4b7a72-09e7-4123-bc49-21b3e7c36399", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.220815449581213, 0.0, 1.0, 0.0, 5.00531099939239, 0.0, 0.0, 1.0, 0.0]}}, "Id": "9e909178-be0e-4056-bc3c-6df8616d2335", "Name": "PO Typical Mirrored - PO Typical"}, "a4d1edf8-5efe-4ad2-9e43-84b453a08e60": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "408bdc54-d142-4d29-88b4-69f6e92fcdb4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.491723420582337, 0.0, 1.0, 0.0, 5.958739037313997, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a4d1edf8-5efe-4ad2-9e43-84b453a08e60", "Name": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_"}, "13c540d3-d215-42f8-ab66-f8585f4718e6": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "461ffc71-1cc7-41a0-aed8-90f26de0a3b0", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.6739964278320425, 0.0, 1.0, 0.0, 5.48202501835319, 0.0, 0.0, 1.0, 0.0]}}, "Id": "13c540d3-d215-42f8-ab66-f8585f4718e6", "Name": "RS2RS009 Mirrored - 0.495 m x 0.14 m"}, "7aaf4851-1492-46d7-90bc-fbaf119da557": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "9c828efa-c5c4-4cc2-ab2f-7eed132565fc", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.099135404967553, 0.0, 1.0, 0.0, 6.1129700434483745, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7aaf4851-1492-46d7-90bc-fbaf119da557", "Name": "RS2RS011 Mirrored - 0.2 m x 0.267 m"}, "353ea1ea-d0de-44c6-9048-129648d5b7ac": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "23b56e34-555f-4cb4-963e-19b2a0081399", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.56182842337069, 0.0, 1.0, 0.0, 3.869609954221063, 0.0, 0.0, 1.0, 0.0]}}, "Id": "353ea1ea-d0de-44c6-9048-129648d5b7ac", "Name": "SAH21 Mirrored - 0.605 m x 0.23 m"}, "82282215-af31-41bf-b1c0-4d01492c1fdf": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "600ea011-1b36-494c-a14b-9f84d8b38945", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -5.664484387679764, 0.0, 1.0, 0.0, 3.8415679531057214, 0.0, 0.0, 1.0, 0.0]}}, "Id": "82282215-af31-41bf-b1c0-4d01492c1fdf", "Name": "SAH43 Mirrored - 0.503 m x 0.128 m"}, "ec63d1cf-7388-4b6d-9caa-6888d4b7c25d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "3c504e8c-29ae-4d4e-8457-88154e719202", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.935392358680889, 0.0, 1.0, 0.0, 3.8836309547787335, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ec63d1cf-7388-4b6d-9caa-6888d4b7c25d", "Name": "Small 3d copper shade Mirrored - 9.84_ x 9.84_"}, "4815ee58-60ad-45e4-9c17-0e511565a023": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "31cc56f6-ab4e-45d6-9568-2462fcd3b968", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.659975427274385, 0.0, 1.0, 0.0, 5.313773011661145, 0.0, 0.0, 1.0, 0.0]}}, "Id": "4815ee58-60ad-45e4-9c17-0e511565a023", "Name": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige"}, "1fe70139-194e-4154-aa21-ecf8c216efb2": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "c00cb81e-ba59-4c02-a436-2f2f76bbee80", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.814206433408762, 0.0, 1.0, 0.0, 3.5611479419523078, 0.0, 0.0, 1.0, 0.0]}}, "Id": "1fe70139-194e-4154-aa21-ecf8c216efb2", "Name": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide"}, "6d9d698a-5668-4204-a056-89cd74773499": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "47a78b04-7de8-44d4-b4d6-2ea1cc45d6c4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.085114404409886, 0.0, 1.0, 0.0, 2.9442239174147966, 0.0, 0.0, 1.0, 0.0]}}, "Id": "6d9d698a-5668-4204-a056-89cd74773499", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File"}, "40a4b51e-f37b-4c53-81d8-daab2fc253e1": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "cbb7f3bc-615e-485f-8c21-3cccb0b0e12c", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.136195326893658, 0.0, 1.0, 0.0, 3.4770219386062835, 0.0, 0.0, 1.0, 0.0]}}, "Id": "40a4b51e-f37b-4c53-81d8-daab2fc253e1", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell"}, "833e86ec-b5a3-42bd-8e59-7c877c97585d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "d9822819-a10d-4dd1-b7d0-da600a09d8d6", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.080111324662974, 0.0, 1.0, 0.0, 2.509572900127004, 0.0, 0.0, 1.0, 0.0]}}, "Id": "833e86ec-b5a3-42bd-8e59-7c877c97585d", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell"}, "158d1d34-75b7-4024-8ccf-b2b3b839d3ed": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "aa8754b9-04ba-41ed-bc52-a0b2304d9836", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.7481162716842586, 0.0, 1.0, 0.0, 4.977268998277047, 0.0, 0.0, 1.0, 0.0]}}, "Id": "158d1d34-75b7-4024-8ccf-b2b3b839d3ed", "Name": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials"}, "c83b43f0-e693-4b3c-a051-5234db83d9a4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "77c8ca29-510c-481b-8d29-08ebb8268419", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.3319952153595174, 0.0, 1.0, 0.0, 4.262197969835842, 0.0, 0.0, 1.0, 0.0]}}, "Id": "c83b43f0-e693-4b3c-a051-5234db83d9a4", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W"}, "aca1690b-babc-48ea-9028-df3c84feec45": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "c7374d1b-4735-453b-939a-0b736e69fe92", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.2478692120134933, 0.0, 1.0, 0.0, 3.5190849402792956, 0.0, 0.0, 1.0, 0.0]}}, "Id": "aca1690b-babc-48ea-9028-df3c84feec45", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top"}, "7a668545-f9ca-4f5c-9938-ca00fa2654f3": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "83442f6a-ae14-413b-b5e8-89af46ed5af1", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.1777642092251395, 0.0, 1.0, 0.0, 3.0563919218761626, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7a668545-f9ca-4f5c-9938-ca00fa2654f3", "Name": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right"}, "a599f6fe-0790-4e0a-b1cd-d3549fd7fa85": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "a53177a0-a80b-4c7c-b501-cedd513372ab", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.16825216907284915, 0.0, 1.0, 0.0, 4.809016991585, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a599f6fe-0790-4e0a-b1cd-d3549fd7fa85", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right"}, "e3c7c6e9-7fa5-47f1-9b61-2b3cdd83e804": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "8c621acf-2a07-4ec9-a8c3-0cf3a7c54ee9", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.18227316963051945, 0.0, 1.0, 0.0, 4.065903962028453, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e3c7c6e9-7fa5-47f1-9b61-2b3cdd83e804", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W"}, "ccf90173-67b2-4fb1-9088-de88be996352": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "53f98568-52a1-4adc-baca-590e1e6d17d8", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.7160594295050675, 0.0, 1.0, 0.0, 7.080419081927653, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ccf90173-67b2-4fb1-9088-de88be996352", "Name": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket"}, "02799561-a672-4580-9689-91f0c785fed7": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0fb994ff-3052-4738-a3fb-2229438d325e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.650957506463625, 0.0, 1.0, 0.0, 6.603705062966849, 0.0, 0.0, 1.0, 0.0]}}, "Id": "02799561-a672-4580-9689-91f0c785fed7", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D"}, "8b41afa7-8464-4354-a053-7d10e1a41384": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "901297a0-4e35-45a0-a187-178790ee6761", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.4066091785532509, 0.0, 1.0, 0.0, 3.3508329335872467, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8b41afa7-8464-4354-a053-7d10e1a41384", "Name": "Steelcase - Flex - Cart Mirrored - Board Cart"}, "f5304bbc-5238-445c-9bf3-42a784712203": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "dece3d78-0186-4eff-811a-e9540980037b", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.3319948905979162, 0.0, 1.0, 0.0, 3.3788749347025884, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f5304bbc-5238-445c-9bf3-42a784712203", "Name": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W"}, "24874494-f8c1-4cac-a441-da5fe4b2281d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "98a6332f-e807-457a-84c3-3e5a20dec2e4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.370537495310211, 0.0, 1.0, 0.0, 2.719887908492065, 0.0, 0.0, 1.0, 0.0]}}, "Id": "24874494-f8c1-4cac-a441-da5fe4b2281d", "Name": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2"}, "248e9aca-c26e-4628-b09d-cee192688d31": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "43d1c4c7-3e9a-437a-94f0-6cf145e9e90f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.094626444562176, 0.0, 1.0, 0.0, 2.551635901800016, 0.0, 0.0, 1.0, 0.0]}}, "Id": "248e9aca-c26e-4628-b09d-cee192688d31", "Name": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W"}, "addeb2e2-975e-4168-b1f5-48800760f697": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "4f2c3e04-eb7f-4440-90f0-a6be816d10ca", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.8652873558925345, 0.0, 1.0, 0.0, 2.088942883396883, 0.0, 0.0, 1.0, 0.0]}}, "Id": "addeb2e2-975e-4168-b1f5-48800760f697", "Name": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W"}, "3c840ef9-60e4-4d25-b67e-79de20537d03": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "c92a0fd4-4ff7-4dec-adc6-a95aa81f59e5", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.6174183062598417, 0.0, 1.0, 0.0, 2.0609008822815422, 0.0, 0.0, 1.0, 0.0]}}, "Id": "3c840ef9-60e4-4d25-b67e-79de20537d03", "Name": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull"}, "134367d0-17ca-45a5-8fe9-227bafc99c48": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "2fe395c6-6b55-4d79-a855-dbcb520b8fb3", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.4536752599731733, 0.0, 1.0, 0.0, 1.920690876704835, 0.0, 0.0, 1.0, 0.0]}}, "Id": "134367d0-17ca-45a5-8fe9-227bafc99c48", "Name": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W"}, "db46fc61-b784-4e04-b2bd-1f97cb90e947": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "24203dee-b4ae-433a-8d5a-a5a39f6e5230", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.8507722359933327, 0.0, 1.0, 0.0, 2.0609008822815422, 0.0, 0.0, 1.0, 0.0]}}, "Id": "db46fc61-b784-4e04-b2bd-1f97cb90e947", "Name": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest"}, "46c833fe-3878-4243-be6e-9b7cf4c6177d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "e1c27cc3-3599-4ccb-ae5d-f7f241ee9061", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.19629417018818976, 0.0, 1.0, 0.0, 2.495551899569334, 0.0, 0.0, 1.0, 0.0]}}, "Id": "46c833fe-3878-4243-be6e-9b7cf4c6177d", "Name": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner"}, "0272b89d-2e71-4c7d-9fec-778774a3a7e2": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "8ad4cd49-8428-4510-8114-7b27e61a3406", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.1777638844635394, 0.0, 1.0, 0.0, 2.2712158906466025, 0.0, 0.0, 1.0, 0.0]}}, "Id": "0272b89d-2e71-4c7d-9fec-778774a3a7e2", "Name": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia"}, "3f8c6faa-5b13-462c-b761-bd167038276c": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "8340aed5-28a9-42c6-bca0-29060914535a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.042062839292210906, 0.0, 1.0, 0.0, 1.0794308432445925, 0.0, 0.0, 1.0, 0.0]}}, "Id": "3f8c6faa-5b13-462c-b761-bd167038276c", "Name": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster"}, "e7456da3-04d3-40c7-a2f8-a8c0e82c86e7": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "d18b4efd-4e80-431d-9b34-87fe47a96f20", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.8367509106740625, 0.0, 1.0, 0.0, 2.4114258962233097, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e7456da3-04d3-40c7-a2f8-a8c0e82c86e7", "Name": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D"}, "dc39de95-bbda-4b21-9d1e-6b1d30c2d017": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ede6ce61-04ae-4bba-a7cb-8ed313182f88", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.622915505348285, 0.0, 1.0, 0.0, 5.453983017237852, 0.0, 0.0, 1.0, 0.0]}}, "Id": "dc39de95-bbda-4b21-9d1e-6b1d30c2d017", "Name": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H"}, "f8faed15-743b-4c58-b95b-4342afdb004d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "405aa2e3-80c1-4d7e-8e51-8e2466e59304", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.337492414447959, 0.0, 1.0, 0.0, 0.8410738337641906, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f8faed15-743b-4c58-b95b-4342afdb004d", "Name": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion"}, "25c71a55-4195-49a3-9818-87e818a490e5": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0f5776f4-00e8-4055-a8cd-fd1cbaaead67", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.996479440658481, 0.0, 1.0, 0.0, 1.345829853840336, 0.0, 0.0, 1.0, 0.0]}}, "Id": "25c71a55-4195-49a3-9818-87e818a490e5", "Name": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W"}, "a6446bae-90dc-47c9-9afe-ba9dd2523451": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "2bb49b9f-7d4c-4692-9862-2a619e9139a1", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.73959247021503, 0.0, 1.0, 0.0, 6.898146074677935, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a6446bae-90dc-47c9-9afe-ba9dd2523451", "Name": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W"}, "f0b838b0-9020-4b7a-b767-f103ef3bafaa": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "6f126c4b-7607-496d-a8ee-f3c58e90512a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.11815948527214, 0.0, 1.0, 0.0, 1.4159348566286898, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f0b838b0-9020-4b7a-b767-f103ef3bafaa", "Name": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W"}, "ab84186d-2c13-4f76-adcb-63a8f30e12b9": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "68837693-7dbf-44e4-b945-48c5daeb0f69", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.7991968694064292, 0.0, 1.0, 0.0, 1.6823338672244332, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ab84186d-2c13-4f76-adcb-63a8f30e12b9", "Name": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W"}, "634fc47a-bfef-47e6-9e8e-ebc9bb8c8603": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0ac13a1b-5b6f-451a-a5bb-e3c5c444858a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.851760474676355, 0.0, 1.0, 0.0, -0.5329842208875385, 0.0, 0.0, 1.0, 0.0]}}, "Id": "634fc47a-bfef-47e6-9e8e-ebc9bb8c8603", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion"}, "968fecbb-92ac-4200-a4fc-c1dfa543bc31": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "6dfbc358-9c4b-40f4-aadd-84c716cbe139", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.648842088004482, 0.0, 1.0, 0.0, 4.212001035214318, 0.0, 0.0, 1.0, 0.0]}}, "Id": "968fecbb-92ac-4200-a4fc-c1dfa543bc31", "Name": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray"}, "81f413eb-b5c0-4a0c-bc40-7d2fae9eab33": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "327b17a5-1802-44b2-b4a8-af519e90d131", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.4249199404544513, 0.0, 1.0, 0.0, 1.2774056184938376, 0.0, 0.0, 1.0, 0.0]}}, "Id": "81f413eb-b5c0-4a0c-bc40-7d2fae9eab33", "Name": "USB Powerstrip Mirrored - 0.14 m x 0.084 m"}, "ccf10034-2516-4889-b217-3f8256b86bbc": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "44984d0a-f9a7-4b4a-860f-63c8e1111553", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -5.230522152044362, 0.0, 1.0, 0.0, -0.49625095205150804, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ccf10034-2516-4889-b217-3f8256b86bbc", "Name": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m"}, "2622a028-663e-4372-a868-5d08ca469d0b": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7a1f7f7e-2be5-4192-aaf8-1482ee833bd5", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.729462841211078, 0.0, 1.0, 0.0, 3.518662557637501, 0.0, 0.0, 1.0, 0.0]}}, "Id": "2622a028-663e-4372-a868-5d08ca469d0b", "Name": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m"}, "a060a6a1-0b3e-4210-95b2-4a14ceb952bc": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "8003d448-82fa-43cd-a893-bb0c137f669a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.3809208319783908, 0.0, 1.0, 0.0, 0.19414486803326766, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a060a6a1-0b3e-4210-95b2-4a14ceb952bc", "Name": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right"}, "c2fa07d2-8157-49f6-9a33-dd496a07ce93": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "589fca8c-9e27-4049-9656-aa67b21d532e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.43261988721278555, 0.0, 1.0, 0.0, 0.5093720130710992, 0.0, 0.0, 1.0, 0.0]}}, "Id": "c2fa07d2-8157-49f6-9a33-dd496a07ce93", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D"}, "8819bcc3-5853-481e-8b2b-6e7de062e9be": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "b4824356-ac6d-494b-8cb4-0614dae9acfb", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.568689867613268, 0.0, 1.0, 0.0, 0.45374369335854126, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8819bcc3-5853-481e-8b2b-6e7de062e9be", "Name": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull"}, "0e990322-5318-4d07-9d12-f9507137be45": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "52a08fc4-b7ac-4fe7-b6f8-7044060499f6", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 2.5156810575528197, 0.0, 1.0, 0.0, 7.722510802466196, 0.0, 0.0, 1.0, 0.0]}}, "Id": "0e990322-5318-4d07-9d12-f9507137be45", "Name": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap"}, "355b4d41-ed49-432e-a5ed-3299df877641": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "75489588-ba1d-4e1a-8998-8a52c449b36b", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.2017636673410403, 0.0, 1.0, 0.0, 5.497378013963852, 0.0, 0.0, 1.0, 0.0]}}, "Id": "355b4d41-ed49-432e-a5ed-3299df877641", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion"}, "8e75c9a0-3448-4071-997e-db07e044a961": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "4419acdc-9587-4af5-9e89-1cf07a2a6f46", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 2.7028484837518, 0.0, 1.0, 0.0, 4.599264596230528, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8e75c9a0-3448-4071-997e-db07e044a961", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File"}, "f3edab83-7dec-4dbc-a706-519304134e30": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "c75a53b8-eea9-4849-bf72-c58e6f882657", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.4705192957851128, 0.0, 1.0, 0.0, 3.9382147303129553, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f3edab83-7dec-4dbc-a706-519304134e30", "Name": "Viccarbe - Brix - Armchair - Wide Left - Right Table"}, "156e9c95-28e4-4676-991c-80bc6c980110": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "d064599c-7fa0-4d2e-9587-a3ec60b5e31a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.7050853772397363, 0.0, 1.0, 0.0, 2.935977836825019, 0.0, 0.0, 1.0, 0.0]}}, "Id": "156e9c95-28e4-4676-991c-80bc6c980110", "Name": "Viccarbe - Brix - Armchair - Wide Right - Left Table"}, "c66c7053-36fc-4acd-b865-2e1253040dee": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "856ecc3f-179a-4e8f-ad8a-656b58c912d8", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.555816052677701, 0.0, 1.0, 0.0, 1.528581348097282, 0.0, 0.0, 1.0, 0.0]}}, "Id": "c66c7053-36fc-4acd-b865-2e1253040dee", "Name": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery"}, "c8918102-558c-4884-86f5-354aea2322a6": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "219948fe-5e73-48e6-b4ab-fd6f77d65b42", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 5.027185109074878, 0.0, 1.0, 0.0, 0.3344267516010184, 0.0, 0.0, 1.0, 0.0]}}, "Id": "c8918102-558c-4884-86f5-354aea2322a6", "Name": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery"}, "a57c6105-d333-4480-98dc-40964f24d734": {"discriminator": "Elements.ContentCatalog", "Content": ["7abc418d-bfb8-4e1d-9eef-45e23ae87339", "5b4f2143-90dc-4bab-9a42-1aed916286a8", "89072216-1892-48d1-bae4-e22aa3129383", "93623887-4e35-43c7-b624-a254b1c8f7ef", "ff31437b-0251-451a-a8e5-137342bd9aff", "13750f14-a26e-45d9-a644-41460c19240b", "23808056-3701-453d-b41e-112d623588a9", "a5cc14a7-e487-472f-acda-be3af57bb5ce", "0718d32d-9548-4908-9b18-ffe4b0837e90", "de8753c1-3d8d-416f-9e14-cdb16a617f32", "7b4b7a72-09e7-4123-bc49-21b3e7c36399", "408bdc54-d142-4d29-88b4-69f6e92fcdb4", "461ffc71-1cc7-41a0-aed8-90f26de0a3b0", "9c828efa-c5c4-4cc2-ab2f-7eed132565fc", "23b56e34-555f-4cb4-963e-19b2a0081399", "600ea011-1b36-494c-a14b-9f84d8b38945", "3c504e8c-29ae-4d4e-8457-88154e719202", "31cc56f6-ab4e-45d6-9568-2462fcd3b968", "c00cb81e-ba59-4c02-a436-2f2f76bbee80", "47a78b04-7de8-44d4-b4d6-2ea1cc45d6c4", "cbb7f3bc-615e-485f-8c21-3cccb0b0e12c", "d9822819-a10d-4dd1-b7d0-da600a09d8d6", "aa8754b9-04ba-41ed-bc52-a0b2304d9836", "77c8ca29-510c-481b-8d29-08ebb8268419", "c7374d1b-4735-453b-939a-0b736e69fe92", "83442f6a-ae14-413b-b5e8-89af46ed5af1", "a53177a0-a80b-4c7c-b501-cedd513372ab", "8c621acf-2a07-4ec9-a8c3-0cf3a7c54ee9", "53f98568-52a1-4adc-baca-590e1e6d17d8", "0fb994ff-3052-4738-a3fb-2229438d325e", "901297a0-4e35-45a0-a187-178790ee6761", "dece3d78-0186-4eff-811a-e9540980037b", "98a6332f-e807-457a-84c3-3e5a20dec2e4", "43d1c4c7-3e9a-437a-94f0-6cf145e9e90f", "4f2c3e04-eb7f-4440-90f0-a6be816d10ca", "c92a0fd4-4ff7-4dec-adc6-a95aa81f59e5", "2fe395c6-6b55-4d79-a855-dbcb520b8fb3", "24203dee-b4ae-433a-8d5a-a5a39f6e5230", "e1c27cc3-3599-4ccb-ae5d-f7f241ee9061", "8ad4cd49-8428-4510-8114-7b27e61a3406", "8340aed5-28a9-42c6-bca0-29060914535a", "d18b4efd-4e80-431d-9b34-87fe47a96f20", "ede6ce61-04ae-4bba-a7cb-8ed313182f88", "405aa2e3-80c1-4d7e-8e51-8e2466e59304", "0f5776f4-00e8-4055-a8cd-fd1cbaaead67", "2bb49b9f-7d4c-4692-9862-2a619e9139a1", "6f126c4b-7607-496d-a8ee-f3c58e90512a", "68837693-7dbf-44e4-b945-48c5daeb0f69", "0ac13a1b-5b6f-451a-a5bb-e3c5c444858a", "6dfbc358-9c4b-40f4-aadd-84c716cbe139", "327b17a5-1802-44b2-b4a8-af519e90d131", "44984d0a-f9a7-4b4a-860f-63c8e1111553", "7a1f7f7e-2be5-4192-aaf8-1482ee833bd5", "8003d448-82fa-43cd-a893-bb0c137f669a", "589fca8c-9e27-4049-9656-aa67b21d532e", "b4824356-ac6d-494b-8cb4-0614dae9acfb", "52a08fc4-b7ac-4fe7-b6f8-7044060499f6", "75489588-ba1d-4e1a-8998-8a52c449b36b", "4419acdc-9587-4af5-9e89-1cf07a2a6f46", "c75a53b8-eea9-4849-bf72-c58e6f882657", "d064599c-7fa0-4d2e-9587-a3ec60b5e31a", "856ecc3f-179a-4e8f-ad8a-656b58c912d8", "219948fe-5e73-48e6-b4ab-fd6f77d65b42"], "ReferenceConfiguration": ["cfc0cdd6-0aee-41cc-b7fd-ea9f84918e96", "6f288d54-003f-4d91-b6ff-fa12ad0e1d8b", "b44bade7-716d-4fe4-8089-d755de5cc434", "7ea2caac-7973-4183-9276-9311b4cb06ac", "e3ded102-2569-4447-a026-e7aca1ce114e", "27b03ae5-1ec9-40da-931e-c78a7e3d98d9", "e6b463ad-8aaf-455e-96ba-e87f75c0b0b2", "84be7765-c5ec-46bc-8667-01f3d111d3d4", "42695b16-648d-4e05-b6f5-bc498bbb1206", "5346d46b-73c0-4e7e-9dba-91d50254e6d4", "9e909178-be0e-4056-bc3c-6df8616d2335", "a4d1edf8-5efe-4ad2-9e43-84b453a08e60", "13c540d3-d215-42f8-ab66-f8585f4718e6", "7aaf4851-1492-46d7-90bc-fbaf119da557", "353ea1ea-d0de-44c6-9048-129648d5b7ac", "82282215-af31-41bf-b1c0-4d01492c1fdf", "ec63d1cf-7388-4b6d-9caa-6888d4b7c25d", "4815ee58-60ad-45e4-9c17-0e511565a023", "1fe70139-194e-4154-aa21-ecf8c216efb2", "6d9d698a-5668-4204-a056-89cd74773499", "40a4b51e-f37b-4c53-81d8-daab2fc253e1", "833e86ec-b5a3-42bd-8e59-7c877c97585d", "158d1d34-75b7-4024-8ccf-b2b3b839d3ed", "c83b43f0-e693-4b3c-a051-5234db83d9a4", "aca1690b-babc-48ea-9028-df3c84feec45", "7a668545-f9ca-4f5c-9938-ca00fa2654f3", "a599f6fe-0790-4e0a-b1cd-d3549fd7fa85", "e3c7c6e9-7fa5-47f1-9b61-2b3cdd83e804", "ccf90173-67b2-4fb1-9088-de88be996352", "02799561-a672-4580-9689-91f0c785fed7", "8b41afa7-8464-4354-a053-7d10e1a41384", "f5304bbc-5238-445c-9bf3-42a784712203", "24874494-f8c1-4cac-a441-da5fe4b2281d", "248e9aca-c26e-4628-b09d-cee192688d31", "addeb2e2-975e-4168-b1f5-48800760f697", "3c840ef9-60e4-4d25-b67e-79de20537d03", "134367d0-17ca-45a5-8fe9-227bafc99c48", "db46fc61-b784-4e04-b2bd-1f97cb90e947", "46c833fe-3878-4243-be6e-9b7cf4c6177d", "0272b89d-2e71-4c7d-9fec-778774a3a7e2", "3f8c6faa-5b13-462c-b761-bd167038276c", "e7456da3-04d3-40c7-a2f8-a8c0e82c86e7", "dc39de95-bbda-4b21-9d1e-6b1d30c2d017", "f8faed15-743b-4c58-b95b-4342afdb004d", "25c71a55-4195-49a3-9818-87e818a490e5", "a6446bae-90dc-47c9-9afe-ba9dd2523451", "f0b838b0-9020-4b7a-b767-f103ef3bafaa", "ab84186d-2c13-4f76-adcb-63a8f30e12b9", "634fc47a-bfef-47e6-9e8e-ebc9bb8c8603", "968fecbb-92ac-4200-a4fc-c1dfa543bc31", "81f413eb-b5c0-4a0c-bc40-7d2fae9eab33", "ccf10034-2516-4889-b217-3f8256b86bbc", "2622a028-663e-4372-a868-5d08ca469d0b", "a060a6a1-0b3e-4210-95b2-4a14ceb952bc", "c2fa07d2-8157-49f6-9a33-dd496a07ce93", "8819bcc3-5853-481e-8b2b-6e7de062e9be", "0e990322-5318-4d07-9d12-f9507137be45", "355b4d41-ed49-432e-a5ed-3299df877641", "8e75c9a0-3448-4071-997e-db07e044a961", "f3edab83-7dec-4dbc-a706-519304134e30", "156e9c95-28e4-4676-991c-80bc6c980110", "c66c7053-36fc-4acd-b865-2e1253040dee", "c8918102-558c-4884-86f5-354aea2322a6"], "Id": "a57c6105-d333-4480-98dc-40964f24d734", "Name": "Mirrored Catalog"}}} \ No newline at end of file diff --git a/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog1.json b/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog1.json deleted file mode 100644 index 628019a9..00000000 --- a/LayoutFunctions/PrivateOfficeLayout/mirrored-catalog1.json +++ /dev/null @@ -1 +0,0 @@ -{"Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Elements": {"9babb829-9b96-4e73-97f4-9658d4d6c31c": {"discriminator": "Elements.Material", "Color": {"Red": 1.0, "Green": 1.0, "Blue": 1.0, "Alpha": 1.0}, "SpecularFactor": 0.0, "GlossinessFactor": 0.0, "Unlit": false, "DoubleSided": false, "RepeatTexture": true, "InterpolateTexture": true, "EmissiveFactor": 0.0, "Draw In Front": false, "EdgeDisplaySettings": null, "Id": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Name": "default"}, "d28fabc0-bf83-4ea4-b9b6-533e6dfafa8d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.04335047439336777, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}, {"X": -0.04335047439336777, "Y": 0.05233844321966172, "Z": 0.0003292584314011038}, {"X": 0.0836499086380005, "Y": 0.05233844321966172, "Z": 0.0003292584314011038}, {"X": 0.0836499086380005, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}]}, "Voids": [], "Id": "d28fabc0-bf83-4ea4-b9b6-533e6dfafa8d", "Name": null}, "4f950aa6-04c1-4def-80da-fdfb8286b8f7": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d2477a4f-851e-44b9-8eed-caa59b5cacb9.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.04335047439336777, "Y": -0.02587538734674454, "Z": 0.0003292584314011038}, "Max": {"X": 0.0836499086380005, "Y": 0.05233844321966172, "Z": 0.25468292827606204}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d28fabc0-bf83-4ea4-b9b6-533e6dfafa8d", "Height": 0.25435366984466096, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "4f950aa6-04c1-4def-80da-fdfb8286b8f7", "Name": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m", "Part List": "1 x RS2RS003, 1 x RS2RS005", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m", "NestedFamilyTypeNames": "[]"}, "de506fff-7ba7-4f4c-b1b6-21a673dec780": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.11139892344474793, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}, {"X": -0.11139892344474793, "Y": 0.11942046325206757, "Z": 0.0015404548913240433}, {"X": 0.1113996864795685, "Y": 0.11942046325206757, "Z": 0.0015404548913240433}, {"X": 0.1113996864795685, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}]}, "Voids": [], "Id": "de506fff-7ba7-4f4c-b1b6-21a673dec780", "Name": null}, "f5beb1ce-f0ac-4d92-9e82-50211a8b480e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/65ac3b71-b4b9-44d1-9954-2a9a4c86cfcc.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.11139892344474793, "Y": -0.11942019073963166, "Z": 0.0015404548913240433}, "Max": {"X": 0.1113996864795685, "Y": 0.11942046325206757, "Z": 0.036823022621870045}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "de506fff-7ba7-4f4c-b1b6-21a673dec780", "Height": 0.035282567730546, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f5beb1ce-f0ac-4d92-9e82-50211a8b480e", "Name": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"Block 4 Components @ 111334 AM\",\"Symbol Name\":\"0.223 m x 0.239 m\"}]"}, "3f21e8d1-412b-4d92-ab52-ab2f86f1536a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12736068534851075, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}, {"X": -0.12736068534851075, "Y": 0.14097768666744234, "Z": 0.00032736546350643043}, {"X": 0.3256953815460205, "Y": 0.14097768666744234, "Z": 0.00032736546350643043}, {"X": 0.3256953815460205, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}]}, "Voids": [], "Id": "3f21e8d1-412b-4d92-ab52-ab2f86f1536a", "Name": null}, "245673be-db13-4c21-b67d-45ac8bf4e734": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/46ea086b-3659-4ff4-8218-384caa0d64d5.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12736068534851075, "Y": -0.2011084186077118, "Z": 0.00032736546350643043}, "Max": {"X": 0.3256953815460205, "Y": 0.14097768666744234, "Z": 0.0877241512298584}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3f21e8d1-412b-4d92-ab52-ab2f86f1536a", "Height": 0.08739678576635197, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "245673be-db13-4c21-b67d-45ac8bf4e734", "Name": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_", "Part List": "1 x BJMMC006", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_", "NestedFamilyTypeNames": "[]"}, "a18f5085-d3b2-4149-98e4-8b8bb723a9ef": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.27829053525924685, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}, {"X": -0.27829053525924685, "Y": 0.20211869487762452, "Z": -5.755614929971176e-15}, {"X": 0.202411518573761, "Y": 0.20211869487762452, "Z": -5.755614929971176e-15}, {"X": 0.202411518573761, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "a18f5085-d3b2-4149-98e4-8b8bb723a9ef", "Name": null}, "61209d50-0fb3-4769-9e47-3dbf6590f28c": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/7ff05bcc-ff14-41da-98c9-06aa55a63c41.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.27829053525924685, "Y": -0.2021205842971802, "Z": -5.755614929971176e-15}, "Max": {"X": 0.202411518573761, "Y": 0.20211869487762452, "Z": 0.5452201724052429}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a18f5085-d3b2-4149-98e4-8b8bb723a9ef", "Height": 0.5452201724052487, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "61209d50-0fb3-4769-9e47-3dbf6590f28c", "Name": "Bolia - Grab - Pouf Mirrored - Small", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Bolia - Grab - Pouf Mirrored - Small", "NestedFamilyTypeNames": "[{\"Family Name\":\"Bolia - Grab - Pouf\",\"Symbol Name\":\"Small\"}]"}, "c35f7a8e-f607-4a52-ad5b-5840685be059": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.29997380475997926, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}, {"X": -0.29997380475997926, "Y": 0.14998700230121614, "Z": -1.0690246188271857e-13}, {"X": 0.2999738774299622, "Y": 0.14998700230121614, "Z": -1.0690246188271857e-13}, {"X": 0.2999738774299622, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}]}, "Voids": [], "Id": "c35f7a8e-f607-4a52-ad5b-5840685be059", "Name": null}, "83f02b5b-410b-422f-9c17-bd0488c68c7e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/51d38319-dc7a-459e-9b08-4458a52811cc.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.29997380475997926, "Y": -0.14998712947368623, "Z": -1.0690246188271857e-13}, "Max": {"X": 0.2999738774299622, "Y": 0.14998700230121614, "Z": 1.219600411605835}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "c35f7a8e-f607-4a52-ad5b-5840685be059", "Height": 1.2196004116059418, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "83f02b5b-410b-422f-9c17-bd0488c68c7e", "Name": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories", "NestedFamilyTypeNames": "[{\"Family Name\":\"Extremis - Sticks - Space Divider 60x30\",\"Symbol Name\":\"Accessories\"}]"}, "6f5364e4-29a3-4a0c-9dd1-30b384fb5087": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.08529331305027009, "Y": -0.16413482151031494, "Z": 0.6925163778305055}, {"X": -0.08529331305027009, "Y": -0.05181608684062958, "Z": 0.6925163778305055}, {"X": 0.08590263268947601, "Y": -0.05181608684062958, "Z": 0.6925163778305055}, {"X": 0.08590263268947601, "Y": -0.16413482151031494, "Z": 0.6925163778305055}]}, "Voids": [], "Id": "6f5364e4-29a3-4a0c-9dd1-30b384fb5087", "Name": null}, "5cf60155-8d37-4c46-b66d-11239ea7c061": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/2c102966-73c5-4b3d-8a73-cc7322b9f29c.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.08529331305027009, "Y": -0.16413482151031494, "Z": 0.6925163778305055}, "Max": {"X": 0.08590263268947601, "Y": -0.05181608684062958, "Z": 0.768702134513855}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "6f5364e4-29a3-4a0c-9dd1-30b384fb5087", "Height": 0.07618575668334959, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5cf60155-8d37-4c46-b66d-11239ea7c061", "Name": "Greenpoint - Power Module Mirrored - Power Module", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Greenpoint - Power Module Mirrored - Power Module", "NestedFamilyTypeNames": "[{\"Family Name\":\"Greenpoint - Power Module\",\"Symbol Name\":\"Power Module\"}]"}, "a7a3480f-fdbb-4ade-9e64-b314ce299bf9": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.012648044747114182, "Y": -0.017883563885092737, "Z": 0.1819514120578766}, {"X": -0.012648044747114182, "Y": 0.021051851373910906, "Z": 0.1819514120578766}, {"X": 0.018241930228471755, "Y": 0.021051851373910906, "Z": 0.1819514120578766}, {"X": 0.018241930228471755, "Y": -0.017883563885092737, "Z": 0.1819514120578766}]}, "Voids": [], "Id": "a7a3480f-fdbb-4ade-9e64-b314ce299bf9", "Name": null}, "8ccef262-9143-4abf-b846-0172023ea0a4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/5e259998-e395-4311-a1db-6463453c18b4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.012648044747114182, "Y": -0.017883563885092737, "Z": 0.1819514120578766}, "Max": {"X": 0.018241930228471755, "Y": 0.021051851373910906, "Z": 0.24098576288223267}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a7a3480f-fdbb-4ade-9e64-b314ce299bf9", "Height": 0.05903435082435607, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "8ccef262-9143-4abf-b846-0172023ea0a4", "Name": "Lysol 2 Mirrored - 0.088 m x 0.088 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Lysol 2 Mirrored - 0.088 m x 0.088 m", "NestedFamilyTypeNames": "[]"}, "9ecf4afe-91b8-46fc-aeab-edd84ad17506": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d120a8ac-69ec-4c9c-a19b-2e87f3cd80c5.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -2.1023362106323242, "Y": -1.3375795475006105, "Z": 0.002540000132471323}, "Max": {"X": 1.3977132316589356, "Y": 2.462426149749756, "Z": 0.002540000132471323}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": null, "IsElementDefinition": true, "Id": "9ecf4afe-91b8-46fc-aeab-edd84ad17506", "Name": "MI2190100 Mirrored - 3.5 m x 3.8 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "MI2190100 Mirrored - 3.5 m x 3.8 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"MI2190100\",\"Symbol Name\":\"3.5 m x 3.8 m\"}]"}, "783999c6-d36a-4e0d-8ae8-9b3f11f7cf51": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6096001453399659, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}, {"X": -0.6096001453399659, "Y": 0.17779981226921082, "Z": -3.6817482396145354e-14}, {"X": 0.6095998546600342, "Y": 0.17779981226921082, "Z": -3.6817482396145354e-14}, {"X": 0.6095998546600342, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}]}, "Voids": [], "Id": "783999c6-d36a-4e0d-8ae8-9b3f11f7cf51", "Name": null}, "eee33bfa-8a1a-4979-87d1-a4265685a97f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/e5e2e384-2b3f-4e1e-af0b-5f630f1bea04.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6096001453399659, "Y": -0.1777999939441681, "Z": -3.6817482396145354e-14}, "Max": {"X": 0.6095998546600342, "Y": 0.17779981226921082, "Z": 2.184285859680176}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "783999c6-d36a-4e0d-8ae8-9b3f11f7cf51", "Height": 2.184285859680213, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "eee33bfa-8a1a-4979-87d1-a4265685a97f", "Name": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase", "NestedFamilyTypeNames": "[{\"Family Name\":\"Mitchell Gold Bob Williams - Filmore - Bookcase\",\"Symbol Name\":\"Bookcase\"}]"}, "997679ce-31ac-406e-927d-3485eb79f5b1": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}, {"X": -1.8288001453399658, "Y": 1.3716004360198975, "Z": -5.755614929971176e-15}, {"X": 1.8288001453399658, "Y": 1.3716004360198975, "Z": -5.755614929971176e-15}, {"X": 1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "997679ce-31ac-406e-927d-3485eb79f5b1", "Name": null}, "ae73b14b-451f-46b0-878f-6b4802cf9f31": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/9777bdd0-5fb7-436f-9132-b74400f208cf.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8288001453399658, "Y": -1.371600145339966, "Z": -5.755614929971176e-15}, "Max": {"X": 1.8288001453399658, "Y": 1.3716004360198975, "Z": 0.012700000378489494}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "997679ce-31ac-406e-927d-3485eb79f5b1", "Height": 0.01270000037849525, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ae73b14b-451f-46b0-878f-6b4802cf9f31", "Name": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_", "Part List": "1 x MGB388RUG", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_", "NestedFamilyTypeNames": "[]"}, "74b462e5-0c58-4da7-b5fd-16fa8aec2697": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.550270634841919, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}, {"X": -1.550270634841919, "Y": -2.3889434942248044e-07, "Z": -4.170549085117173e-14}, {"X": 1.0404479021072388, "Y": -2.3889434942248044e-07, "Z": -4.170549085117173e-14}, {"X": 1.0404479021072388, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}]}, "Voids": [], "Id": "74b462e5-0c58-4da7-b5fd-16fa8aec2697", "Name": null}, "f4847997-4f51-47ff-82c8-201688d36f96": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/f9d2133e-5afa-4eec-8f71-5def5dc90d7a.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.550270634841919, "Y": -1.842559334564209, "Z": -4.170549085117173e-14}, "Max": {"X": 1.0404479021072388, "Y": -2.3889434942248044e-07, "Z": 2.1436155223846436}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "74b462e5-0c58-4da7-b5fd-16fa8aec2697", "Height": 2.1436155223846853, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f4847997-4f51-47ff-82c8-201688d36f96", "Name": "PO Typical Mirrored - PO Typical", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "PO Typical Mirrored - PO Typical", "NestedFamilyTypeNames": "[{\"Family Name\":\"PO Typical\",\"Symbol Name\":\"PO Typical\"}]"}, "d9e28027-940a-4a8b-b911-fb0263794b7d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.23956279377937317, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}, {"X": -0.23956279377937317, "Y": 0.13342340576648712, "Z": -0.00018187613035552204}, {"X": 0.17560605082511901, "Y": 0.13342340576648712, "Z": -0.00018187613035552204}, {"X": 0.17560605082511901, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}]}, "Voids": [], "Id": "d9e28027-940a-4a8b-b911-fb0263794b7d", "Name": null}, "f2c7f5d8-48d0-4711-bea6-2e5affe1dd2a": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/73f88f4b-23a9-4e0b-acfc-e3613479aa20.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.23956279377937317, "Y": -0.13342309691905976, "Z": -0.00018187613035552204}, "Max": {"X": 0.17560605082511901, "Y": 0.13342340576648712, "Z": 0.3255151963233948}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d9e28027-940a-4a8b-b911-fb0263794b7d", "Height": 0.32569707245375035, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f2c7f5d8-48d0-4711-bea6-2e5affe1dd2a", "Name": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_", "Part List": "1 x RS2RS006", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_", "NestedFamilyTypeNames": "[]"}, "2e4f2c3d-0f56-44b1-ac11-104aa0037924": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.000300250334199518, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}, {"X": -0.000300250334199518, "Y": 0.1397010204076767, "Z": 8.940695918226993e-08}, {"X": 0.4949997639656067, "Y": 0.1397010204076767, "Z": 8.940695918226993e-08}, {"X": 0.4949997639656067, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}]}, "Voids": [], "Id": "2e4f2c3d-0f56-44b1-ac11-104aa0037924", "Name": null}, "c5b9bcc7-ab5d-4d66-922a-3971c88325af": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/9d3c63be-51fe-45d6-848a-d6519a4ea117.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.000300250334199518, "Y": 2.486756196503848e-07, "Z": 8.940695918226993e-08}, "Max": {"X": 0.4949997639656067, "Y": 0.1397010204076767, "Z": 0.5206339914321899}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "2e4f2c3d-0f56-44b1-ac11-104aa0037924", "Height": 0.5206339020252307, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "c5b9bcc7-ab5d-4d66-922a-3971c88325af", "Name": "RS2RS009 Mirrored - 0.495 m x 0.14 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "RS2RS009 Mirrored - 0.495 m x 0.14 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"RS2RS009\",\"Symbol Name\":\"0.495 m x 0.14 m\"}]"}, "4dd0102c-6535-4621-b9a8-fa377bb8c69e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -9.751892337226309e-06, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}, {"X": -9.751892337226309e-06, "Y": 0.2666998546600342, "Z": 1.4901161307534494e-07}, {"X": 0.1996873570919037, "Y": 0.2666998546600342, "Z": 1.4901161307534494e-07}, {"X": 0.1996873570919037, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}]}, "Voids": [], "Id": "4dd0102c-6535-4621-b9a8-fa377bb8c69e", "Name": null}, "81be56b3-d66d-42d8-b4e6-e119cc7e98ca": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/2f72aa78-c297-4373-a68d-c5c4feb686dc.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -9.751892337226309e-06, "Y": 4.323206847402617e-07, "Z": 1.4901161307534494e-07}, "Max": {"X": 0.1996873570919037, "Y": 0.2666998546600342, "Z": 0.5378177899360657}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4dd0102c-6535-4621-b9a8-fa377bb8c69e", "Height": 0.5378176409244526, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "81be56b3-d66d-42d8-b4e6-e119cc7e98ca", "Name": "RS2RS011 Mirrored - 0.2 m x 0.267 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "RS2RS011 Mirrored - 0.2 m x 0.267 m", "NestedFamilyTypeNames": "[{\"Family Name\":\"RS2RS011\",\"Symbol Name\":\"0.2 m x 0.267 m\"}]"}, "ac5bb2fd-960a-4284-b640-6f1ba4b0567d": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.3026118886470795, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}, {"X": -0.3026118886470795, "Y": 0.11513519611358643, "Z": -5.755614929971176e-15}, {"X": 0.3026116343021393, "Y": 0.11513519611358643, "Z": -5.755614929971176e-15}, {"X": 0.3026116343021393, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "ac5bb2fd-960a-4284-b640-6f1ba4b0567d", "Name": null}, "17d79e24-a511-49b9-ae72-95181b08f885": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3f53474b-4426-4dd4-ba56-73be5f385bd4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.3026118886470795, "Y": -0.11513505077362061, "Z": -5.755614929971176e-15}, "Max": {"X": 0.3026116343021393, "Y": 0.11513519611358643, "Z": 0.3386107995986939}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "ac5bb2fd-960a-4284-b640-6f1ba4b0567d", "Height": 0.33861079959869966, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "17d79e24-a511-49b9-ae72-95181b08f885", "Name": "SAH21 Mirrored - 0.605 m x 0.23 m", "Part List": "1 x SAH21", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "SAH21 Mirrored - 0.605 m x 0.23 m", "NestedFamilyTypeNames": "[]"}, "2ec544f4-1ed8-4240-97b8-a41d3a18e3fb": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.25140451283454895, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}, {"X": -0.25140451283454895, "Y": 0.0637683778166771, "Z": -1.490116672187014e-08}, {"X": 0.25140491251945496, "Y": 0.0637683778166771, "Z": -1.490116672187014e-08}, {"X": 0.25140491251945496, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}]}, "Voids": [], "Id": "2ec544f4-1ed8-4240-97b8-a41d3a18e3fb", "Name": null}, "9ced99c3-211b-4203-9cfd-25267cc60e50": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/ccd4ad7f-b07a-4f2f-bef6-a8530d50d042.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.25140451283454895, "Y": -0.06376831423044205, "Z": -1.490116672187014e-08}, "Max": {"X": 0.25140491251945496, "Y": 0.0637683778166771, "Z": 0.299040976524353}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "2ec544f4-1ed8-4240-97b8-a41d3a18e3fb", "Height": 0.29904099142551976, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "9ced99c3-211b-4203-9cfd-25267cc60e50", "Name": "SAH43 Mirrored - 0.503 m x 0.128 m", "Part List": "1 x SAH43", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "SAH43 Mirrored - 0.503 m x 0.128 m", "NestedFamilyTypeNames": "[]"}, "8e113cb4-13cc-4671-b865-b76fc43db2c2": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12252158210277558, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}, {"X": -0.12252158210277558, "Y": 0.12416336960792543, "Z": 0.00027891152822412553}, {"X": 0.12325527641773225, "Y": 0.12416336960792543, "Z": 0.00027891152822412553}, {"X": 0.12325527641773225, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}]}, "Voids": [], "Id": "8e113cb4-13cc-4671-b865-b76fc43db2c2", "Name": null}, "3c1d976d-5fad-4d7d-a92a-7d856c4da524": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/befe6b90-f5e5-464a-a6df-94548cb62fa5.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12252158210277558, "Y": -0.1233994264125824, "Z": 0.00027891152822412553}, "Max": {"X": 0.12325527641773225, "Y": 0.12416336960792543, "Z": 0.5880707545280457}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8e113cb4-13cc-4671-b865-b76fc43db2c2", "Height": 0.5877918429998216, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "3c1d976d-5fad-4d7d-a92a-7d856c4da524", "Name": "Small 3d copper shade Mirrored - 9.84_ x 9.84_", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Small 3d copper shade Mirrored - 9.84_ x 9.84_", "NestedFamilyTypeNames": "[]"}, "c5a44400-ca5d-4196-9f5b-10906131bde8": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0007203368766233325, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}, {"X": -0.0007203368766233325, "Y": 3.159755691740429e-07, "Z": -5.805739730928208e-15}, {"X": 0.21416421689987183, "Y": 3.159755691740429e-07, "Z": -5.805739730928208e-15}, {"X": 0.21416421689987183, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}]}, "Voids": [], "Id": "c5a44400-ca5d-4196-9f5b-10906131bde8", "Name": null}, "9015215a-b536-4537-b4c5-d2d3d94c4aa4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/ccb79b26-3b71-406e-a505-94cd3f336708.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0007203368766233325, "Y": -0.113452640748024, "Z": -5.805739730928208e-15}, "Max": {"X": 0.21416421689987183, "Y": 3.159755691740429e-07, "Z": 0.11117201142311096}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "c5a44400-ca5d-4196-9f5b-10906131bde8", "Height": 0.11117201142311676, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "9015215a-b536-4537-b4c5-d2d3d94c4aa4", "Name": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige", "NestedFamilyTypeNames": "[{\"Family Name\":\"Stak Ceramics - Sprout Planter Dock\",\"Symbol Name\":\"Beige\"}]"}, "4b2dc26f-7569-4776-bb3e-93f44385ef09": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.00013689147708937526, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}, {"X": 0.00013689147708937526, "Y": 9.653036236159096e-08, "Z": -1.1511242252373184e-14}, {"X": 0.4318750559806824, "Y": 9.653036236159096e-08, "Z": -1.1511242252373184e-14}, {"X": 0.4318750559806824, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}]}, "Voids": [], "Id": "4b2dc26f-7569-4776-bb3e-93f44385ef09", "Name": null}, "f2eb3a64-83e0-4d71-8c5d-ab4bf17bcdfa": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/2c6e8567-60cb-4f18-94a8-387ba82b01ab.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.00013689147708937526, "Y": -0.4317999878883362, "Z": -1.1511242252373184e-14}, "Max": {"X": 0.4318750559806824, "Y": 9.653036236159096e-08, "Z": 0.43491426000595096}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4b2dc26f-7569-4776-bb3e-93f44385ef09", "Height": 0.43491426000596245, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f2eb3a64-83e0-4d71-8c5d-ab4bf17bcdfa", "Name": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - B-Free - Seating - Cube\",\"Symbol Name\":\"Small - Glide\"}]"}, "b6289908-7543-4d37-a8c0-31590ae0d6dc": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.004937702786922455, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}, {"X": -0.004937702786922455, "Y": 0.6095998546600342, "Z": -7.774330346155268e-14}, {"X": 1.5190626560211182, "Y": 0.6095998546600342, "Z": -7.774330346155268e-14}, {"X": 1.5190626560211182, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}]}, "Voids": [], "Id": "b6289908-7543-4d37-a8c0-31590ae0d6dc", "Name": null}, "41ccb09c-1718-4ceb-830a-bfa5b902bd41": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/a9dfa682-c96c-48c4-8d37-a2ce2bb2ffdd.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.004937702786922455, "Y": -0.025533465993404388, "Z": -7.774330346155268e-14}, "Max": {"X": 1.5190626560211182, "Y": 0.6095998546600342, "Z": 0.6979919883728027}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "b6289908-7543-4d37-a8c0-31590ae0d6dc", "Height": 0.6979919883728805, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "41ccb09c-1718-4ceb-830a-bfa5b902bd41", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W\",\"Symbol Name\":\"Two 15W Box/File, 30W Box/File\"}]"}, "b8575508-7920-4ecb-b9ca-12e0b7263cb8": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.761891800677404e-05, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}, {"X": 3.761891800677404e-05, "Y": 0.6096001453399659, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": 0.6096001453399659, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}]}, "Voids": [], "Id": "b8575508-7920-4ecb-b9ca-12e0b7263cb8", "Name": null}, "0cef1250-db86-4124-8808-2244dcfc851f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/2eb2f50c-aedf-4bd8-91ba-e0a16aed1458.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.761891800677404e-05, "Y": -0.02607182566523552, "Z": -1.1451531389816694e-13}, "Max": {"X": 2.4384374977111816, "Y": 0.6096001453399659, "Z": 0.7010402034759522}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "b8575508-7920-4ecb-b9ca-12e0b7263cb8", "Height": 0.7010402034760667, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0cef1250-db86-4124-8808-2244dcfc851f", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell\",\"Symbol Name\":\"30'' W Box/File, 36'' W Box/File, 30'' W Kneewell\"}]"}, "28070b1e-f3cb-443e-a81a-86cd5879a435": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.7402695533819496e-05, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}, {"X": 3.7402695533819496e-05, "Y": 0.609600072669983, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": 0.609600072669983, "Z": -1.1451531389816694e-13}, {"X": 2.4384374977111816, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}]}, "Voids": [], "Id": "28070b1e-f3cb-443e-a81a-86cd5879a435", "Name": null}, "7bf09ba2-d82d-4f56-b6df-0089a073fb09": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/4a02c6c6-3d32-4283-81d1-1e499ab949a4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.7402695533819496e-05, "Y": -0.026071873354911807, "Z": -1.1451531389816694e-13}, "Max": {"X": 2.4384374977111816, "Y": 0.609600072669983, "Z": 0.7010402034759522}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "28070b1e-f3cb-443e-a81a-86cd5879a435", "Height": 0.7010402034760667, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7bf09ba2-d82d-4f56-b6df-0089a073fb09", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell\",\"Symbol Name\":\"30'' W Box/File, 36'' W Box/File, 30'' W Kneewell\"}]"}, "0ea02113-fbe4-49fe-ac36-0f4db9727a6b": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 2.000420514036705e-09, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}, {"X": 2.000420514036705e-09, "Y": -1.3078436907107973e-07, "Z": -8.083010927251167e-14}, {"X": 0.762, "Y": -1.3078436907107973e-07, "Z": -8.083010927251167e-14}, {"X": 0.762, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}]}, "Voids": [], "Id": "0ea02113-fbe4-49fe-ac36-0f4db9727a6b", "Name": null}, "ffee873c-d9f3-4b3e-9764-9978cab4b116": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/57553410-8045-4413-b826-e203a7a5c73c.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 2.000420514036705e-09, "Y": -0.6400506122589111, "Z": -8.083010927251167e-14}, "Max": {"X": 0.762, "Y": -1.3078436907107973e-07, "Z": 1.963419980621338}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "0ea02113-fbe4-49fe-ac36-0f4db9727a6b", "Height": 1.9634199806214188, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ffee873c-d9f3-4b3e-9764-9978cab4b116", "Name": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials\",\"Symbol Name\":\"Right - Two Adjustable Shelves, One Box/File Drawer - 75'' H - Specials\"}]"}, "ab3dc081-07e2-4a84-8d12-e74c5f17ddc2": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.00012507234129589053, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}, {"X": -0.00012507234129589053, "Y": 0.5890259651184082, "Z": -3.677114296645606e-14}, {"X": 0.7618750076293945, "Y": 0.5890259651184082, "Z": -3.677114296645606e-14}, {"X": 0.7618750076293945, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "ab3dc081-07e2-4a84-8d12-e74c5f17ddc2", "Name": null}, "5bfc477b-1710-4c57-94bf-591e2f80eb1f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3374ebb8-d032-4e8a-bb9f-e4151897f296.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.00012507234129589053, "Y": -0.029201115489006044, "Z": -3.677114296645606e-14}, "Max": {"X": 0.7618750076293945, "Y": 0.5890259651184082, "Z": 0.6976999277114868}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "ab3dc081-07e2-4a84-8d12-e74c5f17ddc2", "Height": 0.6976999277115236, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5bfc477b-1710-4c57-94bf-591e2f80eb1f", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File\",\"Symbol Name\":\"23 1/4D x 30W\"}]"}, "4c6d3641-18d5-4626-b04c-f0fde9bd2401": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.01781937471628189, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}, {"X": -0.01781937471628189, "Y": 0.4830573969841004, "Z": -0.00016047474942170085}, {"X": 0.4245710686683655, "Y": 0.4830573969841004, "Z": -0.00016047474942170085}, {"X": 0.4245710686683655, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}]}, "Voids": [], "Id": "4c6d3641-18d5-4626-b04c-f0fde9bd2401", "Name": null}, "5026c844-ab7a-44dc-9d6f-bd6aff50aadd": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/6f372040-8e2b-48e8-9d34-752ea2fd25d8.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.01781937471628189, "Y": -0.09425881776809693, "Z": -0.00016047474942170085}, "Max": {"X": 0.4245710686683655, "Y": 0.4830573969841004, "Z": 0.5686805863380432}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4c6d3641-18d5-4626-b04c-f0fde9bd2401", "Height": 0.5688410610874649, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5026c844-ab7a-44dc-9d6f-bd6aff50aadd", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile\",\"Symbol Name\":\"Wood Top\"}]"}, "7467f754-56e0-45d0-bc0e-1577841bd146": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -2.054933561339567e-08, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}, {"X": -2.054933561339567e-08, "Y": 7.750302573583668e-09, "Z": -4.252675789642724e-14}, {"X": 0.3047999818325043, "Y": 7.750302573583668e-09, "Z": -4.252675789642724e-14}, {"X": 0.3047999818325043, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "7467f754-56e0-45d0-bc0e-1577841bd146", "Name": null}, "3482cfbd-9263-4e9d-8a6d-b2a1a684394e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/37ea23e8-42a5-408a-8703-e9f9f86aaa2c.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -2.054933561339567e-08, "Y": -0.6401721164703369, "Z": -4.252675789642724e-14}, "Max": {"X": 0.3047999818325043, "Y": 7.750302573583668e-09, "Z": 1.6670020271301271}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "7467f754-56e0-45d0-bc0e-1577841bd146", "Height": 1.6670020271301698, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "3482cfbd-9263-4e9d-8a6d-b2a1a684394e", "Name": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Plinth Base - Wardrobe\",\"Symbol Name\":\"65 5/8H x 24D x 12W - Right\"}]"}, "21f5e07b-d9bd-4cef-b60a-3187501f3e66": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.00036999272452667355, "Y": -0.40005007266998294, "Z": 1.2064999757766723}, {"X": 0.00036999272452667355, "Y": -6.348441521595305e-08, "Z": 1.2064999757766723}, {"X": 2.4375000549316406, "Y": -6.348441521595305e-08, "Z": 1.2064999757766723}, {"X": 2.4375000549316406, "Y": -0.40005007266998294, "Z": 1.2064999757766723}]}, "Voids": [], "Id": "21f5e07b-d9bd-4cef-b60a-3187501f3e66", "Name": null}, "3c2717e1-c184-45b4-8dcf-3e5c980d2c05": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/6ff10b54-3fb4-4fb4-ad7d-e8753f038c2f.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.00036999272452667355, "Y": -0.40005007266998294, "Z": 1.2064999757766723}, "Max": {"X": 2.4375000549316406, "Y": -6.348441521595305e-08, "Z": 1.9685000484466553}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "21f5e07b-d9bd-4cef-b60a-3187501f3e66", "Height": 0.7620000726699829, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "3c2717e1-c184-45b4-8dcf-3e5c980d2c05", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High\",\"Symbol Name\":\"15 3/4\\\" D x 96\\\" W - Right\"}]"}, "b1c11c54-7896-49dc-977d-8b8e2f075cbf": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0002840012302156538, "Y": -0.4000501090049744, "Z": 1.2860020271301271}, {"X": -0.0002840012302156538, "Y": -1.0536952086113161e-07, "Z": 1.2860020271301271}, {"X": 1.8275000793457032, "Y": -1.0536952086113161e-07, "Z": 1.2860020271301271}, {"X": 1.8275000793457032, "Y": -0.4000501090049744, "Z": 1.2860020271301271}]}, "Voids": [], "Id": "b1c11c54-7896-49dc-977d-8b8e2f075cbf", "Name": null}, "f84e2ed4-c81d-4fa8-8771-249127dc1f03": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/765c59ea-ce97-4ca2-a444-e16dcce349ff.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0002840012302156538, "Y": -0.4000501090049744, "Z": 1.2860020271301271}, "Max": {"X": 1.8275000793457032, "Y": -1.0536952086113161e-07, "Z": 1.6670020271301271}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "b1c11c54-7896-49dc-977d-8b8e2f075cbf", "Height": 0.381, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f84e2ed4-c81d-4fa8-8771-249127dc1f03", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door\",\"Symbol Name\":\"15 3/4D x 72W\"}]"}, "3c12679d-bb1a-493d-9413-194cee96682b": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.000499785288143903, "Y": -0.11430009992122651, "Z": 0.6849109554290772}, {"X": -0.000499785288143903, "Y": -9.999405581311295e-08, "Z": 0.6849109554290772}, {"X": 0.5075000184059143, "Y": -9.999405581311295e-08, "Z": 0.6849109554290772}, {"X": 0.5075000184059143, "Y": -0.11430009992122651, "Z": 0.6849109554290772}]}, "Voids": [], "Id": "3c12679d-bb1a-493d-9413-194cee96682b", "Name": null}, "582c1ada-68e5-450b-90f1-7b7752dd1d08": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3b74de57-debb-49a8-bdd5-35020031edc4.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.000499785288143903, "Y": -0.11430009992122651, "Z": 0.6849109554290772}, "Max": {"X": 0.5075000184059143, "Y": -9.999405581311295e-08, "Z": 0.6880859796524048}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3c12679d-bb1a-493d-9413-194cee96682b", "Height": 0.003175024223327605, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "582c1ada-68e5-450b-90f1-7b7752dd1d08", "Name": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket\",\"Symbol Name\":\"Bracket\"}]"}, "800e5592-9208-49ad-9e0a-70c761048e44": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 2.3921868146862836e-05, "Y": -0.7782559844970703, "Z": 0.012700000378489494}, {"X": 2.3921868146862836e-05, "Y": -0.02032027811408043, "Z": 0.012700000378489494}, {"X": 0.16589403462409974, "Y": -0.02032027811408043, "Z": 0.012700000378489494}, {"X": 0.16589403462409974, "Y": -0.7782559844970703, "Z": 0.012700000378489494}]}, "Voids": [], "Id": "800e5592-9208-49ad-9e0a-70c761048e44", "Name": null}, "7df18e39-db3c-410e-9869-3b14ba04982e": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/43721169-068c-465f-8130-3433e14f11af.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 2.3921868146862836e-05, "Y": -0.7782559844970703, "Z": 0.012700000378489494}, "Max": {"X": 0.16589403462409974, "Y": -0.02032027811408043, "Z": 0.6985000242233277}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "800e5592-9208-49ad-9e0a-70c761048e44", "Height": 0.6858000238448382, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7df18e39-db3c-410e-9869-3b14ba04982e", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel\",\"Symbol Name\":\"30D\"}]"}, "57b5247a-322a-44d9-835f-b51b4cc88ed6": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.0004797086440958083, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}, {"X": -0.0004797086440958083, "Y": -8.103722687519622e-06, "Z": -4.754463489575756e-15}, {"X": 1.1656231830596924, "Y": -8.103722687519622e-06, "Z": -4.754463489575756e-15}, {"X": 1.1656231830596924, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}]}, "Voids": [], "Id": "57b5247a-322a-44d9-835f-b51b4cc88ed6", "Name": null}, "5dbbb299-b564-4540-8276-1af6917dfcee": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/60d21ecc-dd29-4f48-8d77-ff54bf47e34d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.0004797086440958083, "Y": -0.5080081995964051, "Z": -4.754463489575756e-15}, "Max": {"X": 1.1656231830596924, "Y": -8.103722687519622e-06, "Z": 1.0515251329421997}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "57b5247a-322a-44d9-835f-b51b4cc88ed6", "Height": 1.0515251329422044, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5dbbb299-b564-4540-8276-1af6917dfcee", "Name": "Steelcase - Flex - Cart Mirrored - Board Cart", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex - Cart Mirrored - Board Cart", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex - Cart\",\"Symbol Name\":\"Board Cart\"}]"}, "75c17ae0-1f5c-4020-8b45-f959c4dd8d94": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 3.746642813785002e-05, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}, {"X": 3.746642813785002e-05, "Y": -7.279462524820702e-08, "Z": -9.896390373853592e-14}, {"X": 1.168437400817871, "Y": -7.279462524820702e-08, "Z": -9.896390373853592e-14}, {"X": 1.168437400817871, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}]}, "Voids": [], "Id": "75c17ae0-1f5c-4020-8b45-f959c4dd8d94", "Name": null}, "60ad9cca-cd0e-460e-9ef7-62cf80d3dac7": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/c4b10698-8be2-4423-a5e3-bafc42311dfb.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 3.746642813785002e-05, "Y": -0.5841998788833619, "Z": -9.896390373853592e-14}, "Max": {"X": 1.168437400817871, "Y": -7.279462524820702e-08, "Z": 1.0498666585922243}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "75c17ae0-1f5c-4020-8b45-f959c4dd8d94", "Height": 1.0498666585923233, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "60ad9cca-cd0e-460e-9ef7-62cf80d3dac7", "Name": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex - Work Table - Standing Height\",\"Symbol Name\":\"23D x 46W\"}]"}, "0adfc5bc-d813-4212-87b4-42b63ecd0e7e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.018107447612285613, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}, {"X": -0.018107447612285613, "Y": 0.019389947909116745, "Z": -7.361949903861299e-14}, {"X": 0.8119215167999267, "Y": 0.019389947909116745, "Z": -7.361949903861299e-14}, {"X": 0.8119215167999267, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}]}, "Voids": [], "Id": "0adfc5bc-d813-4212-87b4-42b63ecd0e7e", "Name": null}, "b8d04bfa-226e-4c6a-be81-606f0b2bc0e4": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/4185dadf-a2d5-4b64-8eef-5ebab50fabf7.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.018107447612285613, "Y": -0.8118699211120606, "Z": -7.361949903861299e-14}, "Max": {"X": 0.8119215167999267, "Y": 0.019389947909116745, "Z": 1.0219997549057007}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "0adfc5bc-d813-4212-87b4-42b63ecd0e7e", "Height": 1.0219997549057744, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "b8d04bfa-226e-4c6a-be81-606f0b2bc0e4", "Name": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Flex Active Frames - Work Island Frame\",\"Symbol Name\":\"1 Wide - 2 Deep 2\"}]"}, "a51acee1-7368-461f-976e-68549d5a0b50": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -4.980665969196707e-05, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}, {"X": -4.980665969196707e-05, "Y": -8.102975180008799e-08, "Z": -7.775916577301701e-14}, {"X": 1.8287501483917237, "Y": -8.102975180008799e-08, "Z": -7.775916577301701e-14}, {"X": 1.8287501483917237, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}]}, "Voids": [], "Id": "a51acee1-7368-461f-976e-68549d5a0b50", "Name": null}, "61567823-0b18-4e38-aff6-e7dac1b9c91f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/76319292-7476-4881-a32e-c4a0c39cdf64.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -4.980665969196707e-05, "Y": -0.7619999273300171, "Z": -7.775916577301701e-14}, "Max": {"X": 1.8287501483917237, "Y": -8.102975180008799e-08, "Z": 0.7268413175582886}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "a51acee1-7368-461f-976e-68549d5a0b50", "Height": 0.7268413175583663, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "61567823-0b18-4e38-aff6-e7dac1b9c91f", "Name": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Groupwork - Flip Top Table - Rectangular\",\"Symbol Name\":\"30D x 72W\"}]"}, "39061097-e227-47be-8920-a5cc9234af3e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.0008999703325331212, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}, {"X": 0.0008999703325331212, "Y": -4.129483044152949e-08, "Z": -5.755614929971176e-15}, {"X": 0.73750004196167, "Y": -4.129483044152949e-08, "Z": -5.755614929971176e-15}, {"X": 0.73750004196167, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}]}, "Voids": [], "Id": "39061097-e227-47be-8920-a5cc9234af3e", "Name": null}, "27773549-5986-4e26-8ae6-a006f53e1c52": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8d27dd01-84f7-4501-8108-055641d40e88.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.0008999703325331212, "Y": -1.650999951553345, "Z": -5.755614929971176e-15}, "Max": {"X": 0.73750004196167, "Y": -4.129483044152949e-08, "Z": 0.7270450115203858}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "39061097-e227-47be-8920-a5cc9234af3e", "Height": 0.7270450115203916, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "27773549-5986-4e26-8ae6-a006f53e1c52", "Name": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D\",\"Symbol Name\":\"66W\"}]"}, "e01e6648-805f-47f2-b619-f9b9bb8132df": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -8.855147786380258e-06, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}, {"X": -8.855147786380258e-06, "Y": 6.68151369154657e-08, "Z": -5.820410819978861e-15}, {"X": 0.6004469249725342, "Y": 6.68151369154657e-08, "Z": -5.820410819978861e-15}, {"X": 0.6004469249725342, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}]}, "Voids": [], "Id": "e01e6648-805f-47f2-b619-f9b9bb8132df", "Name": null}, "d0af323a-a715-4b77-a525-0a0cb458f1ae": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8c0cb38d-5f5b-4e57-a00e-181d7b5f2c13.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -8.855147786380258e-06, "Y": -1.0507979970932007, "Z": -5.820410819978861e-15}, "Max": {"X": 0.6004469249725342, "Y": 6.68151369154657e-08, "Z": 1.079982625579834}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "e01e6648-805f-47f2-b619-f9b9bb8132df", "Height": 1.0799826255798397, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "d0af323a-a715-4b77-a525-0a0cb458f1ae", "Name": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Reception Return - Classic\",\"Symbol Name\":\"Left - 42W - Integral Pull\"}]"}, "760e7cbe-1e68-44ce-84ca-cf380fd23096": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.10001247274875641, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}, {"X": -0.10001247274875641, "Y": 0.3036570646762848, "Z": -4.252675789642724e-14}, {"X": -1.2469671634607949e-05, "Y": 0.3036570646762848, "Z": -4.252675789642724e-14}, {"X": -1.2469671634607949e-05, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "760e7cbe-1e68-44ce-84ca-cf380fd23096", "Name": null}, "e814985c-dfbf-4932-aedf-e4fc4737236f": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/97bebc11-8429-4f8e-ba57-40efca7901eb.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.10001247274875641, "Y": -0.3036570283412934, "Z": -4.252675789642724e-14}, "Max": {"X": -1.2469671634607949e-05, "Y": 0.3036570646762848, "Z": 0.7160259893417359}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "760e7cbe-1e68-44ce-84ca-cf380fd23096", "Height": 0.7160259893417784, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "e814985c-dfbf-4932-aedf-e4fc4737236f", "Name": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Table Base - Laminate - Rectangular\",\"Symbol Name\":\"23 5/8W\"}]"}, "8b2af047-e429-4b18-93ab-295a6047c6bb": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -8.413992638452329e-07, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}, {"X": -8.413992638452329e-07, "Y": -8.292230525985361e-05, "Z": -7.353344599891898e-14}, {"X": 1.092299170303345, "Y": -8.292230525985361e-05, "Z": -7.353344599891898e-14}, {"X": 1.092299170303345, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}]}, "Voids": [], "Id": "8b2af047-e429-4b18-93ab-295a6047c6bb", "Name": null}, "f90b82da-2dfb-40db-b430-57576023efa0": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/0e42eb60-6fdd-41c9-b138-ae18a877e002.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -8.413992638452329e-07, "Y": -1.5565161838531494, "Z": -7.353344599891898e-14}, "Max": {"X": 1.092299170303345, "Y": -8.292230525985361e-05, "Z": 1.0768331811904908}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "8b2af047-e429-4b18-93ab-295a6047c6bb", "Height": 1.0768331811905643, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "f90b82da-2dfb-40db-b430-57576023efa0", "Name": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface\",\"Symbol Name\":\"With Power/Lighting/Footrest\"}]"}, "0de882a1-cad5-4919-8336-d01e4fe7e7c4": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.645850477507338e-06, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}, {"X": 1.645850477507338e-06, "Y": 1.3519019157683943e-07, "Z": -3.9489885320098676e-14}, {"X": 0.6842128875732422, "Y": 1.3519019157683943e-07, "Z": -3.9489885320098676e-14}, {"X": 0.6842128875732422, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}]}, "Voids": [], "Id": "0de882a1-cad5-4919-8336-d01e4fe7e7c4", "Name": null}, "b1b74878-251f-4d4c-a230-6e70e926f9fb": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/297fab4b-488b-45c3-b0e0-dfc706f5b570.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.645850477507338e-06, "Y": -0.6095986919403077, "Z": -3.9489885320098676e-14}, "Max": {"X": 0.6842128875732422, "Y": 1.3519019157683943e-07, "Z": 0.3185304119110108}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "0de882a1-cad5-4919-8336-d01e4fe7e7c4", "Height": 0.31853041191105025, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "b1b74878-251f-4d4c-a230-6e70e926f9fb", "Name": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Sylvi - Table - Ganging - Square\",\"Symbol Name\":\"Corner\"}]"}, "83cfc9ea-a6c0-404d-a219-577fb3ecc21a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.29207245202064513, "Y": -0.25377420830726627, "Z": 0.0140247037678957}, {"X": -0.29207245202064513, "Y": 0.2537741719722748, "Z": 0.0140247037678957}, {"X": 0.2158895658016205, "Y": 0.2537741719722748, "Z": 0.0140247037678957}, {"X": 0.2158895658016205, "Y": -0.25377420830726627, "Z": 0.0140247037678957}]}, "Voids": [], "Id": "83cfc9ea-a6c0-404d-a219-577fb3ecc21a", "Name": null}, "b2576158-b9b9-4369-bc76-55636004cb81": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8bca1e17-5f32-4791-8cd1-a785c94ddf33.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.29207245202064513, "Y": -0.25377420830726627, "Z": 0.0140247037678957}, "Max": {"X": 0.2158895658016205, "Y": 0.2537741719722748, "Z": 0.6115617988586426}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "83cfc9ea-a6c0-404d-a219-577fb3ecc21a", "Height": 0.5975370950907469, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "b2576158-b9b9-4369-bc76-55636004cb81", "Name": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Sylvi - Table - Lolli-Top\",\"Symbol Name\":\"20dia\"}]"}, "002074e1-2be0-4fb2-af97-2f338d7849de": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.3569758123397827, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}, {"X": -0.3569758123397827, "Y": 0.5370970853805542, "Z": 1.7116491557445101e-13}, {"X": 0.3635931409835816, "Y": 0.5370970853805542, "Z": 1.7116491557445101e-13}, {"X": 0.3635931409835816, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}]}, "Voids": [], "Id": "002074e1-2be0-4fb2-af97-2f338d7849de", "Name": null}, "fe5226b1-24d4-4a75-88de-6c68ebb752bb": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/aa0a545f-13d6-4caf-8e09-a0e2f03e4eeb.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.3569758123397827, "Y": -0.15257760543823243, "Z": 1.7116491557445101e-13}, "Max": {"X": 0.3635931409835816, "Y": 0.5370970853805542, "Z": 1.0258332418441773}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "002074e1-2be0-4fb2-af97-2f338d7849de", "Height": 1.0258332418440061, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "fe5226b1-24d4-4a75-88de-6c68ebb752bb", "Name": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Think 465 Series - Value Package Work Chair\",\"Symbol Name\":\"Upholstery Back/Adjustable Arm/Caster\"}]"}, "722855b0-3542-421b-a3bb-75714efbfdef": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 5.749610368184222e-08, "Y": -0.762, "Z": -4.252675789642724e-14}, {"X": 5.749610368184222e-08, "Y": 2.3500200518355996e-08, "Z": -4.252675789642724e-14}, {"X": 0.7620000726699829, "Y": 2.3500200518355996e-08, "Z": -4.252675789642724e-14}, {"X": 0.7620000726699829, "Y": -0.762, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "722855b0-3542-421b-a3bb-75714efbfdef", "Name": null}, "fae0e4c0-6f29-47c2-a415-10103a978741": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/38a914cb-d1ac-465c-9426-d5b9590b79bf.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 5.749610368184222e-08, "Y": -0.762, "Z": -4.252675789642724e-14}, "Max": {"X": 0.7620000726699829, "Y": 2.3500200518355996e-08, "Z": 0.8114363719940186}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "722855b0-3542-421b-a3bb-75714efbfdef", "Height": 0.8114363719940612, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "fae0e4c0-6f29-47c2-a415-10103a978741", "Name": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Umami - Lounge - Corner\",\"Symbol Name\":\"30D\"}]"}, "9c75d985-bf60-4667-a7c2-f339da28d388": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.12686029801368714, "Y": -0.09977727634906769, "Z": -0.001287322347611189}, {"X": -0.12686029801368714, "Y": 0.1391540697813034, "Z": -0.001287322347611189}, {"X": 0.09826142592430115, "Y": 0.1391540697813034, "Z": -0.001287322347611189}, {"X": 0.09826142592430115, "Y": -0.09977727634906769, "Z": -0.001287322347611189}]}, "Voids": [], "Id": "9c75d985-bf60-4667-a7c2-f339da28d388", "Name": null}, "7fbde694-55e5-4909-a839-c2baba55e078": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d466d597-e43b-4fbb-a83a-ef4dcfaeb754.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.12686029801368714, "Y": -0.09977727634906769, "Z": -0.001287322347611189}, "Max": {"X": 0.09826142592430115, "Y": 0.1391540697813034, "Z": 0.7643176637649537}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "9c75d985-bf60-4667-a7c2-f339da28d388", "Height": 0.7656049861125649, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7fbde694-55e5-4909-a839-c2baba55e078", "Name": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Thread - Power Hub\",\"Symbol Name\":\"NEMA - 30H\"}]"}, "93b59dee-6f63-4587-9d08-6e3f84315034": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.6487901950836182, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}, {"X": 0.6487901950836182, "Y": 0.6037416003227234, "Z": 0.010432608345150949}, {"X": 1.1098167057037354, "Y": 0.6037416003227234, "Z": 0.010432608345150949}, {"X": 1.1098167057037354, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}]}, "Voids": [], "Id": "93b59dee-6f63-4587-9d08-6e3f84315034", "Name": null}, "eeda7875-f2e7-4991-bd9b-144657eafe05": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/aa64b234-0d1b-4043-af7d-75d70092123d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.6487901950836182, "Y": -0.0053460666462779045, "Z": 0.010432608345150949}, "Max": {"X": 1.1098167057037354, "Y": 0.6037416003227234, "Z": 0.585742626285553}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "93b59dee-6f63-4587-9d08-6e3f84315034", "Height": 0.575310017940402, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "eeda7875-f2e7-4991-bd9b-144657eafe05", "Name": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - TS Series - Storage - Mobile Pedestal\",\"Symbol Name\":\"22 1/4D x 22 3/4H - Box/File - Seat Cushion\"}]"}, "03cd320b-90d2-4b54-b074-c829a2ae6ada": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.0258475044793158e-07, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}, {"X": 1.0258475044793158e-07, "Y": 6.216002973360446e-08, "Z": -6.518352524409465e-14}, {"X": 0.7620000726699829, "Y": 6.216002973360446e-08, "Z": -6.518352524409465e-14}, {"X": 0.7620000726699829, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}]}, "Voids": [], "Id": "03cd320b-90d2-4b54-b074-c829a2ae6ada", "Name": null}, "2c4fc420-ac60-4aa8-b7f4-5f0756adc660": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/9fbb3406-29ff-4331-9b5d-0242984eca03.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.0258475044793158e-07, "Y": -0.5124119642257691, "Z": -6.518352524409465e-14}, "Max": {"X": 0.7620000726699829, "Y": 6.216002973360446e-08, "Z": 0.56718198595047}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "03cd320b-90d2-4b54-b074-c829a2ae6ada", "Height": 0.5671819859505352, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "2c4fc420-ac60-4aa8-b7f4-5f0756adc660", "Name": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Universal Laminate Enhanced Storage - Low Storage (5)\",\"Symbol Name\":\"1.5 High - Drawer/Drawer - 18 7/8D x 30W\"}]"}, "45913ad2-e785-4e77-91c4-2687bbfe7343": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.83735355763929e-05, "Y": -0.008815428712964058, "Z": 0.02540000075697899}, {"X": 1.83735355763929e-05, "Y": 0.008815471860766411, "Z": 0.02540000075697899}, {"X": 0.7112185792922974, "Y": 0.008815471860766411, "Z": 0.02540000075697899}, {"X": 0.7112185792922974, "Y": -0.008815428712964058, "Z": 0.02540000075697899}]}, "Voids": [], "Id": "45913ad2-e785-4e77-91c4-2687bbfe7343", "Name": null}, "7e64d2dd-f4ab-4b60-a688-12d8a90d5311": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/e0a8e1f2-01a1-44dd-9750-b9fbb8fd2816.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.83735355763929e-05, "Y": -0.008815428712964058, "Z": 0.02540000075697899}, "Max": {"X": 0.7112185792922974, "Y": 0.008815471860766411, "Z": 2.439434529876709}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "45913ad2-e785-4e77-91c4-2687bbfe7343", "Height": 2.4140345291197303, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "7e64d2dd-f4ab-4b60-a688-12d8a90d5311", "Name": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase AMQ - 3F Hanging Panel - Shimmer\",\"Symbol Name\":\"28W\"}]"}, "c4cb44c3-5383-4353-9f47-562f86caf05f": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -3.801228686934337e-05, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}, {"X": -3.801228686934337e-05, "Y": 0.0007151551662012935, "Z": -4.252675789642724e-14}, {"X": 0.7599894395828247, "Y": 0.0007151551662012935, "Z": -4.252675789642724e-14}, {"X": 0.7599894395828247, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "c4cb44c3-5383-4353-9f47-562f86caf05f", "Name": null}, "02ac5a6d-3b35-48e8-800a-7ee85354c733": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/d3efbca1-2ad0-4663-8f28-626facc26a3d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -3.801228686934337e-05, "Y": -0.7608649675369263, "Z": -4.252675789642724e-14}, "Max": {"X": 0.7599894395828247, "Y": 0.0007151551662012935, "Z": 1.0668}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "c4cb44c3-5383-4353-9f47-562f86caf05f", "Height": 1.0668000000000426, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "02ac5a6d-3b35-48e8-800a-7ee85354c733", "Name": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Enea Lottus - Table - Cafe\",\"Symbol Name\":\"Bar Height - 30W\"}]"}, "04eeb6cf-3dc7-47a9-a59a-9e91bba05860": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.003053531934320927, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}, {"X": -0.003053531934320927, "Y": 0.0009840244514867664, "Z": -4.252675789642724e-14}, {"X": 0.9133409076690674, "Y": 0.0009840244514867664, "Z": -4.252675789642724e-14}, {"X": 0.9133409076690674, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "04eeb6cf-3dc7-47a9-a59a-9e91bba05860", "Name": null}, "e3378dbc-67a8-4c15-b5e3-dbc3e4e117ce": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8183fbec-3c9b-40d5-a277-c8fbf55c2a0d.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.003053531934320927, "Y": -0.9153922359466553, "Z": -4.252675789642724e-14}, "Max": {"X": 0.9133409076690674, "Y": 0.0009840244514867664, "Z": 0.762}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "04eeb6cf-3dc7-47a9-a59a-9e91bba05860", "Height": 0.7620000000000425, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "e3378dbc-67a8-4c15-b5e3-dbc3e4e117ce", "Name": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Enea Lottus - Table - Square\",\"Symbol Name\":\"Conference - 36W\"}]"}, "0021c0c6-809b-4eb6-a3c9-1d9e56c60037": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6524832109451294, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}, {"X": -0.6524832109451294, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8516430021286011, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8516430021286011, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "0021c0c6-809b-4eb6-a3c9-1d9e56c60037", "Name": null}, "37edba69-8396-46bc-98af-ae3276ef436d": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/e7ca86a2-d22b-4e3f-995a-f5edba32f502.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6524832109451294, "Y": -0.0005563228541985155, "Z": -4.252675789642724e-14}, "Max": {"X": 0.8516430021286011, "Y": 0.8637482225418092, "Z": 0.8107805980682373}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "0021c0c6-809b-4eb6-a3c9-1d9e56c60037", "Height": 0.8107805980682798, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "37edba69-8396-46bc-98af-ae3276ef436d", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat\",\"Symbol Name\":\"Low Back Screen - Left Corner Cushion\"}]"}, "4a47ea97-8545-4240-b859-ba517e789609": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.15157481417655946, "Y": -0.062343278574943546, "Z": 0.7059932441711426}, {"X": -0.15157481417655946, "Y": 8.486854176226189e-09, "Z": 0.7059932441711426}, {"X": 0.15322518582344055, "Y": 8.486854176226189e-09, "Z": 0.7059932441711426}, {"X": 0.15322518582344055, "Y": -0.062343278574943546, "Z": 0.7059932441711426}]}, "Voids": [], "Id": "4a47ea97-8545-4240-b859-ba517e789609", "Name": null}, "330a60e3-54b2-4401-b31f-85ce4fc5544d": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/8f21d664-7685-449e-a6f6-bdcf22afe177.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.15157481417655946, "Y": -0.062343278574943546, "Z": 0.7059932441711426}, "Max": {"X": 0.15322518582344055, "Y": 8.486854176226189e-09, "Z": 0.7418073371887207}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4a47ea97-8545-4240-b859-ba517e789609", "Height": 0.0358140930175781, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "330a60e3-54b2-4401-b31f-85ce4fc5544d", "Name": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase PolyVision - Sans - Accessories\",\"Symbol Name\":\"Magnetic Marker Tray\"}]"}, "31816dbe-63bc-4729-9172-fe747365d76b": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.031315598523616796, "Y": -0.08039104142189027, "Z": 0.6967063110351562}, {"X": -0.031315598523616796, "Y": -0.016067202642560004, "Z": 0.6967063110351562}, {"X": 0.049931041109561924, "Y": -0.016067202642560004, "Z": 0.6967063110351562}, {"X": 0.049931041109561924, "Y": -0.08039104142189027, "Z": 0.6967063110351562}]}, "Voids": [], "Id": "31816dbe-63bc-4729-9172-fe747365d76b", "Name": null}, "6e72487a-3c68-401b-bff1-c0ea7817ea83": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/3661110c-c717-4846-b7d6-c1e6f84acb4b.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.031315598523616796, "Y": -0.08039104142189027, "Z": 0.6967063110351562}, "Max": {"X": 0.049931041109561924, "Y": -0.016067202642560004, "Z": 0.7936690698623657}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "31816dbe-63bc-4729-9172-fe747365d76b", "Height": 0.0969627588272095, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "6e72487a-3c68-401b-bff1-c0ea7817ea83", "Name": "USB Powerstrip Mirrored - 0.14 m x 0.084 m", "Part List": "1 x DSPSDUOC", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "USB Powerstrip Mirrored - 0.14 m x 0.084 m", "NestedFamilyTypeNames": "[]"}, "1e370a3c-2940-44b7-9f38-0d5c98e642a7": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.9116825786590577, "Y": -0.21012191276550293, "Z": 0.04248445712327957}, {"X": -0.9116825786590577, "Y": 0.19849889402389528, "Z": 0.04248445712327957}, {"X": 0.7619672985076905, "Y": 0.19849889402389528, "Z": 0.04248445712327957}, {"X": 0.7619672985076905, "Y": -0.21012191276550293, "Z": 0.04248445712327957}]}, "Voids": [], "Id": "1e370a3c-2940-44b7-9f38-0d5c98e642a7", "Name": null}, "0d280efd-ff0c-4dbb-99fd-81ec4906bedd": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/4e37d462-ea8d-4016-ae6d-f22245e5f374.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.9116825786590577, "Y": -0.21012191276550293, "Z": 0.04248445712327957}, "Max": {"X": 0.7619672985076905, "Y": 0.19849889402389528, "Z": 0.06590545213222504}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "1e370a3c-2940-44b7-9f38-0d5c98e642a7", "Height": 0.02342099500894547, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "0d280efd-ff0c-4dbb-99fd-81ec4906bedd", "Name": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m", "Part List": "1 x VCBSOFA244", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m", "NestedFamilyTypeNames": "[]"}, "e77319c3-7ff1-436e-b7a4-ab143c8a2516": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.11575539808273316, "Y": -0.11291114037036896, "Z": -0.06632235528230668}, {"X": -0.11575539808273316, "Y": 0.0746756653547287, "Z": -0.06632235528230668}, {"X": 0.093011510181427, "Y": 0.0746756653547287, "Z": -0.06632235528230668}, {"X": 0.093011510181427, "Y": -0.11291114037036896, "Z": -0.06632235528230668}]}, "Voids": [], "Id": "e77319c3-7ff1-436e-b7a4-ab143c8a2516", "Name": null}, "d855b6b8-e795-4ec7-93d2-6ef190682121": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/01703ff3-c78b-4e11-a1e9-fda3928adf84.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.11575539808273316, "Y": -0.11291114037036896, "Z": -0.06632235528230668}, "Max": {"X": 0.093011510181427, "Y": 0.0746756653547287, "Z": 0.167084041929245}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "e77319c3-7ff1-436e-b7a4-ab143c8a2516", "Height": 0.23340639721155168, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "d855b6b8-e795-4ec7-93d2-6ef190682121", "Name": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m", "NestedFamilyTypeNames": "[]"}, "33cef120-527c-4d8d-b9b4-b12b82e575b4": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 0.01905190985798836, "Y": -0.3782059844970703, "Z": 0.7340599903106689}, {"X": 0.01905190985798836, "Y": 3.9645655206754786e-09, "Z": 0.7340599903106689}, {"X": 2.434083984375, "Y": 3.9645655206754786e-09, "Z": 0.7340599903106689}, {"X": 2.434083984375, "Y": -0.3782059844970703, "Z": 0.7340599903106689}]}, "Voids": [], "Id": "33cef120-527c-4d8d-b9b4-b12b82e575b4", "Name": null}, "fd7ca88e-5b4c-4e24-899d-02a8a1efc320": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/f7037198-f054-4fe7-8a03-ac64eb966362.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 0.01905190985798836, "Y": -0.3782059844970703, "Z": 0.7340599903106689}, "Max": {"X": 2.434083984375, "Y": 3.9645655206754786e-09, "Z": 1.2046585184097292}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "33cef120-527c-4d8d-b9b4-b12b82e575b4", "Height": 0.4705985280990602, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "fd7ca88e-5b4c-4e24-899d-02a8a1efc320", "Name": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf\",\"Symbol Name\":\"Single Support - 96'' W - Right\"}]"}, "1d08777c-62e7-4e5f-85c0-40368c64b96e": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": 1.7877057526493445e-05, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}, {"X": 1.7877057526493445e-05, "Y": -0.020319996517896653, "Z": -4.252675789642724e-14}, {"X": 0.3866058714866638, "Y": -0.020319996517896653, "Z": -4.252675789642724e-14}, {"X": 0.3866058714866638, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "1d08777c-62e7-4e5f-85c0-40368c64b96e", "Name": null}, "bdeb132f-2742-49e2-af45-1a625f2f9bc2": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/6ec48294-0be9-45f9-b059-e641dbaacc62.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": 1.7877057526493445e-05, "Y": -0.6083299830436707, "Z": -4.252675789642724e-14}, "Max": {"X": 0.3866058714866638, "Y": -0.020319996517896653, "Z": 0.6985000242233277}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "1d08777c-62e7-4e5f-85c0-40368c64b96e", "Height": 0.6985000242233702, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "bdeb132f-2742-49e2-af45-1a625f2f9bc2", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape \",\"Symbol Name\":\"27 1/2H - Left - 23 1/4D\"}]"}, "3ddfa939-f745-4dbf-9645-9739a001edd3": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.977941881705192e-06, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}, {"X": -1.977941881705192e-06, "Y": 1.3249277822069416e-08, "Z": -5.820410819978861e-15}, {"X": 1.8013660640716553, "Y": 1.3249277822069416e-08, "Z": -5.820410819978861e-15}, {"X": 1.8013660640716553, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}]}, "Voids": [], "Id": "3ddfa939-f745-4dbf-9645-9739a001edd3", "Name": null}, "5468bfff-a8ae-4b0a-9bc2-3c5355eb4f8c": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/57947f0a-b572-4117-9e7e-addc2353f56a.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.977941881705192e-06, "Y": -0.7500619932174682, "Z": -5.820410819978861e-15}, "Max": {"X": 1.8013660640716553, "Y": 1.3249277822069416e-08, "Z": 1.1050015926361085}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "3ddfa939-f745-4dbf-9645-9739a001edd3", "Height": 1.1050015926361143, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "5468bfff-a8ae-4b0a-9bc2-3c5355eb4f8c", "Name": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Payback - Reception Desk - Classic\",\"Symbol Name\":\"Right - 72W - Transaction Top - Integral Pull\"}]"}, "d18607df-2f72-490b-aa3f-065a882de2ab": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8887047940552294e-08, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}, {"X": -1.8887047940552294e-08, "Y": -1.991336688206502e-07, "Z": -4.252675789642724e-14}, {"X": 0.762, "Y": -1.991336688206502e-07, "Z": -4.252675789642724e-14}, {"X": 0.762, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "d18607df-2f72-490b-aa3f-065a882de2ab", "Name": null}, "ba3de7bb-45df-4b6f-ab9f-8220e3be5702": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/a8ce13f2-770f-4883-bb4e-c01828a0c627.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8887047940552294e-08, "Y": -0.7620002180099488, "Z": -4.252675789642724e-14}, "Max": {"X": 0.762, "Y": -1.991336688206502e-07, "Z": 0.8113870290756225}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "d18607df-2f72-490b-aa3f-065a882de2ab", "Height": 0.8113870290756651, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ba3de7bb-45df-4b6f-ab9f-8220e3be5702", "Name": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Seating - Umami - Lounge - End Cap\",\"Symbol Name\":\"Right End Cap\"}]"}, "982a9790-31f4-4d29-8d67-ab5f36a89c11": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6525820421218872, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}, {"X": -0.6525820421218872, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8515438802719116, "Y": 0.8637482225418092, "Z": -4.252675789642724e-14}, {"X": 0.8515438802719116, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}]}, "Voids": [], "Id": "982a9790-31f4-4d29-8d67-ab5f36a89c11", "Name": null}, "ce2c8d60-67d8-4549-8da9-8c6af9d96899": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/37406576-5a8a-4cbc-a94b-fc3d42ca1c04.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6525820421218872, "Y": -0.0005565570445731282, "Z": -4.252675789642724e-14}, "Max": {"X": 0.8515438802719116, "Y": 0.8637482225418092, "Z": 1.2708623989105226}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "982a9790-31f4-4d29-8d67-ab5f36a89c11", "Height": 1.2708623989105652, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ce2c8d60-67d8-4549-8da9-8c6af9d96899", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1\",\"Symbol Name\":\"High Back Screen - Left Corner Cushion\"}]"}, "bd870f45-91ff-45c4-ba8d-0c6f0336669a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.004937579588592053, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}, {"X": -0.004937579588592053, "Y": 0.6096, "Z": -7.774330346155268e-14}, {"X": 1.5190623653411865, "Y": 0.6096, "Z": -7.774330346155268e-14}, {"X": 1.5190623653411865, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}]}, "Voids": [], "Id": "bd870f45-91ff-45c4-ba8d-0c6f0336669a", "Name": null}, "62d3e2ad-5c54-4623-9f7d-59cfe36d0c4b": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/76cc831b-ac9b-4a89-bf15-eaa998585947.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.004937579588592053, "Y": -0.025533307027816775, "Z": -7.774330346155268e-14}, "Max": {"X": 1.5190623653411865, "Y": 0.6096, "Z": 0.6979919883728027}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "bd870f45-91ff-45c4-ba8d-0c6f0336669a", "Height": 0.6979919883728805, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "62d3e2ad-5c54-4623-9f7d-59cfe36d0c4b", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File", "NestedFamilyTypeNames": "[{\"Family Name\":\"Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W\",\"Symbol Name\":\"Two 15W Box/File, 30W Box/File\"}]"}, "501bfc0b-c49d-4118-a144-fcd414b75a27": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.5808980092048646, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}, {"X": -0.5808980092048646, "Y": 0.3036568648338318, "Z": -3.677114296645606e-14}, {"X": 0.6045040537834168, "Y": 0.3036568648338318, "Z": -3.677114296645606e-14}, {"X": 0.6045040537834168, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "501bfc0b-c49d-4118-a144-fcd414b75a27", "Name": null}, "9765216c-6155-4990-9824-530001650287": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/75074140-43de-41af-8702-9a69132a7769.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.5808980092048646, "Y": -0.31043733758926395, "Z": -3.677114296645606e-14}, "Max": {"X": 0.6045040537834168, "Y": 0.3036568648338318, "Z": 0.7053580358505249}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "501bfc0b-c49d-4118-a144-fcd414b75a27", "Height": 0.7053580358505617, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "9765216c-6155-4990-9824-530001650287", "Name": "Viccarbe - Brix - Armchair - Wide Left - Right Table", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Brix - Armchair - Wide Left - Right Table", "NestedFamilyTypeNames": "[]"}, "91143644-20e1-4de3-a102-604bcd98339a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.6044600884437561, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}, {"X": -0.6044600884437561, "Y": 0.3036569738388062, "Z": -3.677114296645606e-14}, {"X": 0.5808980818748475, "Y": 0.3036569738388062, "Z": -3.677114296645606e-14}, {"X": 0.5808980818748475, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}]}, "Voids": [], "Id": "91143644-20e1-4de3-a102-604bcd98339a", "Name": null}, "82a217d3-5269-40bb-aa5e-7f46dd1be774": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/69c3a6de-3cf5-4606-92de-6461f6b2efaa.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.6044600884437561, "Y": -0.31043722858428957, "Z": -3.677114296645606e-14}, "Max": {"X": 0.5808980818748475, "Y": 0.3036569738388062, "Z": 0.7053580358505249}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "91143644-20e1-4de3-a102-604bcd98339a", "Height": 0.7053580358505617, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "82a217d3-5269-40bb-aa5e-7f46dd1be774", "Name": "Viccarbe - Brix - Armchair - Wide Right - Left Table", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "HyFamilyTypeName": "Viccarbe - Brix - Armchair - Wide Right - Left Table", "NestedFamilyTypeNames": "[]"}, "4104b1cc-b873-4918-8d36-ad44d748bb02": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -0.4870565714836121, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}, {"X": -0.4870565714836121, "Y": 0.8338278104782105, "Z": -6.767919558114955e-17}, {"X": 1.84413104095459, "Y": 0.8338278104782105, "Z": -6.767919558114955e-17}, {"X": 1.84413104095459, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}]}, "Voids": [], "Id": "4104b1cc-b873-4918-8d36-ad44d748bb02", "Name": null}, "79bfe0f9-a815-42f9-baa0-9bfed7c7d543": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/4ce5884a-3bfc-4487-80fb-c0ac2c385ce1.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -0.4870565714836121, "Y": 7.723382993135602e-05, "Z": -6.767919558114955e-17}, "Max": {"X": 1.84413104095459, "Y": 0.8338278104782105, "Z": 0.735117120552063}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "4104b1cc-b873-4918-8d36-ad44d748bb02", "Height": 0.7351171205520631, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "79bfe0f9-a815-42f9-baa0-9bfed7c7d543", "Name": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "Opaque": 1, "Canopy (Opaque)": 0, "HyFamilyTypeName": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery", "NestedFamilyTypeNames": "[]"}, "f9555171-e5a1-4bee-8496-6abf10704e9a": {"discriminator": "Elements.Geometry.Profile", "Perimeter": {"discriminator": "Elements.Geometry.Polygon", "IsClosedForRendering": true, "Vertices": [{"X": -1.8455787723541262, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}, {"X": -1.8455787723541262, "Y": 0.8338278104782105, "Z": -1.6919798895287387e-17}, {"X": 0.4870567894935608, "Y": 0.8338278104782105, "Z": -1.6919798895287387e-17}, {"X": 0.4870567894935608, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}]}, "Voids": [], "Id": "f9555171-e5a1-4bee-8496-6abf10704e9a", "Name": null}, "ecc7249d-f3f5-4a41-a9dc-12b265c902a5": {"discriminator": "Elements.ContentElement", "gltfLocation": "https://hypar.io/user-static/b7befcbf-22e3-408b-a321-9433021cfb54.glb", "Bounding Box": {"discriminator": "Elements.Geometry.BBox3", "Min": {"X": -1.8455787723541262, "Y": 7.724925633519888e-05, "Z": -1.6919798895287387e-17}, "Max": {"X": 0.4870567894935608, "Y": 0.8338278104782105, "Z": 0.735117120552063}}, "Gltf Scale to Meters": 1.0, "SourceDirection": {"X": 0.0, "Y": 1.0, "Z": 0.0}, "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0]}}, "Material": "9babb829-9b96-4e73-97f4-9658d4d6c31c", "Representation": {"SolidOperations": [{"discriminator": "Elements.Geometry.Solids.Extrude", "Profile": "f9555171-e5a1-4bee-8496-6abf10704e9a", "Height": 0.735117120552063, "Direction": {"X": 0.0, "Y": 0.0, "Z": 1.0}, "Reverse Winding": false, "LocalTransform": null, "IsVoid": false}]}, "IsElementDefinition": true, "Id": "ecc7249d-f3f5-4a41-a9dc-12b265c902a5", "Name": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery", "Elevation from Level": 0.0, "Host": "Level : Level 1", "Offset from Host": 0.0, "Moves With Nearby Elements": 0, "Opaque": 1, "Canopy (Opaque)": 0, "HyFamilyTypeName": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery", "NestedFamilyTypeNames": "[]"}, "4e622cbf-c186-4a20-ac7b-c340f8296067": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "4f950aa6-04c1-4def-80da-fdfb8286b8f7", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.013285082074233, 0.0, 1.0, 0.0, 6.479577391600233, 0.0, 0.0, 1.0, 0.0]}}, "Id": "4e622cbf-c186-4a20-ac7b-c340f8296067", "Name": "Block 2 x Company Steelcase Mirrored - 0.167 m x 0.105 m"}, "61590f8a-d2da-4d7f-b1ef-e62559a6ac59": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f5beb1ce-f0ac-4d92-9e82-50211a8b480e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.695605358451098, 0.0, 1.0, 0.0, 6.475402000479552, 0.0, 0.0, 1.0, 0.0]}}, "Id": "61590f8a-d2da-4d7f-b1ef-e62559a6ac59", "Name": "Block 4 Components @ 111334 AM Mirrored - 0.223 m x 0.239 m"}, "899ecfda-a4bd-4e13-a661-2ec9328ec146": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "245673be-db13-4c21-b67d-45ac8bf4e734", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.305929776758074, 0.0, 1.0, 0.0, 6.5141416781917245, 0.0, 0.0, 1.0, 0.0]}}, "Id": "899ecfda-a4bd-4e13-a661-2ec9328ec146", "Name": "Blu Dot - Nesting Bowl - Set of 3 Mirrored - 17.84_ x 13.47_"}, "e0bb2e09-ce5e-4d97-9979-c6a3891afd96": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "61209d50-0fb3-4769-9e47-3dbf6590f28c", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.519742199658112, 0.0, 1.0, 0.0, 6.482238414193466, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e0bb2e09-ce5e-4d97-9979-c6a3891afd96", "Name": "Bolia - Grab - Pouf Mirrored - Small"}, "a4516281-3da7-4d6a-808b-39a1a7b6c8ca": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "83f02b5b-410b-422f-9c17-bd0488c68c7e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.862845971387399, 0.0, 1.0, 0.0, 6.038618970688525, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a4516281-3da7-4d6a-808b-39a1a7b6c8ca", "Name": "Extremis - Sticks - Space Divider 60x30 Mirrored - Accessories"}, "7d7c8c15-38d8-4ed0-87d7-f8d15a819eb0": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5cf60155-8d37-4c46-b66d-11239ea7c061", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.34297943603005, 0.0, 1.0, 0.0, 6.152989608467141, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7d7c8c15-38d8-4ed0-87d7-f8d15a819eb0", "Name": "Greenpoint - Power Module Mirrored - Power Module"}, "3e87a7fe-3d1f-4d16-bf01-76be1100d3bf": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "8ccef262-9143-4abf-b846-0172023ea0a4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.0345252917180225, 0.0, 1.0, 0.0, 6.080208293517112, 0.0, 0.0, 1.0, 0.0]}}, "Id": "3e87a7fe-3d1f-4d16-bf01-76be1100d3bf", "Name": "Lysol 2 Mirrored - 0.088 m x 0.088 m"}, "f38d129b-b4ec-4dc9-9b77-e2f401d4169b": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "9ecf4afe-91b8-46fc-aeab-edd84ad17506", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.646651789213611, 0.0, 1.0, 0.0, 5.614211779827662, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f38d129b-b4ec-4dc9-9b77-e2f401d4169b", "Name": "MI2190100 Mirrored - 3.5 m x 3.8 m"}, "6bd0bfe8-4b07-472a-85b6-1c399a8db059": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "eee33bfa-8a1a-4979-87d1-a4265685a97f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.6076064238480665, 0.0, 1.0, 0.0, 5.514809119362301, 0.0, 0.0, 1.0, 0.0]}}, "Id": "6bd0bfe8-4b07-472a-85b6-1c399a8db059", "Name": "Mitchell Gold Bob Williams - Filmore - Bookcase Mirrored - Bookcase"}, "7d9e8e42-097c-4e10-9e08-ee7a48624dc4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ae73b14b-451f-46b0-878f-6b4802cf9f31", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.11081611493136549, 0.0, 1.0, 0.0, 6.434367336089286, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7d9e8e42-097c-4e10-9e08-ee7a48624dc4", "Name": "Mitchell Gold Bob Williams - Lorenzo Rug Mirrored - 144_ x 108_"}, "7706cd01-9edc-4f36-a056-025d3d6af86a": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f4847997-4f51-47ff-82c8-201688d36f96", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.220815449581213, 0.0, 1.0, 0.0, 5.00531099939239, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7706cd01-9edc-4f36-a056-025d3d6af86a", "Name": "PO Typical Mirrored - PO Typical"}, "09fe760a-27eb-4aa1-af74-0648fa12fe1d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f2c7f5d8-48d0-4711-bea6-2e5affe1dd2a", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.491723420582337, 0.0, 1.0, 0.0, 5.958739037313997, 0.0, 0.0, 1.0, 0.0]}}, "Id": "09fe760a-27eb-4aa1-af74-0648fa12fe1d", "Name": "Roger Stevens - Gleewood Mirrored - 20.7_ x 10.51_"}, "f610fd34-1092-43d7-a7d5-7d9d0208deb9": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "c5b9bcc7-ab5d-4d66-922a-3971c88325af", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.6739964278320425, 0.0, 1.0, 0.0, 5.48202501835319, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f610fd34-1092-43d7-a7d5-7d9d0208deb9", "Name": "RS2RS009 Mirrored - 0.495 m x 0.14 m"}, "a7387c95-525b-47e8-89bd-d5c73033a638": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "81be56b3-d66d-42d8-b4e6-e119cc7e98ca", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.099135404967553, 0.0, 1.0, 0.0, 6.1129700434483745, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a7387c95-525b-47e8-89bd-d5c73033a638", "Name": "RS2RS011 Mirrored - 0.2 m x 0.267 m"}, "98a01f16-7ce4-4480-aa7a-840007deb309": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "17d79e24-a511-49b9-ae72-95181b08f885", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.56182842337069, 0.0, 1.0, 0.0, 3.869609954221063, 0.0, 0.0, 1.0, 0.0]}}, "Id": "98a01f16-7ce4-4480-aa7a-840007deb309", "Name": "SAH21 Mirrored - 0.605 m x 0.23 m"}, "f66bb28d-96b7-4429-bfbd-5e88254acda8": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "9ced99c3-211b-4203-9cfd-25267cc60e50", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -5.664484387679764, 0.0, 1.0, 0.0, 3.8415679531057214, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f66bb28d-96b7-4429-bfbd-5e88254acda8", "Name": "SAH43 Mirrored - 0.503 m x 0.128 m"}, "85b84927-f01a-461a-b86b-d48230982560": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "3c1d976d-5fad-4d7d-a92a-7d856c4da524", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.935392358680889, 0.0, 1.0, 0.0, 3.8836309547787335, 0.0, 0.0, 1.0, 0.0]}}, "Id": "85b84927-f01a-461a-b86b-d48230982560", "Name": "Small 3d copper shade Mirrored - 9.84_ x 9.84_"}, "d0ad97e3-41f7-40e7-87d8-a999165743d7": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "9015215a-b536-4537-b4c5-d2d3d94c4aa4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.659975427274385, 0.0, 1.0, 0.0, 5.313773011661145, 0.0, 0.0, 1.0, 0.0]}}, "Id": "d0ad97e3-41f7-40e7-87d8-a999165743d7", "Name": "Stak Ceramics - Sprout Planter Dock Mirrored - Beige"}, "9bbdfd4e-08e6-4a26-af35-1edd9f9873a2": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f2eb3a64-83e0-4d71-8c5d-ab4bf17bcdfa", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.814206433408762, 0.0, 1.0, 0.0, 3.5611479419523078, 0.0, 0.0, 1.0, 0.0]}}, "Id": "9bbdfd4e-08e6-4a26-af35-1edd9f9873a2", "Name": "Steelcase - B-Free - Seating - Cube Mirrored - Small - Glide"}, "4a95ad7b-225a-4ebe-9977-6848003ba405": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "41ccb09c-1718-4ceb-830a-bfa5b902bd41", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.085114404409886, 0.0, 1.0, 0.0, 2.9442239174147966, 0.0, 0.0, 1.0, 0.0]}}, "Id": "4a95ad7b-225a-4ebe-9977-6848003ba405", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File"}, "b0a241f5-48e2-4970-9097-ba8214f99adf": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0cef1250-db86-4124-8808-2244dcfc851f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.136195326893658, 0.0, 1.0, 0.0, 3.4770219386062835, 0.0, 0.0, 1.0, 0.0]}}, "Id": "b0a241f5-48e2-4970-9097-ba8214f99adf", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27-5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell"}, "cdbfbc7f-b0a7-4706-ae79-53003574f29d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7bf09ba2-d82d-4f56-b6df-0089a073fb09", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.080111324662974, 0.0, 1.0, 0.0, 2.509572900127004, 0.0, 0.0, 1.0, 0.0]}}, "Id": "cdbfbc7f-b0a7-4706-ae79-53003574f29d", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 96W - Kneewell Mirrored - 30'' W Box_File, 36'' W Box_File, 30'' W Kneewell"}, "a93168d0-ebe4-4d47-814d-f00e04104f38": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ffee873c-d9f3-4b3e-9764-9978cab4b116", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.7481162716842586, 0.0, 1.0, 0.0, 4.977268998277047, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a93168d0-ebe4-4d47-814d-f00e04104f38", "Name": "Steelcase - Elective Elements - Leg Base - Tower with Door and Drawer - Specials Mirrored - Right - Two Adjustable Shelves, One Box_File Drawer - 75'' H - Specials"}, "2274a895-a918-46e3-b778-3089ecfc335c": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5bfc477b-1710-4c57-94bf-591e2f80eb1f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.3319952153595174, 0.0, 1.0, 0.0, 4.262197969835842, 0.0, 0.0, 1.0, 0.0]}}, "Id": "2274a895-a918-46e3-b778-3089ecfc335c", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - 2 High Lateral File Mirrored - 23 1_4D x 30W"}, "bcc41580-a74b-482c-b3ca-4e6f1e566ce4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5026c844-ab7a-44dc-9d6f-bd6aff50aadd", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.2478692120134933, 0.0, 1.0, 0.0, 3.5190849402792956, 0.0, 0.0, 1.0, 0.0]}}, "Id": "bcc41580-a74b-482c-b3ca-4e6f1e566ce4", "Name": "Steelcase - Elective Elements - Plinth Base - Pedestal - Mobile Mirrored - Wood Top"}, "0c83a78e-632b-4aa5-ad9b-5cee6d0f1fdf": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "3482cfbd-9263-4e9d-8a6d-b2a1a684394e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.1777642092251395, 0.0, 1.0, 0.0, 3.0563919218761626, 0.0, 0.0, 1.0, 0.0]}}, "Id": "0c83a78e-632b-4aa5-ad9b-5cee6d0f1fdf", "Name": "Steelcase - Elective Elements - Plinth Base - Wardrobe Mirrored - 65 5_8H x 24D x 12W - Right"}, "3f4f353c-3979-404f-a4a9-478354d4c809": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "3c2717e1-c184-45b4-8dcf-3e5c980d2c05", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.16825216907284915, 0.0, 1.0, 0.0, 4.809016991585, 0.0, 0.0, 1.0, 0.0]}}, "Id": "3f4f353c-3979-404f-a4a9-478354d4c809", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Double High Mirrored - 15 3_4_ D x 96_ W - Right"}, "19532c30-1031-4738-a872-5ad4e9d7ebe2": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f84e2ed4-c81d-4fa8-8771-249127dc1f03", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.18227316963051945, 0.0, 1.0, 0.0, 4.065903962028453, 0.0, 0.0, 1.0, 0.0]}}, "Id": "19532c30-1031-4738-a872-5ad4e9d7ebe2", "Name": "Steelcase - Elective Elements - Storage - Overhead Cabinet - Single High 15H - Sliding Door Mirrored - 15 3_4D x 72W"}, "249280f6-7e25-45a6-b90a-c4404c36c76f": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "582c1ada-68e5-450b-90f1-7b7752dd1d08", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.7160594295050675, 0.0, 1.0, 0.0, 7.080419081927653, 0.0, 0.0, 1.0, 0.0]}}, "Id": "249280f6-7e25-45a6-b90a-c4404c36c76f", "Name": "Steelcase - Elective Elements - Worksurface Support - Flush Mount Bracket Mirrored - Bracket"}, "8a9bd5d5-6cfe-4653-abe4-ed741b059f78": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7df18e39-db3c-410e-9869-3b14ba04982e", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.650957506463625, 0.0, 1.0, 0.0, 6.603705062966849, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8a9bd5d5-6cfe-4653-abe4-ed741b059f78", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - Free Support End Panel Mirrored - 30D"}, "ac70ee99-5989-4701-a89e-034175ad05a9": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5dbbb299-b564-4540-8276-1af6917dfcee", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.4066091785532509, 0.0, 1.0, 0.0, 3.3508329335872467, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ac70ee99-5989-4701-a89e-034175ad05a9", "Name": "Steelcase - Flex - Cart Mirrored - Board Cart"}, "82b025ca-a2b8-406a-8b94-d8f649dda4d0": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "60ad9cca-cd0e-460e-9ef7-62cf80d3dac7", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.3319948905979162, 0.0, 1.0, 0.0, 3.3788749347025884, 0.0, 0.0, 1.0, 0.0]}}, "Id": "82b025ca-a2b8-406a-8b94-d8f649dda4d0", "Name": "Steelcase - Flex - Work Table - Standing Height Mirrored - 23D x 46W"}, "3ca45447-2528-49b9-98c5-c2b77dc08c16": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "b8d04bfa-226e-4c6a-be81-606f0b2bc0e4", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.370537495310211, 0.0, 1.0, 0.0, 2.719887908492065, 0.0, 0.0, 1.0, 0.0]}}, "Id": "3ca45447-2528-49b9-98c5-c2b77dc08c16", "Name": "Steelcase - Flex Active Frames - Work Island Frame Mirrored - 1 Wide - 2 Deep 2"}, "fd62cb04-44ee-499b-9514-9ab99439cbe8": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "61567823-0b18-4e38-aff6-e7dac1b9c91f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.094626444562176, 0.0, 1.0, 0.0, 2.551635901800016, 0.0, 0.0, 1.0, 0.0]}}, "Id": "fd62cb04-44ee-499b-9514-9ab99439cbe8", "Name": "Steelcase - Groupwork - Flip Top Table - Rectangular Mirrored - 30D x 72W"}, "a6278042-61e5-4d56-a3c6-27ea52267f49": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "27773549-5986-4e26-8ae6-a006f53e1c52", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -4.8652873558925345, 0.0, 1.0, 0.0, 2.088942883396883, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a6278042-61e5-4d56-a3c6-27ea52267f49", "Name": "Steelcase - Mackinac - Worksurface - Personal - Perpendicular - 30D Mirrored - 66W"}, "e07d6114-3c14-4a5c-8f1d-e7fca113eb93": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "d0af323a-a715-4b77-a525-0a0cb458f1ae", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.6174183062598417, 0.0, 1.0, 0.0, 2.0609008822815422, 0.0, 0.0, 1.0, 0.0]}}, "Id": "e07d6114-3c14-4a5c-8f1d-e7fca113eb93", "Name": "Steelcase - Payback - Reception Return - Classic Mirrored - Left - 42W - Integral Pull"}, "805fe618-5c87-4fd9-b14a-d3cdede2d009": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "e814985c-dfbf-4932-aedf-e4fc4737236f", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.4536752599731733, 0.0, 1.0, 0.0, 1.920690876704835, 0.0, 0.0, 1.0, 0.0]}}, "Id": "805fe618-5c87-4fd9-b14a-d3cdede2d009", "Name": "Steelcase - Payback - Table Base - Laminate - Rectangular Mirrored - 23 5_8W"}, "034b1190-f4f4-48bd-b2f6-41609fd2b566": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "f90b82da-2dfb-40db-b430-57576023efa0", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -1.8507722359933327, 0.0, 1.0, 0.0, 2.0609008822815422, 0.0, 0.0, 1.0, 0.0]}}, "Id": "034b1190-f4f4-48bd-b2f6-41609fd2b566", "Name": "Steelcase - Seating - Brody 488 Series - WorkLounge - Right Side Surface Mirrored - With Power_Lighting_Footrest"}, "bbcdbf55-ea3d-4660-b907-3205a4533de6": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "b1b74878-251f-4d4c-a230-6e70e926f9fb", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.19629417018818976, 0.0, 1.0, 0.0, 2.495551899569334, 0.0, 0.0, 1.0, 0.0]}}, "Id": "bbcdbf55-ea3d-4660-b907-3205a4533de6", "Name": "Steelcase - Seating - Sylvi - Table - Ganging - Square Mirrored - Corner"}, "1a46c28d-2a86-4a4a-a40a-1e2c29b56ede": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "b2576158-b9b9-4369-bc76-55636004cb81", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.1777638844635394, 0.0, 1.0, 0.0, 2.2712158906466025, 0.0, 0.0, 1.0, 0.0]}}, "Id": "1a46c28d-2a86-4a4a-a40a-1e2c29b56ede", "Name": "Steelcase - Seating - Sylvi - Table - Lolli-Top Mirrored - 20dia"}, "027a2d53-e243-496a-988a-3c0681d911f5": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "fe5226b1-24d4-4a75-88de-6c68ebb752bb", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.042062839292210906, 0.0, 1.0, 0.0, 1.0794308432445925, 0.0, 0.0, 1.0, 0.0]}}, "Id": "027a2d53-e243-496a-988a-3c0681d911f5", "Name": "Steelcase - Seating - Think 465 Series - Value Package Work Chair Mirrored - Upholstery Back_Adjustable Arm_Caster"}, "a0bbf270-cb47-476a-98e0-2908c09da002": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "fae0e4c0-6f29-47c2-a415-10103a978741", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 1.8367509106740625, 0.0, 1.0, 0.0, 2.4114258962233097, 0.0, 0.0, 1.0, 0.0]}}, "Id": "a0bbf270-cb47-476a-98e0-2908c09da002", "Name": "Steelcase - Seating - Umami - Lounge - Corner Mirrored - 30D"}, "cf6e186e-15be-4a1e-aa55-14c9d6c1d9f4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7fbde694-55e5-4909-a839-c2baba55e078", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.622915505348285, 0.0, 1.0, 0.0, 5.453983017237852, 0.0, 0.0, 1.0, 0.0]}}, "Id": "cf6e186e-15be-4a1e-aa55-14c9d6c1d9f4", "Name": "Steelcase - Thread - Power Hub Mirrored - NEMA - 30H"}, "9a546c96-4fcb-4ee3-ab47-f321eb7d5256": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "eeda7875-f2e7-4991-bd9b-144657eafe05", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.337492414447959, 0.0, 1.0, 0.0, 0.8410738337641906, 0.0, 0.0, 1.0, 0.0]}}, "Id": "9a546c96-4fcb-4ee3-ab47-f321eb7d5256", "Name": "Steelcase - TS Series - Storage - Mobile Pedestal Mirrored - 22 1_4D x 22 3_4H - Box_File - Seat Cushion"}, "2af73dfc-807f-48f4-8c0b-919a699477ae": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "2c4fc420-ac60-4aa8-b7f4-5f0756adc660", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -6.996479440658481, 0.0, 1.0, 0.0, 1.345829853840336, 0.0, 0.0, 1.0, 0.0]}}, "Id": "2af73dfc-807f-48f4-8c0b-919a699477ae", "Name": "Steelcase - Universal Laminate Enhanced Storage - Low Storage (5) Mirrored - 1.5 High - Drawer_Drawer - 18 7_8D x 30W"}, "31465be1-3a12-40a9-8d20-0304b8a80231": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "7e64d2dd-f4ab-4b60-a688-12d8a90d5311", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.73959247021503, 0.0, 1.0, 0.0, 6.898146074677935, 0.0, 0.0, 1.0, 0.0]}}, "Id": "31465be1-3a12-40a9-8d20-0304b8a80231", "Name": "Steelcase AMQ - 3F Hanging Panel - Shimmer Mirrored - 28W"}, "d77c7a0a-33b0-4649-9c57-ec9776c94744": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "02ac5a6d-3b35-48e8-800a-7ee85354c733", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.11815948527214, 0.0, 1.0, 0.0, 1.4159348566286898, 0.0, 0.0, 1.0, 0.0]}}, "Id": "d77c7a0a-33b0-4649-9c57-ec9776c94744", "Name": "Steelcase Coalesse - Enea Lottus - Table - Cafe Mirrored - Bar Height - 30W"}, "d78c3e8e-d7f4-4eb4-98b3-c7f6bc8c95d3": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "e3378dbc-67a8-4c15-b5e3-dbc3e4e117ce", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.7991968694064292, 0.0, 1.0, 0.0, 1.6823338672244332, 0.0, 0.0, 1.0, 0.0]}}, "Id": "d78c3e8e-d7f4-4eb4-98b3-c7f6bc8c95d3", "Name": "Steelcase Coalesse - Enea Lottus - Table - Square Mirrored - Conference - 36W"}, "8a1e57ff-775a-4cf9-a03c-0e44ccf18ad5": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "37edba69-8396-46bc-98af-ae3276ef436d", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -7.851760474676355, 0.0, 1.0, 0.0, -0.5329842208875385, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8a1e57ff-775a-4cf9-a03c-0e44ccf18ad5", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat Mirrored - Low Back Screen - Left Corner Cushion"}, "9bb49cd0-afa3-4a63-9949-bf19ff8608f1": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "330a60e3-54b2-4401-b31f-85ce4fc5544d", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.648842088004482, 0.0, 1.0, 0.0, 4.212001035214318, 0.0, 0.0, 1.0, 0.0]}}, "Id": "9bb49cd0-afa3-4a63-9949-bf19ff8608f1", "Name": "Steelcase PolyVision - Sans - Accessories Mirrored - Magnetic Marker Tray"}, "91927e32-f2c9-4da1-8365-66a9d8b9b211": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "6e72487a-3c68-401b-bff1-c0ea7817ea83", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -2.4249199404544513, 0.0, 1.0, 0.0, 1.2774056184938376, 0.0, 0.0, 1.0, 0.0]}}, "Id": "91927e32-f2c9-4da1-8365-66a9d8b9b211", "Name": "USB Powerstrip Mirrored - 0.14 m x 0.084 m"}, "fcb37959-16b4-4a15-a94f-d2a7087f7f54": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "0d280efd-ff0c-4dbb-99fd-81ec4906bedd", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -5.230522152044362, 0.0, 1.0, 0.0, -0.49625095205150804, 0.0, 0.0, 1.0, 0.0]}}, "Id": "fcb37959-16b4-4a15-a94f-d2a7087f7f54", "Name": "Viccarbe - Levitt Sofa - Large Mirrored - 2.289 m x 0.98 m"}, "6278687c-c29b-4977-b8a1-db10128bd58c": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "d855b6b8-e795-4ec7-93d2-6ef190682121", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -8.729462841211078, 0.0, 1.0, 0.0, 3.518662557637501, 0.0, 0.0, 1.0, 0.0]}}, "Id": "6278687c-c29b-4977-b8a1-db10128bd58c", "Name": "Zanzibar Gem 2 Mirrored - 0.532 m x 0.473 m"}, "ba04d6c9-032e-4a87-b7e7-2a6ee6a37dd1": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "fd7ca88e-5b4c-4e24-899d-02a8a1efc320", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -3.3809208319783908, 0.0, 1.0, 0.0, 0.19414486803326766, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ba04d6c9-032e-4a87-b7e7-2a6ee6a37dd1", "Name": "Steelcase - Elective Elements - Hutch Kit - Double High - Blade Accessory Shelf Mirrored - Single Support - 96'' W - Right"}, "ecce875a-c7c1-41e1-8b57-c45eafd238d4": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "bdeb132f-2742-49e2-af45-1a625f2f9bc2", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, -0.43261988721278555, 0.0, 1.0, 0.0, 0.5093720130710992, 0.0, 0.0, 1.0, 0.0]}}, "Id": "ecce875a-c7c1-41e1-8b57-c45eafd238d4", "Name": "Steelcase - Elective Elements - Worksurface Support - Plinth Base - End Panel - L Shape Mirrored - 27 1_2H - Left - 23 1_4D"}, "4b2ec02d-d932-461f-a068-330ba28ccc3a": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "5468bfff-a8ae-4b0a-9bc2-3c5355eb4f8c", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 0.568689867613268, 0.0, 1.0, 0.0, 0.45374369335854126, 0.0, 0.0, 1.0, 0.0]}}, "Id": "4b2ec02d-d932-461f-a068-330ba28ccc3a", "Name": "Steelcase - Payback - Reception Desk - Classic Mirrored - Right - 72W - Transaction Top - Integral Pull"}, "7414063d-92c7-4180-973a-02e87842388d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ba3de7bb-45df-4b6f-ab9f-8220e3be5702", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 2.5156810575528197, 0.0, 1.0, 0.0, 7.722510802466196, 0.0, 0.0, 1.0, 0.0]}}, "Id": "7414063d-92c7-4180-973a-02e87842388d", "Name": "Steelcase - Seating - Umami - Lounge - End Cap Mirrored - Right End Cap"}, "f71ea7b4-cdd5-4c40-af4f-4b853a3dfaf5": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ce2c8d60-67d8-4549-8da9-8c6af9d96899", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.2017636673410403, 0.0, 1.0, 0.0, 5.497378013963852, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f71ea7b4-cdd5-4c40-af4f-4b853a3dfaf5", "Name": "Steelcase Coalesse - Lagunitas - Seating - Chaise - Two Seat1 Mirrored - High Back Screen - Left Corner Cushion"}, "4c3cf2f5-fc5e-429f-bff7-a84271a7235d": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "62d3e2ad-5c54-4623-9f7d-59cfe36d0c4b", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 2.7028484837518, 0.0, 1.0, 0.0, 4.599264596230528, 0.0, 0.0, 1.0, 0.0]}}, "Id": "4c3cf2f5-fc5e-429f-bff7-a84271a7235d", "Name": "Steelcase - Elective Elements - Leg Base - Credenza - 27.5H x 24D x 60W Mirrored - Two 15W Box_File, 30W Box_File"}, "f2eefc29-a675-4398-89d8-7bdeec268093": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "9765216c-6155-4990-9824-530001650287", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.4705192957851128, 0.0, 1.0, 0.0, 3.9382147303129553, 0.0, 0.0, 1.0, 0.0]}}, "Id": "f2eefc29-a675-4398-89d8-7bdeec268093", "Name": "Viccarbe - Brix - Armchair - Wide Left - Right Table"}, "9c406d1e-ef73-49ed-8a35-0b8f2b76f3eb": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "82a217d3-5269-40bb-aa5e-7f46dd1be774", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.7050853772397363, 0.0, 1.0, 0.0, 2.935977836825019, 0.0, 0.0, 1.0, 0.0]}}, "Id": "9c406d1e-ef73-49ed-8a35-0b8f2b76f3eb", "Name": "Viccarbe - Brix - Armchair - Wide Right - Left Table"}, "8803d0d2-f0ca-4a2b-816b-a98d8e90883f": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "79bfe0f9-a815-42f9-baa0-9bfed7c7d543", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 3.555816052677701, 0.0, 1.0, 0.0, 1.528581348097282, 0.0, 0.0, 1.0, 0.0]}}, "Id": "8803d0d2-f0ca-4a2b-816b-a98d8e90883f", "Name": "Steelcase - Media Scape - Lounge - Corner Left - Same Upholstery"}, "d05441a5-9a62-4c9a-9ee3-425a4120710f": {"discriminator": "Elements.ElementInstance", "BaseDefinition": "ecc7249d-f3f5-4a41-a9dc-12b265c902a5", "Transform": {"Matrix": {"Components": [1.0, 0.0, 0.0, 5.027185109074878, 0.0, 1.0, 0.0, 0.3344267516010184, 0.0, 0.0, 1.0, 0.0]}}, "Id": "d05441a5-9a62-4c9a-9ee3-425a4120710f", "Name": "Steelcase - Media Scape - Lounge - Corner Right - Same Upholstery"}, "2e01e7fe-bfb6-40fc-8118-a44c887cbef6": {"discriminator": "Elements.ContentCatalog", "Content": ["4f950aa6-04c1-4def-80da-fdfb8286b8f7", "f5beb1ce-f0ac-4d92-9e82-50211a8b480e", "245673be-db13-4c21-b67d-45ac8bf4e734", "61209d50-0fb3-4769-9e47-3dbf6590f28c", "83f02b5b-410b-422f-9c17-bd0488c68c7e", "5cf60155-8d37-4c46-b66d-11239ea7c061", "8ccef262-9143-4abf-b846-0172023ea0a4", "9ecf4afe-91b8-46fc-aeab-edd84ad17506", "eee33bfa-8a1a-4979-87d1-a4265685a97f", "ae73b14b-451f-46b0-878f-6b4802cf9f31", "f4847997-4f51-47ff-82c8-201688d36f96", "f2c7f5d8-48d0-4711-bea6-2e5affe1dd2a", "c5b9bcc7-ab5d-4d66-922a-3971c88325af", "81be56b3-d66d-42d8-b4e6-e119cc7e98ca", "17d79e24-a511-49b9-ae72-95181b08f885", "9ced99c3-211b-4203-9cfd-25267cc60e50", "3c1d976d-5fad-4d7d-a92a-7d856c4da524", "9015215a-b536-4537-b4c5-d2d3d94c4aa4", "f2eb3a64-83e0-4d71-8c5d-ab4bf17bcdfa", "41ccb09c-1718-4ceb-830a-bfa5b902bd41", "0cef1250-db86-4124-8808-2244dcfc851f", "7bf09ba2-d82d-4f56-b6df-0089a073fb09", "ffee873c-d9f3-4b3e-9764-9978cab4b116", "5bfc477b-1710-4c57-94bf-591e2f80eb1f", "5026c844-ab7a-44dc-9d6f-bd6aff50aadd", "3482cfbd-9263-4e9d-8a6d-b2a1a684394e", "3c2717e1-c184-45b4-8dcf-3e5c980d2c05", "f84e2ed4-c81d-4fa8-8771-249127dc1f03", "582c1ada-68e5-450b-90f1-7b7752dd1d08", "7df18e39-db3c-410e-9869-3b14ba04982e", "5dbbb299-b564-4540-8276-1af6917dfcee", "60ad9cca-cd0e-460e-9ef7-62cf80d3dac7", "b8d04bfa-226e-4c6a-be81-606f0b2bc0e4", "61567823-0b18-4e38-aff6-e7dac1b9c91f", "27773549-5986-4e26-8ae6-a006f53e1c52", "d0af323a-a715-4b77-a525-0a0cb458f1ae", "e814985c-dfbf-4932-aedf-e4fc4737236f", "f90b82da-2dfb-40db-b430-57576023efa0", "b1b74878-251f-4d4c-a230-6e70e926f9fb", "b2576158-b9b9-4369-bc76-55636004cb81", "fe5226b1-24d4-4a75-88de-6c68ebb752bb", "fae0e4c0-6f29-47c2-a415-10103a978741", "7fbde694-55e5-4909-a839-c2baba55e078", "eeda7875-f2e7-4991-bd9b-144657eafe05", "2c4fc420-ac60-4aa8-b7f4-5f0756adc660", "7e64d2dd-f4ab-4b60-a688-12d8a90d5311", "02ac5a6d-3b35-48e8-800a-7ee85354c733", "e3378dbc-67a8-4c15-b5e3-dbc3e4e117ce", "37edba69-8396-46bc-98af-ae3276ef436d", "330a60e3-54b2-4401-b31f-85ce4fc5544d", "6e72487a-3c68-401b-bff1-c0ea7817ea83", "0d280efd-ff0c-4dbb-99fd-81ec4906bedd", "d855b6b8-e795-4ec7-93d2-6ef190682121", "fd7ca88e-5b4c-4e24-899d-02a8a1efc320", "bdeb132f-2742-49e2-af45-1a625f2f9bc2", "5468bfff-a8ae-4b0a-9bc2-3c5355eb4f8c", "ba3de7bb-45df-4b6f-ab9f-8220e3be5702", "ce2c8d60-67d8-4549-8da9-8c6af9d96899", "62d3e2ad-5c54-4623-9f7d-59cfe36d0c4b", "9765216c-6155-4990-9824-530001650287", "82a217d3-5269-40bb-aa5e-7f46dd1be774", "79bfe0f9-a815-42f9-baa0-9bfed7c7d543", "ecc7249d-f3f5-4a41-a9dc-12b265c902a5"], "ReferenceConfiguration": ["4e622cbf-c186-4a20-ac7b-c340f8296067", "61590f8a-d2da-4d7f-b1ef-e62559a6ac59", "899ecfda-a4bd-4e13-a661-2ec9328ec146", "e0bb2e09-ce5e-4d97-9979-c6a3891afd96", "a4516281-3da7-4d6a-808b-39a1a7b6c8ca", "7d7c8c15-38d8-4ed0-87d7-f8d15a819eb0", "3e87a7fe-3d1f-4d16-bf01-76be1100d3bf", "f38d129b-b4ec-4dc9-9b77-e2f401d4169b", "6bd0bfe8-4b07-472a-85b6-1c399a8db059", "7d9e8e42-097c-4e10-9e08-ee7a48624dc4", "7706cd01-9edc-4f36-a056-025d3d6af86a", "09fe760a-27eb-4aa1-af74-0648fa12fe1d", "f610fd34-1092-43d7-a7d5-7d9d0208deb9", "a7387c95-525b-47e8-89bd-d5c73033a638", "98a01f16-7ce4-4480-aa7a-840007deb309", "f66bb28d-96b7-4429-bfbd-5e88254acda8", "85b84927-f01a-461a-b86b-d48230982560", "d0ad97e3-41f7-40e7-87d8-a999165743d7", "9bbdfd4e-08e6-4a26-af35-1edd9f9873a2", "4a95ad7b-225a-4ebe-9977-6848003ba405", "b0a241f5-48e2-4970-9097-ba8214f99adf", "cdbfbc7f-b0a7-4706-ae79-53003574f29d", "a93168d0-ebe4-4d47-814d-f00e04104f38", "2274a895-a918-46e3-b778-3089ecfc335c", "bcc41580-a74b-482c-b3ca-4e6f1e566ce4", "0c83a78e-632b-4aa5-ad9b-5cee6d0f1fdf", "3f4f353c-3979-404f-a4a9-478354d4c809", "19532c30-1031-4738-a872-5ad4e9d7ebe2", "249280f6-7e25-45a6-b90a-c4404c36c76f", "8a9bd5d5-6cfe-4653-abe4-ed741b059f78", "ac70ee99-5989-4701-a89e-034175ad05a9", "82b025ca-a2b8-406a-8b94-d8f649dda4d0", "3ca45447-2528-49b9-98c5-c2b77dc08c16", "fd62cb04-44ee-499b-9514-9ab99439cbe8", "a6278042-61e5-4d56-a3c6-27ea52267f49", "e07d6114-3c14-4a5c-8f1d-e7fca113eb93", "805fe618-5c87-4fd9-b14a-d3cdede2d009", "034b1190-f4f4-48bd-b2f6-41609fd2b566", "bbcdbf55-ea3d-4660-b907-3205a4533de6", "1a46c28d-2a86-4a4a-a40a-1e2c29b56ede", "027a2d53-e243-496a-988a-3c0681d911f5", "a0bbf270-cb47-476a-98e0-2908c09da002", "cf6e186e-15be-4a1e-aa55-14c9d6c1d9f4", "9a546c96-4fcb-4ee3-ab47-f321eb7d5256", "2af73dfc-807f-48f4-8c0b-919a699477ae", "31465be1-3a12-40a9-8d20-0304b8a80231", "d77c7a0a-33b0-4649-9c57-ec9776c94744", "d78c3e8e-d7f4-4eb4-98b3-c7f6bc8c95d3", "8a1e57ff-775a-4cf9-a03c-0e44ccf18ad5", "9bb49cd0-afa3-4a63-9949-bf19ff8608f1", "91927e32-f2c9-4da1-8365-66a9d8b9b211", "fcb37959-16b4-4a15-a94f-d2a7087f7f54", "6278687c-c29b-4977-b8a1-db10128bd58c", "ba04d6c9-032e-4a87-b7e7-2a6ee6a37dd1", "ecce875a-c7c1-41e1-8b57-c45eafd238d4", "4b2ec02d-d932-461f-a068-330ba28ccc3a", "7414063d-92c7-4180-973a-02e87842388d", "f71ea7b4-cdd5-4c40-af4f-4b853a3dfaf5", "4c3cf2f5-fc5e-429f-bff7-a84271a7235d", "f2eefc29-a675-4398-89d8-7bdeec268093", "9c406d1e-ef73-49ed-8a35-0b8f2b76f3eb", "8803d0d2-f0ca-4a2b-816b-a98d8e90883f", "d05441a5-9a62-4c9a-9ee3-425a4120710f"], "Id": "2e01e7fe-bfb6-40fc-8118-a44c887cbef6", "Name": "mirrored_catalog"}}} \ No newline at end of file diff --git a/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.cs b/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.cs index 57095617..f00ac49a 100644 --- a/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.cs +++ b/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.cs @@ -8,7 +8,6 @@ using System; using Elements.Spatial; using LayoutFunctionCommon; -using IFC; namespace PrivateOfficeLayout { @@ -319,7 +318,6 @@ private static ComponentInstance InstantiateLayout(SpaceConfiguration configs, d { return null; } - var baseRectangle = Polygon.Rectangle(selectedConfig.CellBoundary.Min, selectedConfig.CellBoundary.Max); var rules = selectedConfig.Rules(); diff --git a/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.csproj b/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.csproj index c0dba8df..b4955666 100644 --- a/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.csproj +++ b/LayoutFunctions/PrivateOfficeLayout/src/PrivateOfficeLayout.csproj @@ -2,7 +2,6 @@ - diff --git a/LayoutFunctions/ReceptionLayout/dependencies/SpaceSettingsOverride.cs b/LayoutFunctions/ReceptionLayout/dependencies/SpaceSettingsOverride.cs index 80ede1e3..00d052c2 100644 --- a/LayoutFunctions/ReceptionLayout/dependencies/SpaceSettingsOverride.cs +++ b/LayoutFunctions/ReceptionLayout/dependencies/SpaceSettingsOverride.cs @@ -2,7 +2,7 @@ namespace ReceptionLayout { - public partial class SpaceSettingsValue : ISpaceSettingsOverrideValue + public partial class SpaceSettingsValue : ISpaceSettingsOverrideFlipValue { } diff --git a/LayoutFunctions/ReceptionLayout/hypar.json b/LayoutFunctions/ReceptionLayout/hypar.json index f696c914..064106ed 100644 --- a/LayoutFunctions/ReceptionLayout/hypar.json +++ b/LayoutFunctions/ReceptionLayout/hypar.json @@ -1,6 +1,6 @@ { "$schema": "https://hypar.io/Schemas/Function.json", - "id": "63117eb7-b9d0-4be2-851e-385b44c1443a", + "id": "1f36c76c-d506-413b-83b3-9e484522f516", "name": "Reception Layout", "description": "Layout Reception spaces", "model_output": "Reception Layout", diff --git a/LayoutFunctions/ReceptionLayout/src/ReceptionLayout.cs b/LayoutFunctions/ReceptionLayout/src/ReceptionLayout.cs index 5657c374..d36124fe 100644 --- a/LayoutFunctions/ReceptionLayout/src/ReceptionLayout.cs +++ b/LayoutFunctions/ReceptionLayout/src/ReceptionLayout.cs @@ -105,7 +105,7 @@ public static ReceptionLayoutOutputs Execute(Dictionary inputMode var trimmedGeo = cell.GetTrimmedCellGeometry(); if (!cell.IsTrimmed() && trimmedGeo.Length > 0) { - var layout = InstantiateLayout(selectedConfigs, width, depth, rect, room.Transform, output.Model, out var seats); + var layout = InstantiateLayout(selectedConfigs, width, depth, rect, room.Transform, out var seats); LayoutStrategies.SetLevelVolume(layout, levelVolume?.Id); output.Model.AddElement(layout); seatsCount += seats; @@ -116,7 +116,7 @@ public static ReceptionLayoutOutputs Execute(Dictionary inputMode var cinchedVertices = rect.Vertices.Select(v => largestTrimmedShape.Vertices.OrderBy(v2 => v2.DistanceTo(v)).First()).ToList(); var cinchedPoly = new Polygon(cinchedVertices); // output.Model.AddElement(new ModelCurve(cinchedPoly, BuiltInMaterials.ZAxis, levelVolume.Transform)); - var layout = InstantiateLayout(selectedConfigs, width, depth, cinchedPoly, room.Transform, output.Model, out var seats); + var layout = InstantiateLayout(selectedConfigs, width, depth, cinchedPoly, room.Transform, out var seats); LayoutStrategies.SetLevelVolume(layout, levelVolume?.Id); output.Model.AddElement(layout); Console.WriteLine("🤷‍♂️ funny shape!!!"); @@ -212,7 +212,7 @@ private static Line FindEdgeAdjacentToSegments(IEnumerable edgesToClassify otherSegments = Enumerable.Range(0, allEdges.Count).Except(new[] { selectedIndex }).Select(i => allEdges[i]); return minSeg; } - private static ComponentInstance InstantiateLayout(SpaceConfiguration configs, double width, double length, Polygon rectangle, Transform xform, Model model, out int seatsCount) + private static ComponentInstance InstantiateLayout(SpaceConfiguration configs, double width, double length, Polygon rectangle, Transform xform, out int seatsCount) { seatsCount = 0; ContentConfiguration selectedConfig = null;