C# Class Canguro.Model.Load.ResponseSpectrumCaseFactor

显示文件 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
ResponseSpectrumCaseFactor ( AnalysisCaseAppliedLoad acceleration ) : System

Initializes the object with the AccelLoad and default Scale factor(1.0).

ResponseSpectrumCaseFactor ( AnalysisCaseAppliedLoad acceleration, float factor ) : System

Initializes the object with the AccelLoad and Scale factor.

Method Details

ResponseSpectrumCaseFactor() public method

Initializes the object with the AccelLoad and default Scale factor(1.0).
public ResponseSpectrumCaseFactor ( AnalysisCaseAppliedLoad acceleration ) : System
acceleration AnalysisCaseAppliedLoad AccelLoad applied to the Response Spectrum
return System

ResponseSpectrumCaseFactor() public method

Initializes the object with the AccelLoad and Scale factor.
public ResponseSpectrumCaseFactor ( AnalysisCaseAppliedLoad acceleration, float factor ) : System
acceleration AnalysisCaseAppliedLoad AccelLoad applied to the Response Spectrum
factor float Scale factor for the AccelLoad
return System