@@ -530,29 +530,60 @@ This icon is designed for a <strong>translational sensor</strong> model.
530
530
extent={{-150,60},{150,100}},
531
531
textString="%name" ),
532
532
Rectangle(
533
- origin={0.0 ,-25.0 },
533
+ origin={0,-25},
534
534
lineColor={64,64,64},
535
535
fillColor={255,215,136},
536
536
fillPattern=FillPattern.Solid,
537
- extent={{-100.0 ,-75.0 },{100.0 ,75.0 }},
538
- radius=25.0 ),
537
+ extent={{-100,-75},{100,75}},
538
+ radius=25),
539
539
Line(
540
- points={{-100.0,0.0 },{100.0,0. 0}},
540
+ points={{-100,0 },{100, 0}},
541
541
color={64,64,64}),
542
542
Line(
543
- origin={0.0 ,-50.0 },
544
- points={{-100.0,0.0 },{100.0,0. 0}},
543
+ origin={0,-50},
544
+ points={{-100,0 },{100, 0}},
545
545
color={64,64,64}),
546
546
Line(
547
- origin={0.0 ,-25.0 },
548
- points={{0.0 ,75.0 },{0.0 ,-75.0 }},
547
+ origin={0,-25},
548
+ points={{0,75},{0,-75}},
549
549
color={64,64,64})}), Documentation(info="<html>
550
550
<p>
551
551
This icon is indicates a record.
552
552
</p>
553
553
</html>" ));
554
554
end Record;
555
555
556
+ partial operator record OperatorRecord "Icon for operator records"
557
+
558
+ annotation (Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{100,100}}), graphics={
559
+ Text(
560
+ textColor={0,0,255},
561
+ extent={{-150,60},{150,100}},
562
+ textString="%name" ),
563
+ Rectangle(
564
+ origin={0,-25},
565
+ lineColor={64,64,64},
566
+ fillColor={255,215,136},
567
+ fillPattern=FillPattern.Solid,
568
+ extent={{-100,-75},{100,75}},
569
+ radius=25),
570
+ Line(
571
+ points={{-100,0},{100,0}},
572
+ color={64,64,64}),
573
+ Line(
574
+ origin={0,-50},
575
+ points={{-100,0},{100,0}},
576
+ color={64,64,64}),
577
+ Line(
578
+ origin={0,-25},
579
+ points={{0,75},{0,-75}},
580
+ color={64,64,64})}), Documentation(info="<html>
581
+ <p>
582
+ This icon is indicates an operator record.
583
+ </p>
584
+ </html>" ));
585
+ end OperatorRecord;
586
+
556
587
type TypeReal "Icon for Real types"
557
588
extends Real ;
558
589
annotation(Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics={
0 commit comments