- Timestamp:
- 02/07/08 20:04:12 (8 months ago)
- Location:
- trunk/Modelica
- Files:
-
- 1 removed
- 9 modified
-
Electrical/Machines.mo (modified) (8 diffs)
-
Electrical/MultiPhase.mo (modified) (5 diffs)
-
Mechanics/CoupledClutches.mos (deleted)
-
Mechanics/MultiBody/Interfaces.mo (modified) (2 diffs)
-
Mechanics/MultiBody/parts.mo (modified) (3 diffs)
-
Mechanics/Rotational.mo (modified) (3 diffs)
-
Mechanics/Translational.mo (modified) (10 diffs)
-
Media/Incompressible.mo (modified) (1 diff)
-
StateGraph.mo (modified) (5 diffs)
-
Utilities/Examples.mo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modelica/Electrical/Machines.mo
r998 r1038 307 307 points={{-1.83697e-015,20},{-1.83697e-015,17},{1.83697e-015,17},{ 308 308 1.83697e-015,10}}, 309 color={0,0,255}, 310 fillColor={135,135,135}, 311 fillPattern=FillPattern.Solid)); 309 color={0,0,255})); 312 310 connect(TerminalBox1.plug_sn, aimc.plug_sn) annotation (Line( 313 311 points={{-16,-30},{-16,-30}}, … … 434 432 points={{-1.83697e-015,20},{-1.83697e-015,18},{1.83697e-015,18},{ 435 433 1.83697e-015,10}}, 436 color={0,0,255}, 437 fillColor={135,135,135}, 438 fillPattern=FillPattern.Solid)); 434 color={0,0,255})); 439 435 connect(switchYD.plug_sn, aimc.plug_sn) annotation (Line( 440 436 points={{-16,-30},{-16,-30}}, … … 575 571 annotation (Line( 576 572 points={{-80,-70},{-70,-70}}, 577 color={0,0,255}, 578 fillPattern=FillPattern.HorizontalCylinder, 579 fillColor={0,128,255})); 573 color={0,0,255})); 580 574 connect(rotorResistor.plug_p, idealCommutingSwitch.plug_n1) 581 575 annotation (Line( 582 576 points={{-50,-70},{-45,-70},{-45,-50}}, 583 color={0,0,255}, 584 fillPattern=FillPattern.HorizontalCylinder, 585 fillColor={0,128,255})); 577 color={0,0,255})); 586 578 connect(aims.plug_rn, starRotor.plug_p) 587 579 annotation (Line(points={{-20,-46}, … … 602 594 points={{-1.83697e-015,20},{-1.83697e-015,16},{1.83697e-015,16},{ 603 595 1.83697e-015,10}}, 604 color={0,0,255}, 605 fillColor={135,135,135}, 606 fillPattern=FillPattern.Solid)); 596 color={0,0,255})); 607 597 connect(terminalBox.plugSupply, currentQuasiRMSSensor.plug_n) 608 598 annotation (Line( … … 2361 2351 connect(spacePhasorR.ground, spacePhasorR.zero) annotation (Line( 2362 2352 points={{-10,-20},{-10,-14},{6.12323e-016,-14},{6.12323e-016,-20}}, 2363 color={0,0,255}, 2364 fillColor={0,0,255}, 2365 fillPattern=FillPattern.Solid)); 2353 color={0,0,255})); 2366 2354 2367 2355 connect(airGapS.spacePhasor_r, spacePhasorR.spacePhasor) … … 6965 6953 connect(gnd.p, ground) annotation (Line( 6966 6954 points={{70,-90},{100,-90},{100,-100}}, 6967 color={0,0,255}, 6968 fillColor={0,0,255}, 6969 fillPattern=FillPattern.Solid)); 6955 color={0,0,255})); 6970 6956 end SpacePhasor; 6971 6957 … … 7700 7686 connect(spacePhasorS.ground,spacePhasorS. zero) annotation (Line( 7701 7687 points={{-10,20},{-10,14},{-6.12323e-016,14},{-6.12323e-016,20}}, 7702 color={0,0,255}, 7703 fillColor={0,0,255}, 7704 fillPattern=FillPattern.Solid)); 7688 color={0,0,255})); 7705 7689 end PartialBasicInductionMachine; 7706 7690 … … 7903 7887 connect(control, idealCommutingSwitch.control) annotation (Line( 7904 7888 points={{-110,0},{0,0},{0,-52}}, 7905 color={255,0,255}, 7906 fillColor={255,255,255}, 7907 fillPattern=FillPattern.Solid)); 7889 color={255,0,255})); 7908 7890 end SwitchYD; 7909 7891 -
trunk/Modelica/Electrical/MultiPhase.mo
r887 r1038 903 903 connect(plug_p1.pin, transformer.p1) annotation (Line( 904 904 points={{-100,100},{-10,100},{-10,5}}, 905 color={0,0,255}, 906 fillColor={255,255,255}, 907 fillPattern=FillPattern.Solid)); 905 color={0,0,255})); 908 906 connect(plug_p2.pin, transformer.p2) annotation (Line( 909 907 points={{100,100},{10,100},{10,5}}, 910 color={0,0,255}, 911 fillColor={255,255,255}, 912 fillPattern=FillPattern.Solid)); 908 color={0,0,255})); 913 909 connect(plug_n1.pin, transformer.n1) annotation (Line( 914 910 points={{-100,-100},{-10,-100},{-10,-5}}, 915 color={0,0,255}, 916 fillColor={255,255,255}, 917 fillPattern=FillPattern.Solid)); 911 color={0,0,255})); 918 912 connect(plug_n2.pin, transformer.n2) annotation (Line( 919 913 points={{100,-100},{10,-100},{10,-5}}, 920 color={0,0,255}, 921 fillColor={255,255,255}, 922 fillPattern=FillPattern.Solid)); 914 color={0,0,255})); 923 915 end Transformer; 924 916 … … 1333 1325 connect(plug_p.pin, idealCommutingSwitch.p) annotation (Line( 1334 1326 points={{-100,0},{-10,0}}, 1335 color={0,0,255}, 1336 fillColor={255,255,255}, 1337 fillPattern=FillPattern.Solid)); 1327 color={0,0,255})); 1338 1328 connect(idealCommutingSwitch.n2, plug_n2.pin) annotation (Line( 1339 1329 points={{10,0},{100,0}}, 1340 color={0,0,255}, 1341 fillColor={255,255,255}, 1342 fillPattern=FillPattern.Solid)); 1330 color={0,0,255})); 1343 1331 connect(idealCommutingSwitch.n1, plug_n1.pin) annotation (Line( 1344 1332 points={{10,5},{10,50},{100,50}}, 1345 color={0,0,255}, 1346 fillColor={255,255,255}, 1347 fillPattern=FillPattern.Solid)); 1333 color={0,0,255})); 1348 1334 connect(control, idealCommutingSwitch.control) 1349 1335 annotation (Line(points={{0,80},{0,8}}, color={255,0,255})); … … 1413 1399 connect(plug_p2.pin, idealIntermediateSwitch.p2) annotation (Line( 1414 1400 points={{-100,0},{-10,0}}, 1415 color={0,0,255}, 1416 fillColor={255,255,255}, 1417 fillPattern=FillPattern.Solid)); 1401 color={0,0,255})); 1418 1402 connect(idealIntermediateSwitch.n2, plug_n2.pin) annotation (Line( 1419 1403 points={{10,0},{100,0}}, 1420 color={0,0,255}, 1421 fillColor={255,255,255}, 1422 fillPattern=FillPattern.Solid)); 1404 color={0,0,255})); 1423 1405 connect(idealIntermediateSwitch.p1, plug_p1.pin) annotation (Line( 1424 1406 points={{-10,5},{-10,50},{-100,50}}, 1425 color={0,0,255}, 1426 fillColor={255,255,255}, 1427 fillPattern=FillPattern.Solid)); 1407 color={0,0,255})); 1428 1408 connect(idealIntermediateSwitch.n1, plug_n1.pin) annotation (Line( 1429 1409 points={{10,5},{10,50},{100,50}}, 1430 color={0,0,255}, 1431 fillColor={255,255,255}, 1432 fillPattern=FillPattern.Solid)); 1410 color={0,0,255})); 1433 1411 connect(control, idealIntermediateSwitch.control) 1434 1412 annotation (Line(points={{0,80},{0,8}}, color={255,0,255})); … … 1564 1542 connect(plug_p.pin, idle.p) annotation (Line( 1565 1543 points={{-100,0},{-10,0}}, 1566 color={0,0,255}, 1567 fillColor={255,255,255}, 1568 fillPattern=FillPattern.Solid)); 1544 color={0,0,255})); 1569 1545 connect(idle.n, plug_n.pin) annotation (Line( 1570 1546 points={{10,0},{100,0}}, 1571 color={0,0,255}, 1572 fillColor={255,255,255}, 1573 fillPattern=FillPattern.Solid)); 1547 color={0,0,255})); 1574 1548 end Idle; 1575 1549 … … 1605 1579 connect(plug_p.pin, short.p) annotation (Line( 1606 1580 points={{-100,0},{-10,0}}, 1607 color={0,0,255}, 1608 fillColor={255,255,255}, 1609 fillPattern=FillPattern.Solid)); 1581 color={0,0,255})); 1610 1582 connect(short.n, plug_n.pin) annotation (Line( 1611 1583 points={{10,0},{100,0}}, 1612 color={0,0,255}, 1613 fillColor={255,255,255}, 1614 fillPattern=FillPattern.Solid)); 1584 color={0,0,255})); 1615 1585 end Short; 1616 1586 -
trunk/Modelica/Mechanics/MultiBody/Interfaces.mo
r998 r1038 310 310 extent={{-216,88},{86,36}}, 311 311 lineColor={0,0,255}, 312 fillColor={255,255,255},313 fillPattern=FillPattern.Solid,314 312 textString="%name")}), 315 313 Documentation(info="<html> … … 324 322 connect(flange, flangeAndFrame.flange) annotation (Line( 325 323 points={{0,0},{-100,0}}, 326 color={0,0,0}, 327 fillColor={255,255,255}, 328 fillPattern=FillPattern.Solid)); 324 color={0,0,0})); 329 325 connect(frame, flangeAndFrame.bearingFrame) annotation (Line( 330 326 points={{0,-100},{0,-40},{-100,-40},{-100,0}}, 331 327 color={0,0,0}, 332 thickness=2, 333 fillColor={255,255,255}, 334 fillPattern=FillPattern.Solid)); 328 thickness=2)); 335 329 end FlangeWithBearingAdaptor; 336 330 -
trunk/Modelica/Mechanics/MultiBody/parts.mo
r1036 r1038 1342 1342 points={{-100,0},{-60,0},{-60,-50.1666},{-27.3333,-50.1666}}, 1343 1343 color={95,95,95}, 1344 thickness=2, 1345 fillColor={0,0,0}, 1346 fillPattern=FillPattern.Solid)); 1344 thickness=2)); 1347 1345 end BodyShape; 1348 1346 … … 1838 1836 annotation(Dialog(group="Initialization", __Dymola_initialDialog=true)); 1839 1837 annotation ( 1840 defaultAttributes={"inner"},1841 defaultInstanceName="world",1842 defaultModifiers="gravityType=0",1843 missingInnerMessage="No \"world\" component is defined. A default world component1844 without a gravity field will be used. If this is not desired,1845 drag Modelica.Mechanics.MultiBody.World into the top level of your model.",1846 Window(1847 x=0.21,1848 y=0,1849 width=0.75,1850 height=0.82),1851 1838 Icon(coordinateSystem( 1852 1839 preserveAspectRatio=true, … … 2199 2186 SI.Angle phi(start=0, final stateSelect=stateSelect) 2200 2187 "Rotation angle of rotor with respect to frame_a (= flange_a.phi = flange_b.phi)" 2201 annotation(Dialog( initialDialog=true));2188 annotation(Dialog(__Dymola_initialDialog=true)); 2202 2189 2203 2190 SI.AngularVelocity w(start=0, stateSelect=stateSelect) 2204 2191 "Angular velocity of rotor with respect to frame_a" 2205 annotation(Dialog( initialDialog=true));2192 annotation(Dialog(__Dymola_initialDialog=true)); 2206 2193 SI.AngularAcceleration a(start=0) 2207 2194 "Angular acceleration of rotor with respect to frame_a" 2208 annotation(Dialog( initialDialog=true));2195 annotation(Dialog(__Dymola_initialDialog=true)); 2209 2196 2210 2197 Modelica.Mechanics.Rotational.Interfaces.Flange_a flange_a -
trunk/Modelica/Mechanics/Rotational.mo
r1032 r1038 854 854 locked, forward sliding.</p> 855 855 856 </HTML>"), Commands(file="CoupledClutches.mos" "Plot inertias"),856 </HTML>"), 857 857 Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-140,-80},{ 858 858 140,80}}, … … 4691 4691 points={{-54,-42},{-38,-28},{-16,-16},{4,-14},{22,-18},{36,-26},{ 4692 4692 48,-36},{56,-46},{64,-58}}, 4693 color={0,0,0}, 4694 fillColor={0,0,0}, 4695 fillPattern=FillPattern.Solid), 4693 color={0,0,0}), 4696 4694 Polygon( 4697 4695 points={{-61,-66},{-44,-42},{-58,-36},{-61,-66}}, … … 6274 6272 points={{-58,-82},{-42,-68},{-20,-56},{0,-54},{18,-56},{34,-62},{ 6275 6273 44,-72},{54,-82},{60,-94}}, 6276 color={0,0,0}, 6277 fillColor={0,0,0}, 6278 fillPattern=FillPattern.Solid), 6274 color={0,0,0}), 6279 6275 Polygon( 6280 6276 points={{-65,-98},{-46,-80},{-58,-72},{-65,-98}}, -
trunk/Modelica/Mechanics/Translational.mo
r1030 r1038 270 270 points={{16,70},{40,70}}, 271 271 color={0,127,0}, 272 smooth=Smooth.None, 273 fillColor={0,127,0}, 274 fillPattern=FillPattern.Solid)); 272 smooth=Smooth.None)); 275 273 connect(force2.flange, mass2.flange_b) annotation (Line( 276 274 points={{16,30},{70,30},{70,10},{60,10}}, 277 275 color={0,127,0}, 278 smooth=Smooth.None, 279 fillColor={0,127,0}, 280 fillPattern=FillPattern.Solid)); 276 smooth=Smooth.None)); 281 277 connect(mass3.flange_b, force3.flange) annotation (Line( 282 278 points={{-20,-30},{0,-30}}, 283 279 color={0,127,0}, 284 smooth=Smooth.None, 285 fillColor={0,127,0}, 286 fillPattern=FillPattern.Solid)); 280 smooth=Smooth.None)); 287 281 connect(fixed.flange, force3.support) annotation (Line( 288 282 points={{10,-50},{10,-40}}, 289 283 color={0,127,0}, 290 smooth=Smooth.None, 291 fillColor={0,127,0}, 292 fillPattern=FillPattern.Solid)); 284 smooth=Smooth.None)); 293 285 end SignConvention; 294 286 … … 388 380 points={{-60,70},{-90,70}}, 389 381 color={0,127,0}, 390 smooth=Smooth.None, 391 fillColor={0,127,0}, 392 fillPattern=FillPattern.Solid)); 382 smooth=Smooth.None)); 393 383 connect(s1.flange_a, fixed1.flange) annotation (Line( 394 384 points={{-58,-10},{-90,-10}}, 395 385 color={0,127,0}, 396 smooth=Smooth.None, 397 fillColor={0,127,0}, 398 fillPattern=FillPattern.Solid)); 386 smooth=Smooth.None)); 399 387 connect(m1.flange_a, s1.flange_b) annotation (Line( 400 388 points={{-20,-10},{-38,-10}}, 401 389 color={0,127,0}, 402 smooth=Smooth.None, 403 fillColor={0,127,0}, 404 fillPattern=FillPattern.Solid)); 390 smooth=Smooth.None)); 405 391 connect(sd1.flange_a, m1.flange_b) annotation (Line( 406 392 points={{20,-10},{0,-10}}, 407 393 color={0,127,0}, 408 smooth=Smooth.None, 409 fillColor={0,127,0}, 410 fillPattern=FillPattern.Solid)); 394 smooth=Smooth.None)); 411 395 connect(m2.flange_a, sd1.flange_b) annotation (Line( 412 396 points={{60,-10},{40,-10}}, 413 397 color={0,127,0}, 414 smooth=Smooth.None, 415 fillColor={0,127,0}, 416 fillPattern=FillPattern.Solid)); 398 smooth=Smooth.None)); 417 399 connect(m4.flange_a, sd2.flange_b) annotation (Line( 418 400 points={{60,70},{40,70}}, 419 401 color={0,127,0}, 420 smooth=Smooth.None, 421 fillColor={0,127,0}, 422 fillPattern=FillPattern.Solid)); 402 smooth=Smooth.None)); 423 403 connect(sd2.flange_a, m3.flange_b) annotation (Line( 424 404 points={{20,70},{0,70}}, 425 405 color={0,127,0}, 426 smooth=Smooth.None, 427 fillColor={0,127,0}, 428 fillPattern=FillPattern.Solid)); 406 smooth=Smooth.None)); 429 407 connect(m3.flange_a, s2.flange_b) annotation (Line( 430 408 points={{-20,70},{-40,70}}, 431 409 color={0,127,0}, 432 smooth=Smooth.None, 433 fillColor={0,127,0}, 434 fillPattern=FillPattern.Solid)); 410 smooth=Smooth.None)); 435 411 end InitialConditions; 436 412 … … 530 506 points={{-50,68},{-60,68}}, 531 507 color={0,127,0}, 532 smooth=Smooth.None, 533 fillColor={0,127,0}, 534 fillPattern=FillPattern.Solid)); 508 smooth=Smooth.None)); 535 509 connect(rod1.flange_a,positionSensor1. flange) annotation (Line( 536 510 points={{-48,30},{-60,30}}, 537 511 color={0,127,0}, 538 smooth=Smooth.None, 539 fillColor={0,127,0}, 540 fillPattern=FillPattern.Solid)); 512 smooth=Smooth.None)); 541 513 connect(rod1.flange_b, fixed.flange) annotation (Line( 542 514 points={{-28,30},{-10,30}}, 543 515 color={0,127,0}, 544 smooth=Smooth.None, 545 fillColor={0,127,0}, 546 fillPattern=FillPattern.Solid)); 516 smooth=Smooth.None)); 547 517 connect(rod3.flange_a, fixed.flange) annotation (Line( 548 518 points={{-30,68},{-10,68},{-10,30}}, 549 519 color={0,127,0}, 550 smooth=Smooth.None, 551 fillColor={0,127,0}, 552 fillPattern=FillPattern.Solid)); 520 smooth=Smooth.None)); 553 521 connect(fixed.flange, rod2.flange_a) annotation (Line( 554 522 points={{-10,30},{20,30}}, 555 523 color={0,127,0}, 556 smooth=Smooth.None, 557 fillColor={0,127,0}, 558 fillPattern=FillPattern.Solid)); 524 smooth=Smooth.None)); 559 525 connect(rod2.flange_b,positionSensor2. flange) annotation (Line( 560 526 points={{40,30},{60,30}}, 561 527 color={0,127,0}, 562 smooth=Smooth.None, 563 fillColor={0,127,0}, 564 fillPattern=FillPattern.Solid)); 528 smooth=Smooth.None)); 565 529 connect(fixed1.flange,spring1. flange_a) annotation (Line( 566 530 points={{-90,-50},{-80,-50}}, 567 531 color={0,127,0}, 568 smooth=Smooth.None, 569 fillColor={0,127,0}, 570 fillPattern=FillPattern.Solid)); 532 smooth=Smooth.None)); 571 533 connect(fixed2.flange,spring2. flange_a) annotation (Line( 572 534 points={{10,-50},{30,-50}}, 573 535 color={0,127,0}, 574 smooth=Smooth.None, 575 fillColor={0,127,0}, 576 fillPattern=FillPattern.Solid)); 536 smooth=Smooth.None)); 577 537 end WhyArrows; 578 538 … … 602 562 points={{-20,30},{0,30}}, 603 563 color={0,127,0}, 604 smooth=Smooth.None, 605 fillColor={0,127,0}, 606 fillPattern=FillPattern.Solid)); 564 smooth=Smooth.None)); 607 565 connect(constantAcc.y, accelerate.a_ref) annotation (Line( 608 566 points={{-59,30},{-42,30}}, … … 676 634 points={{0,70},{32,70}}, 677 635 color={0,127,0}, 678 smooth=Smooth.None, 679 fillColor={0,127,0}, 680 fillPattern=FillPattern.Solid)); 636 smooth=Smooth.None)); 681 637 connect(damper2.flange_b, fixed2.flange) annotation (Line( 682 638 points={{0,10},{30,10}}, 683 639 color={0,127,0}, 684 smooth=Smooth.None, 685 fillColor={0,127,0}, 686 fillPattern=FillPattern.Solid)); 640 smooth=Smooth.None)); 687 641 connect(springDamper3.flange_b, fixed3.flange) annotation (Line( 688 642 points={{0,-50},{30,-50}}, 689 643 color={0,127,0}, 690 smooth=Smooth.None, 691 fillColor={0,127,0}, 692 fillPattern=FillPattern.Solid)); 644 smooth=Smooth.None)); 693 645 end Damper; 694 646 … … 783 735 points={{40,50},{70,50}}, 784 736 color={0,127,0}, 785 smooth=Smooth.None, 786 fillColor={0,127,0}, 787 fillPattern=FillPattern.Solid)); 737 smooth=Smooth.None)); 788 738 connect(force2.flange, mass2.flange_a) annotation (Line( 789 739 points={{-40,-50},{-20,-50}}, 790 740 color={0,127,0}, 791 smooth=Smooth.None, 792 fillColor={0,127,0}, 793 fillPattern=FillPattern.Solid)); 741 smooth=Smooth.None)); 794 742 connect(force1.flange, mass1.flange_a) annotation (Line( 795 743 points={{-40,50},{-20,50}}, 796 744 color={0,127,0}, 797 smooth=Smooth.None, 798 fillColor={0,127,0}, 799 fillPattern=FillPattern.Solid)); 745 smooth=Smooth.None)); 800 746 connect(spring2.flange_b, fixed2.flange) annotation (Line( 801 747 points={{40,-50},{70,-50}}, 802 748 color={0,127,0}, 803 smooth=Smooth.None, 804 fillColor={0,127,0}, 805 fillPattern=FillPattern.Solid)); 749 smooth=Smooth.None)); 806 750 end Oscillator; 807 751 … … 872 816 points={{-20,50},{-40,50}}, 873 817 color={0,127,0}, 874 smooth=Smooth.None, 875 fillColor={0,127,0}, 876 fillPattern=FillPattern.Solid)); 818 smooth=Smooth.None)); 877 819 connect(mass.flange_a, positionSensor1.flange) annotation (Line( 878 820 points={{20,50},{20,10},{40,10}}, 879 821 color={0,127,0}, 880 smooth=Smooth.None, 881 fillColor={0,127,0}, 882 fillPattern=FillPattern.Solid)); 822 smooth=Smooth.None)); 883 823 connect(mass.flange_a, speedSensor1.flange) annotation (Line( 884 824 points={{20,50},{20,-30},{40,-30}}, 885 825 color={0,127,0}, 886 smooth=Smooth.None, 887 fillColor={0,127,0}, 888 fillPattern=FillPattern.Solid)); 826 smooth=Smooth.None)); 889 827 connect(mass.flange_a, accSensor1.flange) annotation (Line( 890 828 points={{20,50},{20,-70},{40,-70}}, 891 829 color={0,127,0}, 892 smooth=Smooth.None, 893 fillColor={0,127,0}, 894 fillPattern=FillPattern.Solid)); 830 smooth=Smooth.None)); 895 831 connect(mass.flange_b, positionSensor2.flange) annotation (Line( 896 832 points={{40,50},{60,50}}, 897 833 color={0,127,0}, 898 smooth=Smooth.None, 899 fillColor={0,127,0}, 900 fillPattern=FillPattern.Solid)); 834 smooth=Smooth.None)); 901 835 end Sensors; 902 836 … … 981 915 points={{20,10},{-12,10}}, 982 916 color={0,127,0}, 983 smooth=Smooth.None, 984 fillColor={0,127,0}, 985 fillPattern=FillPattern.Solid)); 917 smooth=Smooth.None)); 986 918 connect(force.flange, stop1.flange_a) annotation (Line( 987 919 points={{40,70},{60,70}}, 988 920 color={0,127,0}, 989 smooth=Smooth.None, 990 fillColor={0,127,0}, 991 fillPattern=FillPattern.Solid)); 921 smooth=Smooth.None)); 992 922 end Friction; 993 923 … … 2270 2200 points={{0,-50},{0,-60},{-40,-50},{-40,48},{0,60},{0,90}}, 2271 2201 color={0,0,0}, 2272 smooth=Smooth.None, 2273 fillColor={175,175,175}, 2274 fillPattern=FillPattern.Solid)}), 2202 smooth=Smooth.None)}), <
