Click or drag to resize

APIsetConcretePropertiesNTC Method

Assign a custom compressive strength to a concrete material, recalculating E and ftk as per NTC code
REST path: /material/concretentc/[matID]/[fc]/[isCharacteristic]
REST verb: GET
REST header: {"unitsIn", unitsIn}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double setConcretePropertiesNTC(
	int matID,
	double fc,
	bool isCharacteristic = true,
	string unitsIn = "MPa"
)

Parameters

matID  Int32
ID of the selected material
fc  Double
Compressive strength in MPa. If different units are used, specify them in unitsIn
isCharacteristic  Boolean  (Optional)
Optional, default is true. fc is assumed to be a characteristic value. If set to false, it is assumed as an average value
unitsIn  String  (Optional)
Optional, default MPa. String specifying the units of fc

Return Value

Double
The value of the calculated Young's modulus
See Also