This package contains definitions for the graphical layout of components which may be used in different libraries. The icons can be utilized by inheriting them in the desired class using "extends".
Release Notes:
Copyright © 1999-2002, Modelica Association and DLR.
The Modelica package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer in the documentation of package Modelica in file "Modelica/package.mo".
Name | Description |
---|---|
Info | Icon for an information class |
Library | Icon for library |
Library2 | Icon for library where additional icon elements shall be added |
Example | Icon for an example model |
Function | Icon for a function |
Record | Icon for a record |
Enumeration | Icon for an enumeration |
TranslationalSensor | Icon representing translational measurement device |
RotationalSensor | Icon representing rotational measurement device |
GearIcon | Icon for gearbox |
MotorIcon | Icon for electrical motor |
partial model Info "Icon for an information class" end Info;
partial model Example "Icon for an example model" end Example;
partial function Function "Icon for a function" end Function;
partial record Record "Icon for a record" end Record;
partial function Enumeration "Icon for an enumeration" end Enumeration;
partial model TranslationalSensor "Icon representing translational measurement device" end TranslationalSensor;
partial model RotationalSensor "Icon representing rotational measurement device" end RotationalSensor;
partial model GearIcon "Icon for gearbox" end GearIcon;
partial model MotorIcon "Icon for electrical motor" end MotorIcon;