Click or drag to resize

APIgetReinfPropertiesNTC Method

Get design data for FRP/FRCM strips as per CNR DT 200 Italian code
REST path: /material/frpdata/[matID]/[secID]/[CF]/[betaAng]/[Hshear]/[Bshear]/[outInMPa]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public Dictionary<string, double> getReinfPropertiesNTC(
	int matID,
	int secID,
	double CF,
	double betaAng,
	double Hshear,
	double Bshear,
	bool outInMPa = false
)

Parameters

matID  Int32
ID of the FRP/FRCM design material
secID  Int32
ID of the associated section. Must have a material already assigned
CF  Double
Confidence factor
betaAng  Double
Angle of FRP strips for shear resistance, in degrees
Hshear  Double
Height of FRP strips for shear resistance
Bshear  Double
Width of FRP strips for shear resistance in section z direction
outInMPa  Boolean  (Optional)
Optional, default is false. Set as true if you want output in MPa

Return Value

DictionaryString, Double
A dictionary of string, double values
See Also