Click or drag to resize

APIaddLongitRebarInSection(String, Double, Double, Double, Int32, Double, Double) Method

Add a longitudinal bar to a section
REST path: /section/rebar/long/[sectionID]/[X]/[Y]/[area]/[matID]/[rectBase]/[strandTens]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addLongitRebarInSection(
	string sectionID,
	double X,
	double Y,
	double area,
	int matID,
	double rectBase = 0,
	double strandTens = 0
)

Parameters

sectionID  String
ID of the section
X  Double
X coordinate in transversal section
Y  Double
Y coordinate in transversal section
area  Double
Area of the rebar
matID  Int32
ID of the associated design material
rectBase  Double  (Optional)
Optional. Rectangular width if layer is added instead of bar
strandTens  Double  (Optional)
Optional. Tension for strand

Return Value

Boolean
Bar is added if area is bigger of the eventual bar in the same position. To avoid this, clear rebar prior to use this command
See Also