Click or drag to resize

APIsetShearReinfRCdata Method

Set or overwrite material data for shear reinforcement with tension-fragile design material in RC section. Set Shear strip width less than or equal to 0 to remove data
REST path: /section/set/shearreinfrc/[ID]
REST verb: GET
REST header: {"data", data}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setShearReinfRCdata(
	int ID,
	double[] data
)

Parameters

ID  Int32
ID of the section
data  Double
Array containing: Shear strip width, Shear strip spacing, Shear strip angle [°], Shear strip material ID, Shear strip thickness [mm], Shear strip height, Confinement strip spacing (-1 for continuous), Shear strip height along base

Return Value

Boolean
True if successful
See Also