Assigns column rebar data to frame sections.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- Name
- Type:
System String
The name of an existing frame section property.
- MatPropLong
- Type:
System String
The name of the rebar material property for the longitudinal rebar.
- MatPropConfine
- Type:
System String
The name of the rebar material property for the confinement rebar.
- Pattern
- Type:
System Int32
This is either 1 or 2, indicating the rebar configuration.Value Pattern 1 Rectangular 2 Circular For circular frame section properties this item must be 2; otherwise an error is returned.
- ConfineType
- Type:
System Int32
This is either 1 or 2, indicating the confinement bar type.Value Type 1 Ties 2 Spiral This item applies only when Pattern = 2. If Pattern = 1, the confinement bar type is assumed to be ties.
- Cover
- Type:
System Double
The clear cover for the confinement steel (ties). In the special case of circular reinforcement in a rectangular column, this is the minimum clear cover. [L]
- NumberCBars
- Type:
System Int32
This item applies to a circular rebar configuration, Pattern = 2. It is the total number of longitudinal reinforcing bars in the column.
- NumberR3Bars
- Type:
System Int32
This item applies to a rectangular rebar configuration, Pattern = 1. It is the number of longitudinal bars (including the corner bar) on each face of the column that is parallel to the local 3-axis of the column.
- NumberR2Bars
- Type:
System Int32
This item applies to a rectangular rebar configuration, Pattern = 1. It is the number of longitudinal bars (including the corner bar) on each face of the column that is parallel to the local 2-axis of the column.
- RebarSize
- Type:
System String
The rebar name for the longitudinal rebar in the column.
- TieSize
- Type:
System String
The rebar name for the confinement rebar in the column.
- TieSpacingLongit
- Type:
System Double
The longitudinal spacing of the confinement bars (ties). [L]
- Number2DirTieBars
- Type:
System Int32
This item applies to a rectangular reinforcing configuration, Pattern = 1. It is the number of confinement bars (tie legs) running in the local 2-axis direction of the column.
- Number3DirTieBars
- Type:
System Int32
This item applies to a rectangular reinforcing configuration, Pattern = 1. It is the number of confinement bars (tie legs) running in the local 3-axis direction of the column.
- ToBeDesigned
- Type:
System Boolean
If this item is True, the column longitudinal rebar is to be designed; otherwise it is to be checked.
Return Value
Returns zero if the rebar data is successfully assigned; otherwise it returns a nonzero value.Remarks
The material assigned to the specified frame section property must be concrete or this function returns an error.
Examples
See Also