add
Adds a section to a polycurve or a row to an advanced table.
Adds a line section with a length of 1 to a polycurve.
add Polycurve_1
Adds a line section with a length of 1 to Polycurve_1.
<no parameters>
no parameters |
Mode | Target |
---|---|
Geometry | Polycurve |
{1} Segment
Adds one or more sections with specified properties to a polycurve.
add Polycurve_2 "arc" 0 45 1 "line" 90 2
Adds an arc section with an increment of the slope of 0°, a central angle of 45° and a radius of 1 to Polycurve_2 and adds a line section with an increment of the slope of 90° and a length of 2 after that.
<{1,...}: <<<Text: "Line"> <Number'(°) Number'>'>'|<<Text: "Arc"> <Number'(°) Number'(°) Number'>'>'>>
{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 | Polycurve |
[Segment]{1,...}
Adds a row to an advanced table.
add LoadMultiplier_1.Table
Adds a row to the advanced table of LoadMultiplier_1.
add DisplacementMultiplier_1.Table
Adds a row to the advanced table of DisplacementMultiplier_1.
<no parameters>
no parameters |
Mode | Target |
---|---|
Geometry | AdvancedTable |
None
Adds a row to an advanced table.
add LoadMultiplier_1.Table 5 2
Adds a row to the advanced table of LoadMultiplier_1 with a time value of 5 and a multiplier value of 2.
add DisplacementMultiplier_1.Table 5 2
Adds a row to the advanced table of DisplacementMultiplier_1 with a time value of 5 and a multiplier value of 2.
<Everything>'
Everything | Value of the new property. |
Mode | Target |
---|---|
Geometry | AdvancedTable |
None