mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0032684: Draw Harness - fix Draw_Interpretor::Add() misuse due to overloaded syntax
This commit is contained in:
@@ -6590,7 +6590,7 @@ void ViewerTest::Commands(Draw_Interpretor& theCommands)
|
||||
"\n\t\t: -highmode Sets hilight mode for objects."
|
||||
"\n\t\t: -redisplay Recomputes presentation of objects."
|
||||
"\n\t\t: -noecho Avoid printing of command results."
|
||||
"\n\t\t: -autoTriang Enable/disable auto-triangulation for displayed shape."
|
||||
"\n\t\t: -autoTriang Enable/disable auto-triangulation for displayed shape.",
|
||||
__FILE__, VDisplay2, group);
|
||||
|
||||
theCommands.Add ("vnbdisplayed",
|
||||
@@ -6863,12 +6863,12 @@ void ViewerTest::Commands(Draw_Interpretor& theCommands)
|
||||
theCommands.Add("vtexrepeat",
|
||||
"vtexrepeat name RepeatU RepeatV"
|
||||
"\n\t\t: Alias for vtexture name -setRepeat RepeatU RepeatV.",
|
||||
VTexture,group);
|
||||
__FILE__, VTexture, group);
|
||||
|
||||
theCommands.Add("vtexdefault",
|
||||
"vtexdefault name"
|
||||
"\n\t\t: Alias for vtexture name -default.",
|
||||
VTexture,group);
|
||||
__FILE__, VTexture, group);
|
||||
|
||||
theCommands.Add("vstate",
|
||||
"vstate [-entities] [-hasSelected] [name1] ... [nameN]"
|
||||
@@ -6885,7 +6885,7 @@ void ViewerTest::Commands(Draw_Interpretor& theCommands)
|
||||
|
||||
theCommands.Add("vtypes",
|
||||
"vtypes : list of known types and signatures in AIS - To be Used in vpickobject command for selection with filters",
|
||||
VIOTypes,group);
|
||||
__FILE__, VIOTypes, group);
|
||||
|
||||
theCommands.Add("vselfilter",
|
||||
"vselfilter [-contextfilter {AND|OR}]"
|
||||
|
@@ -13729,7 +13729,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands)
|
||||
"\n\t\t: for example '+Z' will show front of the model,"
|
||||
"\n\t\t: '-X-Y+Z' will define left axonometrical view."
|
||||
"\n\t\t: -frame define camera Up and Right directions (regardless Up convention);"
|
||||
"\n\t\t: for example '+X+Z' will show front of the model with Z-up."
|
||||
"\n\t\t: for example '+X+Z' will show front of the model with Z-up.",
|
||||
__FILE__,VViewProj,group);
|
||||
theCommands.Add("vtop" ,
|
||||
"vtop or <T> : Top view. Orientation +X+Y" ,
|
||||
@@ -13754,7 +13754,7 @@ void ViewerTest::ViewerCommands(Draw_Interpretor& theCommands)
|
||||
__FILE__,VViewProj,group);
|
||||
theCommands.Add("vpick" ,
|
||||
"vpick : vpick X Y Z [shape subshape] ( all variables as string )",
|
||||
VPick,group);
|
||||
__FILE__, VPick, group);
|
||||
theCommands.Add("vfit",
|
||||
"vfit or <F> [-selected] [-noupdate]"
|
||||
"\n\t\t: [-selected] fits the scene according to bounding box of currently selected objects",
|
||||
|
Reference in New Issue
Block a user