surface - PLAXIS 3D Input commands documentation

surface srf

Creates a polygon.
Creates a structural surface between three or more points.
surface (3 2 1) (4 5 8) (10 11 14) Creates a structural surface between coordinates (3, 2, 1), (4, 5, 8) and (10, 11, 14).
surface Point_1 Point_2 Point_3 Creates a structural surface between Point_1, Point_2 and Point_3.
surface Point_1 Point_4 (10 11 14) (6 7 9) Creates a structural surface between Point_1, Point_4 and coordinates (10, 11, 14) and (6, 7, 9).
<Point{3,...}: <Point'|<Coords: Number' Number' Number'>'>>
Point{3,...} 3 Sequence of three or more points
Point Point object reference Name of the points between which the surface should be created
Coords Coordinates
Number x x-coordinate
Number y y-coordinate
Number z z-coordinate
Mode Target
Geometry Global
{1} Surface
Creates a structural surface from a polycurve.
surface Polycurve_1 Creates a surface from Polycurve_1.
Polycurve'
Polycurve Polycurve object reference Name of the polycurve from which a surface should be created
Mode Target
Geometry Global
{1} Surface