Skip to content

Commit

Permalink
fix example files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Nov 24, 2024
1 parent 0dcb72a commit 183bad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 31 deletions.
26 changes: 3 additions & 23 deletions examples/genericSystemShapes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<genericComponent uID="predefinedSphere">
<name>Pre-defined sphere</name>
<geometry>
<sphere>
<radius>0.62035</radius>
</sphere>
<ellipsoid>
<a>0.62035</a>
</ellipsoid>
</geometry>
</genericComponent>
<genericComponent uID="predefinedCube">
Expand Down Expand Up @@ -77,11 +77,6 @@
<name>Shere</name>
<systemElementUID>predefinedSphere</systemElementUID>
<transformation>
<scaling>
<x>1.0</x>
<y>1.0</y>
<z>1.0</z>
</scaling>
<rotation>
<x>0.0</x>
<y>0.0</y>
Expand All @@ -98,11 +93,6 @@
<name>Cube</name>
<systemElementUID>predefinedCube</systemElementUID>
<transformation>
<scaling>
<x>1.0</x>
<y>1.0</y>
<z>1.0</z>
</scaling>
<rotation>
<x>0.0</x>
<y>0.0</y>
Expand All @@ -119,11 +109,6 @@
<name>Cylinder</name>
<systemElementUID>predefinedCylinder</systemElementUID>
<transformation>
<scaling>
<x>1.0</x>
<y>1.0</y>
<z>1.0</z>
</scaling>
<rotation>
<x>0.0</x>
<y>0.0</y>
Expand All @@ -140,11 +125,6 @@
<name>Cone</name>
<systemElementUID>predefinedCone</systemElementUID>
<transformation>
<scaling>
<x>1.0</x>
<y>1.0</y>
<z>1.0</z>
</scaling>
<rotation>
<x>0.0</x>
<y>0.0</y>
Expand Down
11 changes: 3 additions & 8 deletions examples/simpleAircraft.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,11 +1465,6 @@
<name>Cube</name>
<systemElementUID>predefinedCube</systemElementUID>
<transformation>
<scaling>
<x>0.4</x>
<y>0.3</y>
<z>0.2</z>
</scaling>
<translation>
<x>4.5</x>
<z>0.3</z>
Expand Down Expand Up @@ -1721,9 +1716,9 @@
<name>Pre-defined cube</name>
<geometry>
<parallelepiped>
<a>1</a>
<b>1</b>
<c>1</c>
<a>0.4</a>
<b>0.3</b>
<c>0.2</c>
</parallelepiped>
</geometry>
</genericComponent>
Expand Down

0 comments on commit 183bad6

Please sign in to comment.