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:
parent
47c580a75f
commit
85b70a3baa
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user