![]() |
v4.0
|
|
Reinforcement container. More...
Public Member Functions | |
| ReinforcementContainer () | |
| Constructor. | |
| nil | AddRebar (number id, Curve3D curve) |
| Adds the rebar. | |
| nil | AddRebarSet (number id, Curve3D curve, Vector3D direction, number step, number count) |
| Adds the rebar set. | |
| nil | AddReinforcementUnit (number id, Placement3D placement) |
| Adds the reinforcement unit. | |
| nil | AddReinforcement (ReinforcementContainer container) |
| Adds the reinforcement from the given container. | |
Reinforcement container.
The reinforcement container is used to group various reinforcement items such as rebars, rebar sets, and reinforcement units.
| nil AddRebar | ( | number | id, |
| Curve3D | curve ) |
Adds the rebar.
| id | The style id. |
| curve | The base curve. |
Adds the rebar set.
| id | The style id. |
| curve | The base curve. |
| direction | The direction of arrangement of the rebars. |
| step | The interval between the rebars. |
| count | The count of the rebars. |
| nil AddReinforcement | ( | ReinforcementContainer | container | ) |
Adds the reinforcement from the given container.
| container | Reinforcement container. |
| nil AddReinforcementUnit | ( | number | id, |
| Placement3D | placement ) |
Adds the reinforcement unit.
| id | The reinforcement unit style id. |
| placement | Position of the reinforcement unit in the coordinate system of the reinforcement object. |