C# Класс Canguro.Model.Load.ResponseSpectrumCaseFactor

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ResponseSpectrumCaseFactor() публичный Метод

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
Результат System

ResponseSpectrumCaseFactor() публичный Метод

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
Результат System