cPropFrame SetRebarBeam Method CSi API ETABS 2015
Assigns beam rebar data to frame sections.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int SetRebarBeam(
	string Name,
	string MatPropLong,
	string MatPropConfine,
	double CoverTop,
	double CoverBot,
	double TopLeftArea,
	double TopRightArea,
	double BotLeftArea,
	double BotRightArea
)

Parameters

Name
Type: OnlineSystem String
The name of an existing frame section property.
MatPropLong
Type: OnlineSystem String
The name of the rebar material property for the longitudinal rebar.
MatPropConfine
Type: OnlineSystem String
The name of the rebar material property for the confinement rebar.
CoverTop
Type: OnlineSystem Double
The distance from the top of the beam to the centroid of the top longitudinal reinforcement. [L]
CoverBot
Type: OnlineSystem Double
The distance from the bottom of the beam to the centroid of the bottom longitudinal reinforcement. [L]
TopLeftArea
Type: OnlineSystem Double
The total area of longitudinal reinforcement at the top left end of the beam. [L2]
TopRightArea
Type: OnlineSystem Double
The total area of longitudinal reinforcement at the top right end of the beam. [L2]
BotLeftArea
Type: OnlineSystem Double
The total area of longitudinal reinforcement at the bottom left end of the beam. [L2]
BotRightArea
Type: OnlineSystem Double
The total area of longitudinal reinforcement at the bottom right end of the beam. [L2]

Return Value

Returns zero if the rebar data is successfully assigned; otherwise it returns a nonzero value.
Remarks

This function applies only to the following section types. Calling this function for any other type of frame section property returns an error.

The material assigned to the specified frame section property must be concrete or this function returns an error.

Examples

See Also