Click or drag to resize

APIaddStirrupBars Method

Add stirrup bars to a member (beam, column or wall)
REST path: /element/rebar/stirrup/[elem]/[LnumY]/[LnumZ]/[area]/[spacing]/[matID]/[Linit]/[Lfin]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addStirrupBars(
	string elem,
	double LnumY,
	double LnumZ,
	double area,
	double spacing,
	int matID,
	double Linit,
	double Lfin
)

Parameters

elem  String
ID of the element
LnumY  Double
Legs in Y dir.
LnumZ  Double
Legs in Z dir.
area  Double
Area of the rebar
spacing  Double
Stirrups spacing
matID  Int32
ID of the associated design material
Linit  Double
Initial abscissa from 0 to 1
Lfin  Double
Final abscissa from 0 to 1

Return Value

Boolean
True is successful
Remarks
Stirrups are added only if bar area is bigger of the present one, or spacing is reduced. To avoid this, clear rebar prior to use this command
See Also