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