polycurve - PLAXIS 2D Input commands documentation

polycurve pc

Creates a polycurve.
Creates a polycurve.
polycurve (4 5) Creates a polycurve at coordinate (4, 5).
<Coords: Number' Number'>'
Coords Coordinates that define the insertion point of the polycurve
Number x x-coordinate
Number y y-coordinate
Mode Target
Geometry Global
{1} Polycurve
Creates a polycurve and add one or more sections to it.
polycurve (4 5) "line" 0 2 "arc" 45 90 3 Creates a polycurve at coordinate (4, 5), adds a line section with an increment of the slope of 0° and a length of 2 to it and adds an arc section with an increment of the slope of 45°, a central angle of 90° and a radius of 3 after that.
<Coords: Number' Number'>' <{1,...}: <<<Text: "line"> <Number'(°) Number'>'>'|<<Text: "arc"> <Number'(°) Number'(°) Number'>'>'>>
Coords Coordinates that define the insertion point of the polycurve
Number x x-coordinate
Number y y-coordinate
{1,...} 1 Sequence of one or more section definitions
Text "line" Adds a line section to the polycurve
Number Angle Increment of the slope of the new line section
Number Length Length of the new line section
Text "arc" Adds an arc section to the polycurve
Number Angle Increment of the slope of the new arc section
Number Angle Central angle of the new arc section
Number Radius Radius of the new arc section
Mode Target
Geometry Global
{1} Polycurve {0,...} Segment