insert
Inserts a section into a polycurve.
Inserts a line section with a length of 1 into a polycurve.
insert Polycurve_2 4
Inserts a line section with a length of 1 before the section at index 4 into Polycurve_2.
Integer'
Integer | Segment index | Index of the section before which the line section should be inserted. The numbering of sections is 0-based, so the first section has number 0. |
Mode | Target |
---|---|
Geometry | Polycurve |
{1} Segment
Inserts a section with specified properties into a polycurve.
insert Polycurve_2 4 "arc" 90 45 2
Inserts an arc section before the section at index 4 into Polycurve_2 with an increment of the slope of 90°, a central angle of 45° and a radius of 2.
insert Polycurve_1 0 "line" 0 5
Inserts a line section at the start of Polycurve_1 with an increment of the slope of 0° and a length of 5.
<<Integer' <Text: "line"> <Number'(°) Number'>'>'|<Integer' <Text: "arc"> <Number'(°) Number'(°) Number'>'>'>
Integer | Segment index | Index of the section before which the line section should be inserted. The numbering of sections is 0-based, so the first section has number 0. |
Text | "line" | Inserts a line section into the polycurve |
Number | Angle | Increment of the slope of the new line section |
Number | Length | Length of the new line section |
Integer | Segment index | Index of the section before which the new section should be inserted. The numbering of sections is 0-based, so the first section has number 0. |
Text | "arc" | Inserts an arc section into 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 | Polycurve |
{1} Segment
Inserts a row into an advanced table.
insert LoadMultiplier_1.Table 2
Inserts a row before the row at index 2 into the advanced table of LoadMultiplier_1.
Integer'
Integer | Segment index | Index of the row before which the row should be inserted. The numbering of rows is 0-based, so the first row has number 0. |
Mode | Target |
---|---|
Geometry | AdvancedTable |
{1} AdvancedTableRow