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" or by directly copying the "icon" layer.
Copyright © 1998-2020, Modelica Association and contributors
Extends from Modelica.Icons.Package (Icon for standard packages).
| Name | Description |
|---|---|
BasesPackage … | Icon for packages containing base classes |
Contact | Icon for contact information |
Example | Icon for runnable examples |
ExamplesPackage … | Icon for packages containing runnable examples |
Function | Icon for functions |
FunctionsPackage … | Icon for packages containing functions |
IconsPackage … | Icon for packages containing icons |
Information | Icon for general information packages |
InterfacesPackage … | Icon for packages containing interfaces |
InternalPackage … | Icon for an internal package (indicating that the package should not be directly utilized by user) |
MaterialPropertiesPackage … | Icon for package containing property classes |
MaterialProperty | Icon for property classes |
ObsoleteModel | Icon for classes that are obsolete and will be removed in later versions |
Package … | Icon for standard packages |
Record | Icon for records |
RecordsPackage … | Icon for package containing records |
RectangularSensor | Icon representing a linear measurement device |
References | Icon for external references |
ReleaseNotes | Icon for release notes in documentation |
RoundSensor | Icon representing a round measurement device |
SensorsPackage … | Icon for packages containing sensors |
SignalBus | Icon for signal bus |
SignalSubBus | Icon for signal sub-bus |
SourcesPackage … | Icon for packages containing sources |
TypeBoolean | Icon for Boolean types |
TypeInteger | Icon for Integer types |
TypeReal | Icon for Real types |
TypesPackage … | Icon for packages containing type definitions |
TypeString | Icon for String types |
UnderConstruction | Icon for classes that are still under construction |
UtilitiesPackage … | Icon for utility packages |
VariantsPackage … | Icon for package containing variants |
Partial Class Modelica.Icons.Information
This icon indicates classes containing only documentation, intended for general description of, e.g., concepts and features of a package.
Partial Class Modelica.Icons.Contact
This icon shall be used for the contact information of the library developers.
Partial Class Modelica.Icons.ReleaseNotes
This icon indicates release notes and the revision history of a library.
Partial Class Modelica.Icons.References
This icon indicates a documentation class containing references to external documentation and literature.
Partial Model Modelica.Icons.Example
This icon indicates an example. The play button suggests that the example can be executed.
Partial Class Modelica.Icons.MaterialProperty
This icon indicates a property class.
Partial Class Modelica.Icons.RoundSensor
This icon is designed for a rotational sensor model.
Partial Class Modelica.Icons.RectangularSensor
This icon is designed for a translational sensor model.
Partial Function Modelica.Icons.Function
This icon indicates Modelica functions.
Partial Record Modelica.Icons.Record
This icon is indicates a record.
Type Modelica.Icons.TypeReal
This icon is designed for a Real type.
Extends from Real.
| Name | Value |
|---|---|
min | -Modelica.Constants.inf |
max | Modelica.Constants.inf |
start | 0. |
unbounded | false |
Type Modelica.Icons.TypeInteger
This icon is designed for an Integer type.
Extends from Integer.
| Name | Value |
|---|---|
min | -Modelica.Constants.Integer_inf |
max | Modelica.Constants.Integer_inf |
start | 0 |
Type Modelica.Icons.TypeBoolean
This icon is designed for a Boolean type.
Extends from Boolean.
| Name | Value |
|---|---|
start | false |
Type Modelica.Icons.TypeString
This icon is designed for a String type.
Extends from String.
| Name | Value |
|---|---|
start | "" |
Expandable Connector Modelica.Icons.SignalBusThis icon is designed for a signal bus connector.
Expandable Connector Modelica.Icons.SignalSubBus
This icon is designed for a sub-bus in a signal connector.
Partial Class Modelica.Icons.UnderConstruction
Library developers can use this icon to indicate that the respective model is under construction.
Partial Class Modelica.Icons.ObsoleteModel
This partial class is intended to provide a default icon for an obsolete model that will be removed from the corresponding library in a future release.