mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0022975: Help for a draw-command ImportShape is incorrect.
This commit is contained in:
parent
47c580a75f
commit
85b70a3baa
@ -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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user