move mv
Moves an object.
Moves one or more objects in a specified direction.
move Line_1 (2 3 4)
Moves Line_1 in direction (2, 3, 4).
move (Line_1 Points[2]) (0 1 5)
Moves Line_1 and the third point from the list of points in direction (0, 1, 5).
<{1,...}: <Point'|Line'|Polycurve'|Tunnel'|StructuralSurface'|Volume'>>' <Coords: Number' 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 |
StructuralSurface | Surface object reference | Name of the surface that should be moved |
Volume | Volume object reference | Name of the volume that should be moved |
Coords | Vector giving the direction in which the object should be moved | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
None
Moves an object in a specified direction.
move Point_1 (2 3 4)
Moves Point_1 in direction (2, 3, 4).
<Coords: Number' Number' Number'>'
Coords | Vector giving the direction in which the object should be moved | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Geometric object |
None
Moves a water level along the z-axis over a specified distance.
move UserWaterLevel_1 1
Moves UserWaterLevel_1 along the z-axis with a distance of 1 (upward).
Number'
Number | z | Distance that the water level should be moved in the z-direction |
Mode | Target |
---|---|
Water levels | Water level |
None
Moves a borehole in the (x,y)-plane over a specified distance.
move Borehole_1 3 7
Moves Borehole_1 along the x-axis with a distance of 3 and along the y-axis with a distance of 7.
Number' Number'
Number | x | Distance that the borehole should be moved in the x-direction |
Number | y | Distance that the borehole should be moved in the y-direction |
Mode | Target |
---|---|
Geometry | Borehole |
None