v4.0

Rebar mesh supports layout with setting the number of cells passed between the elements. More...

Public Member Functions

 ReinforcingMeshSupportsCellLayout (number horizontalStep, number verticalStep)
 Constructor.

Public Attributes

number HorizontalStep
 The supports layout horizontal step. It is measured in the number of cells passed.
number VerticalStep
 The supports layout vertical step. It is measured in the number of cells passed.
table Displacements
 Rebars rows displacements. They are measured in the number of cells passed. Displacements values ​​are applied sequentially to each horizontal row. For example, if the parameter value is {1, 2}, a displacement of 1 will be applied to the first row, 2 to the second, 1 to the third, and so on. This parameter allows you to specify the type of details layout, for example, straggered layout.

Detailed Description

Rebar mesh supports layout with setting the number of cells passed between the elements.

Since
v4.0