Table of Contents

Class Imperfection

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class Imperfection : Stability
Inheritance
Imperfection
Inherited Members
Extension Methods

Constructors

Imperfection(List<string>, List<int>, bool, int, bool)

public Imperfection(List<string> loadCombinations, List<int> numShapes, bool positiveOnly = false, int numberIteration = 5, bool initialiseAmplitude = true)

Parameters

loadCombinations List<string>
numShapes List<int>
positiveOnly bool
numberIteration int
initialiseAmplitude bool

Properties

InitialiseAmplitude

public bool InitialiseAmplitude { get; set; }

Property Value

bool