- Timestamp:
- 10/10/2007 03:17:26 PM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Modelica/branches/maintenance/2.2.2/Modelica/Mechanics/MultiBody/Forces.mo
r572 r660 1565 1565 SI.Position r_rel_0[3] 1566 1566 "Position vector from frame_a to frame_b resolved in world frame"; 1567 SI.Positione_rel_0[3]1567 Real e_rel_0[3] 1568 1568 "Unit vector in direction from frame_a to frame_b, resolved in world frame"; 1569 1569 annotation ( … … 2262 2262 "Reflection of ambient light (= 0: light is completely absorbed)" 2263 2263 annotation (Dialog(tab="Animation", group="if animation = true", enable=animation)); 2264 input RealmassDiameter=max(0, (width - 2*coilWidth)*0.9)2264 input SIunits.Diameter massDiameter=max(0, (width - 2*coilWidth)*0.9) 2265 2265 " Diameter of mass point sphere" annotation (Dialog(tab="Animation", group= 2266 2266 "if animation = true and showMass = true", enable=animation and showMass)); … … 2356 2356 " Length of cylinder at frame_a side" 2357 2357 annotation (Dialog(tab="Animation", group="if animation = true", enable=animation)); 2358 input SI .Distancediameter_a=world.defaultForceWidth2358 input SIunits.Diameter diameter_a=world.defaultForceWidth 2359 2359 " Diameter of cylinder at frame_a side" 2360 2360 annotation (Dialog(tab="Animation", group="if animation = true", enable=animation)); 2361 input Realdiameter_b=0.6*diameter_a2361 input SIunits.Diameter diameter_b=0.6*diameter_a 2362 2362 " Diameter of cylinder at frame_b side" 2363 2363 annotation (Dialog(tab="Animation", group="if animation = true", enable=animation));
