The RebarLayers object defines the rebar properties of a section.
sectionApi.sections()[name].rebarLayers()
This method creates a RebarLayers object.
sectionApi.sections()[name].RebarLayers
odb_RebarLayers& RebarLayers(const odb_String& rebarSpacing, const odb_SequenceLayerProperties& layerTable);
Required arguments
An odb_String specifying the type of rebar geometry. Possible values are "CONSTANT", "ANGULAR", and "LIFT_EQUATION".
A sequence of LayerProperties objects specifying the layers of reinforcement.
Optional arguments
Return value
A RebarLayers object.
Exceptions
The RebarLayers object has members with the same names and descriptions as the arguments to the RebarLayers method.