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:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user