Click or drag to resize

APIaddStirrupBarsInSection Method

Add stirrup bars to a section
REST path: /section/rebar/stirrup/[sectionID]/[LnumY]/[LnumZ]/[area]/[spacing]/[matID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addStirrupBarsInSection(
	int sectionID,
	double LnumY,
	double LnumZ,
	double area,
	double spacing,
	int matID
)

Parameters

sectionID  Int32
ID of the section
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

Return Value

Boolean
True is successful
See Also