forked from OpenModelica/OMLibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModelicaServices 3.2.1 modelica3d.patch
More file actions
29 lines (28 loc) · 1.39 KB
/
ModelicaServices 3.2.1 modelica3d.patch
File metadata and controls
29 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- build/ModelicaServices 3.2.1/package.mo 2013-04-06 15:52:11.689485500 +0100
+++ build/ModelicaServices 3.2.1 modelica3d/package.mo 2013-04-06 15:52:11.713485503 +0100
@@ -1,5 +1,5 @@
within ;
-package ModelicaServices "ModelicaServices (OpenModelica implementation) - Models and functions used in the Modelica Standard Library requiring a tool specific implementation"
+package ModelicaServices "ModelicaServices (OpenModelica implementation + Modelica3D hooks) - Models and functions used in the Modelica Standard Library requiring a tool specific implementation"
extends Modelica.Icons.Package;
constant String target="OpenModelica"
"Target of this ModelicaServices implementation";
@@ -650,8 +650,8 @@
extends Modelica.Icons.Package;
model Shape
"Different visual shapes with variable size; all data have to be set as modifiers (see info layer)"
- extends
- Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialShape;
+ extends Modelica.Utilities.Internal.PartialModelicaServices.Animation.PartialShape;
+ extends ModelicaServices.Modelica3D.PartialShape;
annotation (Icon(coordinateSystem(
preserveAspectRatio=true,
@@ -751,7 +751,7 @@
annotation (
Protection(access=Access.hide),
preferredView="info",
- version="3.2.1",
+ version="3.2.1 modelica3d",
versionBuild=2,
versionDate="2013-08-14",
dateModified = "2013-08-14 08:44:41Z",