Sets the force-deformation data for a specified degree of freedom in multilinear elastic
and multilinear plastic link properties.
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 multilinear elastic or multilinear plastic link property.
- DOF
- Type:
System Int32
- NumberPoints
- Type:
System Int32
The number of foce-defomation points for the specified degree of freedom.
- F
- Type:
System Double
This is an array, dimensioned to NumberPoints - 1, that includes the force at each point. When DOF is U1, U2 or U3, this is a force. When DOF is R1, R2 or R3. this is a moment. [F] if DOF is less than or equal to 3, and [FL] if DOF is greater than 3.
- D
- Type:
System Double
- MyType (Optional)
- Type:
System Int32
This item applies only to multilinear plastic link properties. It is 1, 2 or 3, indicating the hysteresis type.MyTpe Hysteresis Type 1 Kinematic 2 Takeda 3 Pivot
- A1 (Optional)
- Type:
System Double
- A2 (Optional)
- Type:
System Double
- B1 (Optional)
- Type:
System Double
- B2 (Optional)
- Type:
System Double
- Eta (Optional)
- Type:
System Double
Return Value
Returns zero if the data is successfully assigned; otherwise it returns a nonzero value.Remarks
- The link property must be multilinear elastic or multilinear plastic.
- The specified DOF must be active.
- The specified DOF must not be fixed.
- The specified DOF must be nonlinear.
Examples
See Also