Click or drag to resize

APIaddRebarPattern2 Method

Adds rebars by pattern in the selected section.

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

Parameters

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

Return Value

Type: Boolean
See Also