insertpoint - PLAXIS 3D Input commands documentation

insertpoint

Inserts a new point to an existing polygon or water level.
Inserts a new point to an existing polygon before a specified point of the polygon.
insertpoint Polygon_1 5 (1 2 3) Inserts a new point with coordinates (1, 2, 3) to Polygon_1 before the point at index 5.
Integer' <Point'|<Coords: Number' Number' Number'>'>
Integer Point number Number of the point before which the new point should be inserted. The numbering of points is 0-based, so the first point has number 0.
Point Point object reference The coordinates of which are used to insert a new point in the polygon
Coords Coordinates
Number x x-coordinate
Number y y-coordinate
Number z z-coordinate
Mode Target
Geometry Polygon
None
Inserts a new point to an existing water level before a specified point of the water level without specifying the pinc.
insertpoint UserWaterLevel_1 3 (2 6 4) Inserts a new point with coordinates (2, 6) and a zref of 4 to UserWaterLevel_1 before the point at index 3.
Integer' <Point'|<Coords: Number' Number' Number'>'>
Integer Point number Number of the point before which the new point should be inserted. The numbering of points is 0-based, so the first point has number 0.
Point Point object reference The coordinates of which are used to insert a new point in the polygon
Coords Coordinates
Number x x-coordinate
Number y y-coordinate
Number zref z-coordinate where the pore pressure is equal to zero
Mode Target
Water levels Water level
None