Skip to content

Commit

Permalink
Icon: delete letters 'a' and 'b'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar authored and beutlich committed Nov 18, 2023
1 parent 0cebbbd commit c70b83a
Showing 1 changed file with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,22 @@ equation
frame_resolve.f = zeros(3);
frame_resolve.t = zeros(3);

annotation (Icon(coordinateSystem(preserveAspectRatio=true,
annotation (
Icon(coordinateSystem(preserveAspectRatio=true,
extent={{-100,-100},{100,100}}), graphics={
Text(
extent={{-108,43},{-72,18}},
textColor={128,128,128},
textString="a"),
Text(
extent={{72,43},{108,18}},
textColor={128,128,128},
textString="b"),
Line(
points={{-70,0},{-96,0},{-96,0}}),
Line(
points={{96,0},{70,0},{70,0}}),
Line(
points={{0,-70},{0,-100}},
color={0,0,127}),
Line(
points={{60,36},{60,36},{60,80},{95,80}},
pattern=LinePattern.Dot)}), Documentation(info="<html>
pattern=LinePattern.Dot),
Line(points={{0,-70},{0,-100}}, color={0,0,127}),
Text(
extent={{-150,140},{150,100}},
textString="%name",
textColor={0,0,255})}),
Documentation(info="<html>
<p>
Partial base class for relative sensor models defined by equations.
The connector frame_resolve is always enabled and must be connected exactly once.
Expand Down

0 comments on commit c70b83a

Please sign in to comment.