]> OCCT Git - occt-copy.git/commitdiff
0022975: Help for a draw-command ImportShape is incorrect.
authorVRO <>
Fri, 17 Feb 2012 12:31:00 +0000 (12:31 +0000)
committerbugmaster <bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:32:54 +0000 (19:32 +0400)
src/DNaming/DNaming_BasicCommands.cxx

index a48239c8648b8a9f53cbb63dbf6ca37c88ce5464..ce04e59ee9d4b54d1a8f2af6d7d51c916472be08 100755 (executable)
@@ -477,22 +477,7 @@ void  DNaming::BasicCommands(Draw_Interpretor& theCommands)
   theCommands.Add("InitialShape","InitialShape df shape res",        __FILE__,Initialshape,    g);
   theCommands.Add("CurrentShape","Currentshape df entry [drawname]", __FILE__,Currentshape,    g);
   theCommands.Add("GetShape",    "GetShape df entry [drawname]",     __FILE__,Getshape ,       g);  
-  theCommands.Add("Collect",     "Collect  df entry [onlymodif 0/1]",__FILE__,Collect ,       g);  
-  theCommands.Add ("GeneratedShape",
-                  "Generatedshape df shape Generationentry [drawname]",
-                  __FILE__,Generatedshape,g);
-  theCommands.Add("ImportShape",
-                 "ImportShape Doc Shape [Name]",
-                 __FILE__, DNaming_ImportShape, g);  
-}
-
-
-
-
-
-
-
-
-
-
-
+  theCommands.Add("Collect",     "Collect  df entry [onlymodif 0/1]",__FILE__,Collect ,        g);  
+  theCommands.Add ("GeneratedShape", "Generatedshape df shape Generationentry [drawname]", __FILE__,Generatedshape,g);
+  theCommands.Add("ImportShape", "ImportShape Doc Entry Shape [Name]",__FILE__,DNaming_ImportShape, g);  
+}
\ No newline at end of file