Table of Contents

Class MotionsPlasticLimits

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

xNeg double?

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

xPos double?

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

yNeg double?

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

yPos double?

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

zNeg double?

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

zPos double?

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