Changeset 1045
- Timestamp:
- 02/13/2008 10:24:10 PM (11 months ago)
- Location:
- Modelica/trunk/Modelica
- Files:
-
- 3 modified
-
Electrical/Analog/Interfaces.mo (modified) (1 diff)
-
Mechanics/Rotational.mo (modified) (2 diffs)
-
Mechanics/Translational.mo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Modelica/trunk/Modelica/Electrical/Analog/Interfaces.mo
r1044 r1045 144 144 extent={{-40,110},{160,50}}, 145 145 textString="%name", 146 lineColor={0,0,255})}), 147 Terminal(Rectangle(extent=[-100, 100; 100, -100], style(color=3), 148 lineColor={0,0,255}))); 146 lineColor={0,0,255})})); 149 147 end NegativePin; 150 148 -
Modelica/trunk/Modelica/Mechanics/Rotational.mo
r1044 r1045 5351 5351 extent={{-40,90},{160,50}}, 5352 5352 lineColor={0,0,0}, 5353 textString="%name")}), 5354 Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=0, 5355 fillColor=7), 5356 lineColor={0,0,255}))); 5353 textString="%name")})); 5357 5354 end Flange_b; 5358 5355 … … 5437 5434 lineColor={0,0,0}, 5438 5435 fillColor={135,135,135}, 5439 fillPattern=FillPattern.Solid)}), 5440 Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=0, 5441 fillColor=10), 5442 lineColor={0,0,255}))); 5436 fillPattern=FillPattern.Solid)})); 5443 5437 end Support; 5444 5438 -
Modelica/trunk/Modelica/Mechanics/Translational.mo
r1044 r1045 3903 3903 extent={{-160,110},{40,50}}, 3904 3904 lineColor={0,127,0}, 3905 textString="%name")}), 3906 Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=58, 3907 fillColor=58), 3908 lineColor={0,0,255}))); 3905 textString="%name")})); 3909 3906 3910 3907 SI.Position s "absolute position of flange"; … … 3954 3951 extent={{-40,110},{160,50}}, 3955 3952 lineColor={0,127,0}, 3956 textString="%name")}), 3957 Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=58), 3958 lineColor={0,0,255}))); 3953 textString="%name")})); 3959 3954 end Flange_b; 3960 3955
