Click or drag to resize

APIaddRebarPatternInSection Method

Adds rebars by pattern in the selected section.
REST path: /section/rebar/pattern/[pattern]/[sectionID]/[numBars]/[rebCover]/[matID]/[area]/[netSpacing]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addRebarPatternInSection(
	int pattern,
	int sectionID,
	int numBars,
	double rebCover,
	int matID,
	double area,
	double netSpacing = 0
)

Parameters

pattern  Int32
Top=0, Bottom=1, Equal spacing=2, Wall=3, Lateral=4, Left=5, Right=6
sectionID  Int32
ID of the section
numBars  Int32
Number of bars to be placed
rebCover  Double
Rebar cover from the centre of the first bar to the border of the section. It applies in both directions
matID  Int32
ID of the associated design material
area  Double
Area of each single rebar rebar
netSpacing  Double  (Optional)
Spacing of net in walls. Effective only if pattern is 3.

Return Value

Boolean
Boolean value
See Also