cPropMaterial SetOSteel Method CSi API ETABS 2015
(NEWER FUNCTION AVAILABLE) Sets the other material property data for steel materials.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int SetOSteel(
	string Name,
	double Fy,
	double Fu,
	double EFy,
	double EFu,
	int SSType,
	int SSHysType,
	double StrainAtHardening,
	double StrainAtMaxStress,
	double StrainAtRupture,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing steel material property.
Fy
Type: OnlineSystem Double
Fu
Type: OnlineSystem Double
The minimum tensile stress. [F/L2]
EFy
Type: OnlineSystem Double
EFu
Type: OnlineSystem Double
SSType
Type: OnlineSystem Int32
This is 0 or 1, indicating the stress-strain curve type.
ValueSSType
0User defined
1Parametric - Simple
SSHysType
Type: OnlineSystem Int32
This is 0 through 7, indicating the stress-strain curve type.
ValueSSHysType
0Elastic
1Kinematic
2Takeda
3Pivot
4Concrete
5BRB Hardening
6Degrading
7Isotropic
StrainAtHardening
Type: OnlineSystem Double
This item applies only when parametric stress-strain curves are used. It is the strain at the onset of strain hardening.
StrainAtMaxStress
Type: OnlineSystem Double
This item applies only when parametric stress-strain curves are used. It is the strain at maximum stress. This item must be larger than the StrainAtHardening item.
StrainAtRupture
Type: OnlineSystem Double
This item applies only when parametric stress-strain curves are used. It is the strain at rupture. This item must be larger than the StrainAtMaxStress item.
Temp (Optional)
Type: OnlineSystem Double
The temperature at which the specified data applies. The temperature must have been defined previously for the material.

This item applies only if the specified material has properties that are temperature dependent. That is, it applies only if properties are specified for the material at more than one temperature.

Return Value

Returns zero if the data is successfully assigned; otherwise it returns a nonzero value.
Remarks

Examples

See Also