The RebarLayers object defines the rebar properties of a section.
import section mdb.models[name].parts[name].compositeLayups[i].section.rebarLayers mdb.models[name].sections[name].rebarLayers import odbSection session.odbs[name].sections[name].rebarLayers
This method creates a RebarLayers object.
mdb.models[name].parts[name].compositeLayups[i].section.RebarLayers mdb.models[name].sections[name].RebarLayers session.odbs[name].sections[name].RebarLayers
Required arguments
A SymbolicConstant specifying the type of rebar geometry. Possible values are CONSTANT, ANGULAR, and LIFT_EQUATION.
A LayerPropertiesArray object specifying the layers of reinforcement.
Optional arguments
Return value
A RebarLayers object.
Exceptions
This method modifies the RebarLayers object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the RebarLayers method.
Return value
Exceptions
The RebarLayers object has members with the same names and descriptions as the arguments to the RebarLayers method.