Retrieves the other material property data for steel materials.
Namespace: ETABS2015Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax
Parameters
- Name
- Type:
System String
The name of an existing steel material property.
- Fy
- Type:
System Double
- Fu
- Type:
System Double
The minimum tensile stress. [F/L2]
- EFy
- Type:
System Double
- EFu
- Type:
System Double
- SSType
- Type:
System Int32
This is 0 or 1, indicating the stress-strain curve type.Value SSType 0 User defined 1 Parametric - Simple
- SSHysType
- Type:
System Int32
This is 0 through 7, indicating the stress-strain curve type.Value SSHysType 0 Elastic 1 Kinematic 2 Takeda 3 Pivot 4 Concrete 5 BRB Hardening 6 Degrading 7 Isotropic
- StrainAtHardening
- Type:
System Double
This item applies only when parametric stress-strain curves are used. It is the strain at the onset of strain hardening.
- StrainAtMaxStress
- Type:
System Double
This item applies only when parametric stress-strain curves are used. It is the strain at the maximum stress. This item must be larger than the StrainAtHardening item.
- StrainAtRupture
- Type:
System 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.
- FinalSlope
- Type:
System Double
This item applies only to parametric stress-strain curves. It is a multiplier on the material modulus of elasticity, E. This value multiplied times E gives the final slope of the curve.
- Temp (Optional)
- Type:
System Double
The temperature at which the specified data is to be retrieved. 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 retrieved; otherwise it returns a nonzero value.Remarks
Examples
See Also