Click or drag to resize

APIaddRebarRowInSection Method

Add a rebar layer at a specified height of the section
REST path: /section/rebar/row/[sectionID]/[numBars]/[latCover]/[hei]/[matID]/[Dmm]/[rebarPreStress]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.3.0 (2.6.3.0)
Syntax
public bool addRebarRowInSection(
	int sectionID,
	int numBars,
	double latCover,
	double hei,
	int matID,
	double Dmm,
	double rebarPreStress = 0
)

Parameters

sectionID  Int32
ID of the section
numBars  Int32
Number of bars to be placed
latCover  Double
Rebar cover from the centre of the first bar to the lateral side of the section
hei  Double
Height of the rebar layer, from the bottom of the section
matID  Int32
ID of the associated design material
Dmm  Double
Diameter of bars in mm
rebarPreStress  Double  (Optional)
0 for steel rebar, otherwise prestress is specified

Return Value

Boolean
True if successful
See Also