OverView

class OverView "Overview of PlanarMechanics library"
    extends Modelica.Icons.Information;

    annotation (Documentation(
        revisions = "<html>\n<p>\n<img src=\"modelica://PlanarMechanics/Resources/Images/dlr_logo.png\" alt=\"DLR logo\">\n<strong>Developed 2010 at the DLR Institute of System Dynamics and Control</strong>\n</p>\n</html>",
        info = "<html>\n<p>\nLibrary <strong>PlanarMechanics</strong> is a&nbsp;<strong>free</strong>\nModelica package providing 2-dimensional mechanical components to\nmodel <strong>mechanical systems</strong>, such as robots, mechanisms,\nvehicles, where MultiBody library is too complex to use.\nThe main features of the library are:\n</p>\n<ul>\n  <li> Much more <strong>compact</strong> than MultiBody library, which means fewer\n       parameters to be set, shorter time to build up a model-based system, in the\n       meanwhile containing important information as much as possible.</li>\n  <li> A <strong>PlanarWorld</strong> model could be used to set up almost all global\n       parameters, such as visualization of global coordinate system, animation parameters\n       of joints, parts, sources etc., and gravity definition as well as its animation.\n       Note that, in most cases the animation parameters set in PlanarWorld model can be\n       also overwritten in individual model.</li>\n  <li> <strong>Built-in animation properties</strong> of all components, such as joints,\n       forces, bodies, sensors. It enables an easy visual check of the constructed model.\n       What&#39;s more, in all models animation can be disabled respectively, while in\n       the PlanarWorld model animations of all models are able to be switched off.</li>\n</ul>\n</html>"));
end OverView;