Skip to content

Commit 9f653a5

Browse files
authored
Merge pull request #2231 from mjkkirschner/2019ACFtestupdate
update adaptive component by face test
2 parents 39f66fd + 54966a8 commit 9f653a5

2 files changed

Lines changed: 68 additions & 26 deletions

File tree

test/Libraries/RevitIntegrationTests/AdaptiveComponentTests.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
using Revit.Elements;
1515
using Dynamo.Graph.Nodes;
1616
using RevitServices.Persistence;
17+
using System;
1718

1819
namespace RevitSystemTests
1920
{
@@ -168,8 +169,8 @@ public void CreateAdaptiveComponentsByPointsOnFace()
168169
AssertNoDummyNodes();
169170

170171
// Check all the nodes and connectors are loaded
171-
Assert.AreEqual(11, model.CurrentWorkspace.Nodes.Count());
172-
Assert.AreEqual(10, model.CurrentWorkspace.Connectors.Count());
172+
Assert.AreEqual(17, model.CurrentWorkspace.Nodes.Count());
173+
Assert.AreEqual(16, model.CurrentWorkspace.Connectors.Count());
173174

174175
RunCurrentModel();
175176

@@ -181,6 +182,10 @@ public void CreateAdaptiveComponentsByPointsOnFace()
181182
var adapValue = GetPreviewValueAtIndex(adapID, i) as AdaptiveComponent;
182183
Assert.IsNotNull(adapValue);
183184
}
185+
var volumeSumId = "f76b55af-52f0-451e-9819-2a51ce8a1afc";
186+
var volume = GetPreviewValue(volumeSumId);
187+
Assert.IsTrue(Math.Abs((double)volume - 13.39) < 0.1);
188+
184189
}
185190

186191
[Test]

test/System/AdaptiveComponent/AdaptiveComponentsByPointsOnFace.dyn

Lines changed: 61 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,77 @@
1-
<Workspace Version="0.9.1.3091" X="153.335781657417" Y="90.3531940662413" zoom="0.612283078543345" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
1+
<Workspace Version="1.3.3.6540" X="-1361.30127143378" Y="-40.8458144715776" zoom="0.971411814636912" ScaleFactor="1" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
22
<NamespaceResolutionMap />
33
<Elements>
4-
<Dynamo.Nodes.DSFaceSelection guid="da67e7c4-77e8-447e-ba6b-096e95f05e91" type="Dynamo.Nodes.DSFaceSelection" nickname="Select Face" x="990.75" y="437.893333333333" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True">
4+
<Dynamo.Nodes.DSFaceSelection guid="da67e7c4-77e8-447e-ba6b-096e95f05e91" type="Dynamo.Nodes.DSFaceSelection" nickname="Select Face" x="990.75" y="437.893333333333" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
55
<instance id="826bf7bf-742c-4531-83c1-c97f0591f4d0-0000802b:1:SURFACE" />
66
</Dynamo.Nodes.DSFaceSelection>
7-
<DSRevitNodesUI.FamilyTypes guid="25521c44-6e1a-42dd-b916-6615fee97c80" type="DSRevitNodesUI.FamilyTypes" nickname="Family Types" x="946.722207068513" y="560.557131139657" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" index="0:four_points_simple_component:four_points_simple_component" />
8-
<Dynamo.Nodes.CodeBlockNodeModel guid="e53c2bc9-d28f-4d63-967e-d5f71933ca1e" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-175.25" y="240.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" CodeText="{{0.0, 0.1}, {0.1, 0.2}};" ShouldFocus="false" />
9-
<Dynamo.Nodes.DSFunction guid="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" type="Dynamo.Nodes.DSFunction" nickname="UV.ByCoordinates" x="167.75" y="276.893333333333" isVisible="true" isUpstreamVisible="true" lacing="CrossProduct" isSelectedInput="False" assembly="ProtoGeometry.dll" function="Autodesk.DesignScript.Geometry.UV.ByCoordinates@double,double">
7+
<DSRevitNodesUI.FamilyTypes guid="25521c44-6e1a-42dd-b916-6615fee97c80" type="DSRevitNodesUI.FamilyTypes" nickname="Family Types" x="946.722207068513" y="560.557131139657" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="0:four_points_simple_component:four_points_simple_component" />
8+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="e53c2bc9-d28f-4d63-967e-d5f71933ca1e" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-521.578514333953" y="238.718151759535" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="{{0.4, 0.1}, {0.1, 0.2}};" ShouldFocus="false" />
9+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="UV.ByCoordinates" x="8.7669131700618" y="271.619068499691" isVisible="true" isUpstreamVisible="true" lacing="CrossProduct" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="ProtoGeometry.dll" function="Autodesk.DesignScript.Geometry.UV.ByCoordinates@double,double">
1010
<PortInfo index="0" default="True" />
1111
<PortInfo index="1" default="True" />
12-
</Dynamo.Nodes.DSFunction>
13-
<Dynamo.Nodes.CodeBlockNodeModel guid="6146b9fe-484d-4fcd-85e4-b15c222a0bdb" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-175.25" y="348.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" CodeText="{{0.0, 0.2}, {0.2, 0.4}};" ShouldFocus="false" />
14-
<Dynamo.Nodes.DSFunction guid="96deb83e-c4ab-49f5-8c96-e8677c1f13db" type="Dynamo.Nodes.DSFunction" nickname="List.Flatten" x="390.75" y="328.893333333333" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" assembly="DSCoreNodes.dll" function="DSCore.List.Flatten@var[]..[],int" />
15-
<Dynamo.Nodes.CodeBlockNodeModel guid="c9c1a1b2-0479-4fd4-a76a-58ce24903bf1" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="167.75" y="411.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" CodeText="1;" ShouldFocus="false" />
16-
<Dynamo.Nodes.DSFunction guid="f76e7bf2-b128-4754-a9b4-6b0b7157c751" type="Dynamo.Nodes.DSFunction" nickname="List.Transpose" x="990.75" y="328.893333333333" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" assembly="DSCoreNodes.dll" function="DSCore.List.Transpose@var[]..[]" />
17-
<Dynamo.Nodes.CodeBlockNodeModel guid="f3da5c4b-86be-4a6b-8163-fab6b5c20947" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="621.75" y="333.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" CodeText="{a[0], a[1], a[3], a[2]};" ShouldFocus="false" />
18-
<Dynamo.Nodes.CodeBlockNodeModel guid="7365e5e3-9b67-4060-bf09-81a30956b4b0" type="Dynamo.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1322.16478440052" y="455.772996343873" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" CodeText="a[0];" ShouldFocus="false" />
19-
<Dynamo.Nodes.DSFunction guid="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" type="Dynamo.Nodes.DSFunction" nickname="AdaptiveComponent.ByParametersOnFace" x="1540.03261486753" y="426.956921137447" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" assembly="RevitNodes.dll" function="Revit.Elements.AdaptiveComponent.ByParametersOnFace@Autodesk.DesignScript.Geometry.UV[][],Autodesk.DesignScript.Geometry.Surface,Revit.Elements.FamilyType" />
12+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
13+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="6146b9fe-484d-4fcd-85e4-b15c222a0bdb" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-542.966751672225" y="364.557859430523" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="{{0.3, 0.2}, {0.5, 0.4}};" ShouldFocus="false" />
14+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="96deb83e-c4ab-49f5-8c96-e8677c1f13db" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.Flatten" x="390.75" y="328.893333333333" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.Flatten@var[]..[],int">
15+
<PortInfo index="0" default="False" />
16+
<PortInfo index="1" default="False" />
17+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
18+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="c9c1a1b2-0479-4fd4-a76a-58ce24903bf1" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="167.75" y="411.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="1;" ShouldFocus="false" />
19+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="f76e7bf2-b128-4754-a9b4-6b0b7157c751" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.Transpose" x="974.184557162654" y="85.5087501077166" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="DSCoreNodes.dll" function="DSCore.List.Transpose@var[]..[]">
20+
<PortInfo index="0" default="False" />
21+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
22+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="f3da5c4b-86be-4a6b-8163-fab6b5c20947" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="621.75" y="333.106666666667" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="{a[0], a[1], a[3], a[2]};" ShouldFocus="false">
23+
<PortInfo index="0" default="False" />
24+
</Dynamo.Graph.Nodes.CodeBlockNodeModel>
25+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="7365e5e3-9b67-4060-bf09-81a30956b4b0" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1322.16478440052" y="455.772996343873" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="a[0];" ShouldFocus="false">
26+
<PortInfo index="0" default="False" />
27+
</Dynamo.Graph.Nodes.CodeBlockNodeModel>
28+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="AdaptiveComponent.ByParametersOnFace" x="1542.19901979864" y="424.790516206342" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="RevitNodes.dll" function="Revit.Elements.AdaptiveComponent.ByParametersOnFace@double[][],Autodesk.DesignScript.Geometry.Surface,Revit.Elements.FamilyType">
29+
<PortInfo index="0" default="False" />
30+
<PortInfo index="1" default="False" />
31+
<PortInfo index="2" default="False" />
32+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
33+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="3378da44-80e6-457a-88a9-febdda782b5f" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-236.375743854012" y="239.451470332716" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="(x+1)*2;" ShouldFocus="false">
34+
<PortInfo index="0" default="False" />
35+
</Dynamo.Graph.Nodes.CodeBlockNodeModel>
36+
<Dynamo.Graph.Nodes.CodeBlockNodeModel guid="36d0e35f-f95b-4d12-ab04-e0ff48726fd3" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="-238.375743854012" y="370.451470332716" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="(x+2)*2;" ShouldFocus="false">
37+
<PortInfo index="0" default="False" />
38+
</Dynamo.Graph.Nodes.CodeBlockNodeModel>
39+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="7f1471cb-f295-486b-bcb8-f423da90518a" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Element.Geometry" x="1878.35352472656" y="427.266895075711" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="RevitNodes.dll" function="Revit.Elements.Element.Geometry">
40+
<PortInfo index="0" default="False" />
41+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
42+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="66480267-f615-4624-b1ec-0c2e6457a6d4" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Solid.Volume" x="2106.45027152234" y="428.011289830912" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="ProtoGeometry.dll" function="Autodesk.DesignScript.Geometry.Solid.Volume">
43+
<PortInfo index="0" default="False" />
44+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
45+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="f76b55af-52f0-451e-9819-2a51ce8a1afc" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Math.Sum" x="2098.21483534639" y="596.83773143776" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="DSCoreNodes.dll" function="DSCore.Math.Sum@double[]">
46+
<PortInfo index="0" default="False" />
47+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
48+
<Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="aa869074-3321-417b-920f-d4383da4ae48" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Flatten" x="2108.50913056633" y="510.36565159035" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="BuiltIn" function="Flatten@var[]..[]">
49+
<PortInfo index="0" default="False" />
50+
</Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
2051
</Elements>
2152
<Connectors>
22-
<Dynamo.Models.ConnectorModel start="da67e7c4-77e8-447e-ba6b-096e95f05e91" start_index="0" end="7365e5e3-9b67-4060-bf09-81a30956b4b0" end_index="0" portType="0" />
23-
<Dynamo.Models.ConnectorModel start="25521c44-6e1a-42dd-b916-6615fee97c80" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="2" portType="0" />
24-
<Dynamo.Models.ConnectorModel start="e53c2bc9-d28f-4d63-967e-d5f71933ca1e" start_index="0" end="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" end_index="0" portType="0" />
25-
<Dynamo.Models.ConnectorModel start="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" start_index="0" end="96deb83e-c4ab-49f5-8c96-e8677c1f13db" end_index="0" portType="0" />
26-
<Dynamo.Models.ConnectorModel start="6146b9fe-484d-4fcd-85e4-b15c222a0bdb" start_index="0" end="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" end_index="1" portType="0" />
27-
<Dynamo.Models.ConnectorModel start="96deb83e-c4ab-49f5-8c96-e8677c1f13db" start_index="0" end="f3da5c4b-86be-4a6b-8163-fab6b5c20947" end_index="0" portType="0" />
28-
<Dynamo.Models.ConnectorModel start="c9c1a1b2-0479-4fd4-a76a-58ce24903bf1" start_index="0" end="96deb83e-c4ab-49f5-8c96-e8677c1f13db" end_index="1" portType="0" />
29-
<Dynamo.Models.ConnectorModel start="f76e7bf2-b128-4754-a9b4-6b0b7157c751" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="0" portType="0" />
30-
<Dynamo.Models.ConnectorModel start="f3da5c4b-86be-4a6b-8163-fab6b5c20947" start_index="0" end="f76e7bf2-b128-4754-a9b4-6b0b7157c751" end_index="0" portType="0" />
31-
<Dynamo.Models.ConnectorModel start="7365e5e3-9b67-4060-bf09-81a30956b4b0" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="1" portType="0" />
53+
<Dynamo.Graph.Connectors.ConnectorModel start="da67e7c4-77e8-447e-ba6b-096e95f05e91" start_index="0" end="7365e5e3-9b67-4060-bf09-81a30956b4b0" end_index="0" portType="0" />
54+
<Dynamo.Graph.Connectors.ConnectorModel start="25521c44-6e1a-42dd-b916-6615fee97c80" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="2" portType="0" />
55+
<Dynamo.Graph.Connectors.ConnectorModel start="e53c2bc9-d28f-4d63-967e-d5f71933ca1e" start_index="0" end="3378da44-80e6-457a-88a9-febdda782b5f" end_index="0" portType="0" />
56+
<Dynamo.Graph.Connectors.ConnectorModel start="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" start_index="0" end="96deb83e-c4ab-49f5-8c96-e8677c1f13db" end_index="0" portType="0" />
57+
<Dynamo.Graph.Connectors.ConnectorModel start="6146b9fe-484d-4fcd-85e4-b15c222a0bdb" start_index="0" end="36d0e35f-f95b-4d12-ab04-e0ff48726fd3" end_index="0" portType="0" />
58+
<Dynamo.Graph.Connectors.ConnectorModel start="96deb83e-c4ab-49f5-8c96-e8677c1f13db" start_index="0" end="f3da5c4b-86be-4a6b-8163-fab6b5c20947" end_index="0" portType="0" />
59+
<Dynamo.Graph.Connectors.ConnectorModel start="c9c1a1b2-0479-4fd4-a76a-58ce24903bf1" start_index="0" end="96deb83e-c4ab-49f5-8c96-e8677c1f13db" end_index="1" portType="0" />
60+
<Dynamo.Graph.Connectors.ConnectorModel start="f76e7bf2-b128-4754-a9b4-6b0b7157c751" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="0" portType="0" />
61+
<Dynamo.Graph.Connectors.ConnectorModel start="f3da5c4b-86be-4a6b-8163-fab6b5c20947" start_index="0" end="f76e7bf2-b128-4754-a9b4-6b0b7157c751" end_index="0" portType="0" />
62+
<Dynamo.Graph.Connectors.ConnectorModel start="7365e5e3-9b67-4060-bf09-81a30956b4b0" start_index="0" end="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" end_index="1" portType="0" />
63+
<Dynamo.Graph.Connectors.ConnectorModel start="21fb2ba2-b6bc-4d92-82bb-1d15a07d6929" start_index="0" end="7f1471cb-f295-486b-bcb8-f423da90518a" end_index="0" portType="0" />
64+
<Dynamo.Graph.Connectors.ConnectorModel start="3378da44-80e6-457a-88a9-febdda782b5f" start_index="0" end="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" end_index="0" portType="0" />
65+
<Dynamo.Graph.Connectors.ConnectorModel start="36d0e35f-f95b-4d12-ab04-e0ff48726fd3" start_index="0" end="a0d8e484-6f80-49d3-9c6f-f3960a0560f3" end_index="1" portType="0" />
66+
<Dynamo.Graph.Connectors.ConnectorModel start="7f1471cb-f295-486b-bcb8-f423da90518a" start_index="0" end="66480267-f615-4624-b1ec-0c2e6457a6d4" end_index="0" portType="0" />
67+
<Dynamo.Graph.Connectors.ConnectorModel start="66480267-f615-4624-b1ec-0c2e6457a6d4" start_index="0" end="aa869074-3321-417b-920f-d4383da4ae48" end_index="0" portType="0" />
68+
<Dynamo.Graph.Connectors.ConnectorModel start="aa869074-3321-417b-920f-d4383da4ae48" start_index="0" end="f76b55af-52f0-451e-9819-2a51ce8a1afc" end_index="0" portType="0" />
3269
</Connectors>
3370
<Notes />
3471
<Annotations />
3572
<Presets />
3673
<Cameras>
37-
<Camera Name="Background Preview" eyeX="-17" eyeY="24" eyeZ="50" lookX="12" lookY="-13" lookZ="-58" upX="0" upY="1" upZ="0" />
74+
<Camera Name="Background Preview" eyeX="27.4624881744385" eyeY="27.7248001098633" eyeZ="96.981689453125" lookX="-27.4624881744385" lookY="-27.7248001098633" lookZ="-96.981689453125" upX="-0.0142593905329704" upY="0.998629510402679" upZ="-0.0503559522330761" />
3875
</Cameras>
3976
<SessionTraceData>
4077
</SessionTraceData>

0 commit comments

Comments
 (0)