 
This package contains base classes that are used to construct the models in Buildings.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).| Name | Description | 
|---|---|
|  BaseIcon | Base icon | 
|  BaseIconLow | Base icon with model name below the icon | 
 Buildings.BaseClasses.BaseIcon
Buildings.BaseClasses.BaseIconBasic class that provides a label with the component name above the icon.
block BaseIcon "Base icon"end BaseIcon; 
 Buildings.BaseClasses.BaseIconLow
Buildings.BaseClasses.BaseIconLowBasic class that provides a label with the component name below the icon.
block BaseIconLow "Base icon with model name below the icon"end BaseIconLow;