1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026533: Draw command vdisplay requires vclear to update the presentation since OCC 6.9.0.

Update documentation related to vdisplay command and similar.
This commit is contained in:
isk
2015-09-15 12:06:43 +03:00
committed by bugmaster
parent f5e92b0460
commit faea8b40b3
5 changed files with 279 additions and 114 deletions

View File

@@ -2864,8 +2864,10 @@ void ViewerTest::RelationCommands(Draw_Interpretor& theCommands)
__FILE__,VSymmetricBuilder ,group);
theCommands.Add("vmovedim",
"vmovedim [name] [x y z]: moves picked or named (if name defined) "
"dimension to picked mouse position or input point.",
"vmovedim : vmovedim [name] [x y z]"
"\n\t\t: Moves picked or named (if name defined)"
"\n\t\t: dimension to picked mouse position or input point."
"\n\t\t: Text label of dimension 'name' is moved to position, another parts of dimensionare adjusted.",
__FILE__,VMoveDim,group);
}