 | 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: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool setShearReinfRCdata(
int ID,
double[] data
)
Public Function setShearReinfRCdata (
ID As Integer,
data As Double()
) As Boolean
Dim instance As API
Dim ID As Integer
Dim data As Double()
Dim returnValue As Boolean
returnValue = instance.setShearReinfRCdata(ID,
data)
public:
bool setShearReinfRCdata(
int ID,
array<double>^ data
)
member setShearReinfRCdata :
ID : int *
data : float[] -> bool
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
BooleanTrue if successful
See Also