Class RotationsPlasticLimits
public class RotationsPlasticLimits : PlasticityType3d
- Inheritance
-
RotationsPlasticLimits
- Inherited Members
- Extension Methods
Constructors
RotationsPlasticLimits(double?, double?, double?, double?, double?, double?)
Define rotational stiffness values for plastic limits [kN/m or kN/m/m].
public RotationsPlasticLimits(double? xNeg = null, double? xPos = null, double? yNeg = null, double? yPos = null, double? zNeg = null, double? zPos = null)
Parameters
xNegdouble?Kx' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.
xPosdouble?Kx' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.
yNegdouble?Ky' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.
yPosdouble?Ky' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.
zNegdouble?Kz' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.
zPosdouble?Kz' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.