reset
Clears the contents of a polycurve with the option to add one or more new segments.
Clears the contents of a polycurve.
reset Polycurve_1
Clears the contents of Polycurve_1.
<no parameters>
| no parameters |
| Mode | Target |
|---|---|
| Geometry | Polycurve |
None
Clears the contents of a polycurve and add one or more new segments.
reset Polycurve_2 "Arc" 0 45 1 "Line" 90 2
Clears the contents of Polycurve_2 and adds an arc segment with an increment of the slope of 0°, a central angle of 45° and a radius of 1, followed by a line segment with an increment of the slope of 90° and a length of 2.
<{1,...}: <<<Text: "Line"> <Number'(°) Number'>'>'|<<Text: "Arc"> <Number'(°) Number'(°) Number'>'>'>>
| {1,...} 1 ∞ | Sequence of one or more segment definitions | |
| Text | "Line" | Adds a line segment to the polycurve |
| Number | Angle | Increment of the slope of the new line segment |
| Number | Length | Length of the new line segment |
| Text | "Arc" | Adds an arc segment to the polycurve |
| Number | Angle | Increment of the slope of the new arc segment |
| Number | Angle | Central angle of the new arc segment |
| Number | Radius | Radius of the new arc segment |
| Mode | Target |
|---|---|
| Geometry | Polycurve |
{1,...} Segment