C# 클래스 Canguro.Model.Load.ResponseSpectrumCaseFactor

파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
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