Not possible to move user water level by mouse


ApplicationPLAXIS 3D
Issue status✔ Solved
First Affected VersionPLAXIS 3D 2011.01
Found in VersionPLAXIS 3D 2011.01
Fixed and Released in VersionPLAXIS 3D 2013.00
Issue #17451
Date created19 July 2012
Date modified24 October 2016

Problem description

In the PLAXIS 3D 2012 version, the use of the move tool in the 3D model visualization on user water levels in water mode (i.e. moving the water level with the mouse) does not work. The following warning will appear in case of trying to move the water level with the mouse:

!!!!> _move UserWaterLevel_1 x y z
Command “move” is not recognized as a global command. Check the spelling or try specifying a target object.

The error is shown because the action is not correctly converted by the command line: moving the water level only requires the change in z-level, while the moving by mouse generates a move-command in x, y and z.

Solution

This can easily be achieved by using a command line syntax that only includes the change of z-level:
0044> _move userwaterLevel_1 z
OK

Other workarounds are:

This is solved since PLAXIS 3D 2013.00