2021 Property
Changes 4
P

Rebar.DistributionType

Description:
The type of rebar distribution(also known as Rebar Set Type).
Remarks:
The possible values of this property are:
  • Uniform
  • VaryingLength
For a uniform distribution type: all bars parameters are the same as the first bar in set. For a varying length distribution type: bars parameters can vary(primarly in length) taking in consideration the constraints of the first bar in set.
public DistributionType DistributionType { get; set; }