1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

0022975: Help for a draw-command ImportShape is incorrect.

This commit is contained in:
VRO 2012-02-17 12:31:00 +00:00 committed by bugmaster
parent 47c580a75f
commit 85b70a3baa

View File

@ -477,22 +477,7 @@ void DNaming::BasicCommands(Draw_Interpretor& theCommands)
theCommands.Add("InitialShape","InitialShape df shape res", __FILE__,Initialshape, g); theCommands.Add("InitialShape","InitialShape df shape res", __FILE__,Initialshape, g);
theCommands.Add("CurrentShape","Currentshape df entry [drawname]", __FILE__,Currentshape, g); theCommands.Add("CurrentShape","Currentshape df entry [drawname]", __FILE__,Currentshape, g);
theCommands.Add("GetShape", "GetShape df entry [drawname]", __FILE__,Getshape , 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("Collect", "Collect df entry [onlymodif 0/1]",__FILE__,Collect , g);
theCommands.Add ("GeneratedShape", theCommands.Add ("GeneratedShape", "Generatedshape df shape Generationentry [drawname]", __FILE__,Generatedshape,g);
"Generatedshape df shape Generationentry [drawname]", theCommands.Add("ImportShape", "ImportShape Doc Entry Shape [Name]",__FILE__,DNaming_ImportShape, g);
__FILE__,Generatedshape,g); }
theCommands.Add("ImportShape",
"ImportShape Doc Shape [Name]",
__FILE__, DNaming_ImportShape, g);
}