addpoint - PLAXIS 2D Input commands documentation

addpoint

Adds a new point to a polygon or water level.
Adds a new point to an existing polygon.
addpoint Polygon_1 (1 2) Adds a new point with coordinates (1, 2) to Polygon_1.
<Point'|<Coords: Number' Number'>'>
Point Point object reference The coordinates of which are used to insert a new point in the water level
Coords Coordinates
Number x x-coordinate
Number y y-coordinate
Mode Target
Geometry Polygon
None
Adds two or more new points to an existing polygon.
addpoint Polygon_1 (1 2) (4 5) Adds two new points with coordinates (1, 2) and (4, 5) to Polygon_1.
<Point{2,...}: <Point'|<Coords: Number' Number'>'>>
Point{2,...} 2 Sequence of 2 or more points
Point Point object reference The coordinates of which are used to insert a new point in the water level
Coords Coordinates
Number x x-coordinate
Number y y-coordinate
Mode Target
Geometry Polygon
None
Adds a new water point to an existing water level without specifying the pinc.
addpoint UserWaterLevel_1 (1 2) Adds a new point with coordinates (1, 2) to UserWaterLevel_1.
<Point'|<Coords: Number' Number'>'>
Point Point object reference The coordinates of which are used to insert a new point in the water level
Coords Coordinates
Number x x-coordinate
Number yref y-coordinate where the pore pressure is equal to zero
Mode Target
Water levels, Staged construction Water level
None
Adds two or more new water points to an existing water level without specifying the pinc.
addpoint UserWaterLevel_1 (1 2) (4 5) Adds a new point with coordinates (1, 2) and a new point with coordinates (4, 5) to UserWaterLevel_1.
<Point{2,...}: <Point'|<Coords: Number' Number'>'>>
Point{2,...} 2 Sequence of 2 or more points
Point Point object reference The coordinates of which are used to insert a new point in the water level
Coords Coordinates
Number x x-coordinate
Number yref y-coordinate where the pore pressure is equal to zero
Mode Target
Water levels, Staged construction Water level
None