Common definitions of graphical items in Modelica

53 Views Asked by At

I could see there are some common definitions of the graphical items in Modelica language, but I can't find the definitions in Modelica Standard Library, so these definitions are built-in types?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

Those types, and the records in that chapter, are internal to the specification.

Additionally having unit="mm" as for DrawingUnit is not recommended for normal types, as the idea is to use SI-types without any prefix.