move mv
Moves an object and all connected features on that object, e.g. PointLoad, Plate.
Moves one or more objects in a specified direction.
move Line_1 (2 3)
Moves Line_1 in direction (2, 3).
move (Line_1 Points[2]) (2 3)
Moves Line_1 and the third point from the list of points in direction (2, 3).
<{1,...}: <Point'|Line'|Polycurve'|Tunnel'|Polygon'>>'<Coords: Number'Number'>'
{1,...} 1 ∞ | Sequence of one or more geometric objects | |
Point | Point object reference | Name of the point that should be moved |
Line | Line object reference | Name of the line that should be moved |
Polycurve | Polycurve object reference | Name of the polycurve that should be moved |
Tunnel | Tunnel object reference | Name of the tunnel that should be moved |
Polygon | Polygon object reference | Name of the polygon that should be moved |
Coords | Vector giving the direction in which the object should be moved | |
Number | x | x-value |
Number | y | y-value |
Mode | Target |
---|---|
Geometry | Global |
None
Moves an object in a specified direction.
move Point_1 (2 3)
Moves Point_1 in direction (2, 3).
<Coords: Number' Number'>'
Coords | Vector giving the direction in which the object should be moved | |
Number | x | x-value |
Number | y | y-value |
Mode | Target |
---|---|
Geometry | Geometric object |
None
Moves a water level along the y-axis over a specified distance.
move UserWaterLevel_1 1
Moves UserWaterLevel_1 along the y-axis with a distance of 1 (upward).
Number'
Number | y | Distance that the water level should be moved in the y-direction |
Mode | Target |
---|---|
Water levels | Water level |
None