@@ -530,29 +530,60 @@ This icon is designed for a <strong>translational sensor</strong> model.
530530 extent={{-150,60},{150,100}},
531531 textString="%name" ),
532532 Rectangle(
533- origin={0.0 ,-25.0 },
533+ origin={0,-25},
534534 lineColor={64,64,64},
535535 fillColor={255,215,136},
536536 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),
539539 Line(
540- points={{-100.0,0.0 },{100.0,0. 0}},
540+ points={{-100,0 },{100, 0}},
541541 color={64,64,64}),
542542 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}},
545545 color={64,64,64}),
546546 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}},
549549 color={64,64,64})}), Documentation(info="<html>
550550<p>
551551This icon is indicates a record.
552552</p>
553553</html>" ));
554554 end Record;
555555
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+
556587 type TypeReal "Icon for Real types"
557588 extends Real ;
558589 annotation(Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,100}}), graphics={
0 commit comments