Buildings
library.
Extends from Modelica.Fluid.Icons.BaseClassLibrary (Icon for library).
Name | Description |
---|---|
BaseIcon | Base icon |
BaseIconExamples | Icon for Examples packages |
BaseIconLow | Base icon with model name below the icon |
Basic class that provides a label with the component name above the icon.
block BaseIcon "Base icon"end BaseIcon;
partial class BaseIconExamples "Icon for Examples packages"end BaseIconExamples;
Basic class that provides a label with the component name below the icon.
block BaseIconLow "Base icon with model name below the icon"end BaseIconLow;