0026533: Draw command vdisplay requires vclear to update the presentation since OCC...
[occt.git] / src / ViewerTest / ViewerTest_RelationCommands.cxx
index f0cd9af..d02de2c 100644 (file)
@@ -2864,8 +2864,10 @@ void ViewerTest::RelationCommands(Draw_Interpretor& theCommands)
                  __FILE__,VSymmetricBuilder ,group);
 
   theCommands.Add("vmovedim",
-                 "vmovedim [name] [x y z]: moves picked or named (if name defined) "
-          "dimension to picked mouse position or input point.",
+      "vmovedim : vmovedim [name] [x y z]"
+      "\n\t\t: Moves picked or named (if name defined)"
+      "\n\t\t: dimension to picked mouse position or input point."
+      "\n\t\t: Text label of dimension 'name' is moved to position, another parts of dimensionare adjusted.",
                  __FILE__,VMoveDim,group);
 
 }