modelica / ModelicaSpecification

Specification of the Modelica Language
https://specification.modelica.org
Creative Commons Attribution Share Alike 4.0 International
104 stars 40 forks source link

lineThickness parameter of shapes not defined #2135

Closed modelica-trac-importer closed 6 years ago

modelica-trac-importer commented 6 years ago

Reported by m.ceraolo on 15 Dec 2016 12:28 UTC In Modelica Specifications 3.3, I see the word "lineThickness" only in an example a the end of sect. 18.6.1.2. In this example I read

lineThickness = 0.25

What does 0.25 mean? What is the default lineThickness value?

AFAIK it is undefined. In case I'm right, I have a proposal to solve this.

I will wait a few days for comments. If it is confirmed that information on how to interpret lineThickness is missing. I will add my proposal to this ticket's text.


Migrated-From: https://trac.modelica.org/Modelica/ticket/2135

modelica-trac-importer commented 6 years ago

Comment by dag on 15 Dec 2016 12:42 UTC Line thickness is defined as a DrawingUnit, which defines unit=mm, and the default value is 0.25; see 18.6.1 and 18.6.5.1.

modelica-trac-importer commented 6 years ago

Comment by anonymous on 16 Dec 2016 08:48 UTC Thanks!

modelica-trac-importer commented 6 years ago

Modified by dag on 16 Dec 2016 09:15 UTC