|
1 | 1 | within ; |
2 | 2 | package SDF "Scientific Data Format" |
3 | | - extends Modelica.Icons.Package; |
| 3 | + extends .Modelica.Icons.Package; |
4 | 4 |
|
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - annotation (uses(Modelica(version="4.1.0")), |
| 5 | + annotation ( |
| 6 | + uses(Modelica(version="4.1.0")), |
11 | 7 | version="0.4.6", |
12 | | - Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100}, |
13 | | - {100,100}}), graphics={ |
| 8 | + Icon( |
| 9 | + coordinateSystem(extent={{-100,-100}, {100,100}}), |
| 10 | + graphics={ |
14 | 11 | Rectangle( |
15 | | - extent={{-60,60},{60,-60}}, |
| 12 | + extent={{-60,60}, {60,-60}}, |
16 | 13 | lineColor={95,95,95}, |
17 | 14 | fillColor={235,235,235}, |
18 | 15 | fillPattern=FillPattern.Solid), |
19 | 16 | Line( |
20 | | - points={{-20,60},{-20,-60}}, |
| 17 | + points={{-20,60}, {-20,-60}}, |
21 | 18 | color={95,95,95}), |
22 | 19 | Line( |
23 | | - points={{20,60},{20,-60}}, |
| 20 | + points={{20,60}, {20,-60}}, |
24 | 21 | color={95,95,95}), |
25 | 22 | Line( |
26 | | - points={{0,80},{0,-40}}, |
| 23 | + points={{0,80}, {0,-40}}, |
27 | 24 | color={95,95,95}, |
28 | 25 | origin={20,20}, |
29 | 26 | rotation=90), |
30 | 27 | Line( |
31 | | - points={{0,80},{0,-40}}, |
| 28 | + points={{0,80}, {0,-40}}, |
32 | 29 | color={95,95,95}, |
33 | 30 | origin={20,-20}, |
34 | 31 | rotation=90)}), |
35 | 32 | Documentation(info="<html> |
36 | 33 | <p>The SDF package contains blocks and functions to read, write and interpolate multi-dimensional data using the <a href=\"https://github.com/ScientificDataFormat/SDF\">Scientific Data Format</a>.</p> |
37 | | -</html>", revisions="<html> |
38 | | -</html>"), |
| 34 | +</html>", |
39 | 35 | conversion(noneFromVersion="0.4.5")); |
40 | 36 | end SDF; |
0 commit comments