From 85b70a3baabd90fae2f2c619969959c445642660 Mon Sep 17 00:00:00 2001 From: VRO <> Date: Fri, 17 Feb 2012 12:31:00 +0000 Subject: [PATCH] 0022975: Help for a draw-command ImportShape is incorrect. --- src/DNaming/DNaming_BasicCommands.cxx | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/DNaming/DNaming_BasicCommands.cxx b/src/DNaming/DNaming_BasicCommands.cxx index a48239c864..ce04e59ee9 100755 --- a/src/DNaming/DNaming_BasicCommands.cxx +++ b/src/DNaming/DNaming_BasicCommands.cxx @@ -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 -- 2.39.5