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

0029453: Draw Harness - unclear syntax of "add" command

Help message is corrected for "add" command.
This commit is contained in:
aml 2018-01-26 09:35:19 +03:00
parent 07bbde451a
commit ca4e36ae5b

View File

@ -1417,7 +1417,10 @@ void DBRep::BasicCommands(Draw_Interpretor& theCommands)
theCommands.Add("vconn","vconn [name1 ...] , edges are colored by number of faces (see vori)",__FILE__,dispor,g);
theCommands.Add("discretisation","discretisation [nbpoints]",__FILE__,discretisation,g);
theCommands.Add("compound","compound [name1 name2 ..] compound",__FILE__,compound,g);
theCommands.Add("add","add name1 name2",__FILE__,add,g);
theCommands.Add("add",
"add what where"
"\n adds shape \"what\" to shape \"where\" ",
__FILE__,add,g);
theCommands.Add("explode","explode name [Cd/C/So/Sh/F/W/E/V]",__FILE__,explode,g);
theCommands.Add("nexplode","stable numbered explode for vertex, edge and face: nexplode name [V/E/F]",__FILE__,nexplode,g);
theCommands.Add("exwire","exwire wirename",__FILE__,exwire,g);