1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +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

@ -478,21 +478,6 @@ void DNaming::BasicCommands(Draw_Interpretor& theCommands)
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 ("GeneratedShape", "Generatedshape df shape Generationentry [drawname]", __FILE__,Generatedshape,g);
theCommands.Add("ImportShape", "ImportShape Doc Entry Shape [Name]",__FILE__,DNaming_ImportShape, g);
}