Click or drag to resize

APIaddRebarPattern Method

Adds rebars by pattern in the selected element.
REST path: /element/rebar/pattern/[elem]/[pattern]/[Linit]/[Lfin]/[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 addRebarPattern(
	string elem,
	int pattern,
	double Linit,
	double Lfin,
	int numBars,
	double rebCover,
	int matID,
	double area,
	double netSpacing = 0
)

Parameters

elem  String
ID of the element
pattern  Int32
Top=0, Bottom=1, Equal spacing=2, Wall=3, Lateral=4, Left=5, Right=6, Intermediate=7
Linit  Double
Initial abscissa in percentage of length
Lfin  Double
Final abscissa in percentage of length
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
True is successful
See Also