Table of Contents

Class RotationsPlasticLimits

Namespace
FemDesign.Releases
Assembly
FemDesign.Core.dll
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

xNeg double?

Kx' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.

xPos double?

Kx' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.

yNeg double?

Ky' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.

yPos double?

Ky' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.

zNeg double?

Kz' compression. [kN/m or kN/m/m]. Default input null means no plastic limit.

zPos double?

Kz' tension. [kN/m or kN/m/m]. Default input null means no plastic limit.