C# 클래스 Canguro.Model.Design.DesignOptions

상속: Canguro.Utility.GlobalizedObject, ICloneable
파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
designCombinations List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDefaultCombos ( ) : List
Clone ( ) : object

Método heredado de IClonable

CopyFrom ( DesignOptions copy ) : void
GetFrameTypeName ( UBCFrameType frameType ) : string
GetSeismicZoneName ( SeismicZone zone ) : string
GetTHDesignName ( THDesignOptions obj ) : string
SetDefaults ( ) : void

보호된 메소드들

메소드 설명
AddCombination ( string name, LoadCase types, float factors ) : void
AddToModel ( ) : void
GetLoads ( LoadCase type, float factor ) : List

메소드 상세

AddCombination() 보호된 메소드

protected AddCombination ( string name, LoadCase types, float factors ) : void
name string
types Canguro.Model.Load.LoadCase
factors float
리턴 void

AddDefaultCombos() 공개 추상적인 메소드

public abstract AddDefaultCombos ( ) : List
리턴 List

AddToModel() 보호된 메소드

protected AddToModel ( ) : void
리턴 void

Clone() 공개 메소드

Método heredado de IClonable
public Clone ( ) : object
리턴 object

CopyFrom() 공개 추상적인 메소드

public abstract CopyFrom ( DesignOptions copy ) : void
copy DesignOptions
리턴 void

GetFrameTypeName() 공개 메소드

public GetFrameTypeName ( UBCFrameType frameType ) : string
frameType UBCFrameType
리턴 string

GetLoads() 보호된 메소드

protected GetLoads ( LoadCase type, float factor ) : List
type Canguro.Model.Load.LoadCase
factor float
리턴 List

GetSeismicZoneName() 공개 메소드

public GetSeismicZoneName ( SeismicZone zone ) : string
zone SeismicZone
리턴 string

GetTHDesignName() 공개 메소드

public GetTHDesignName ( THDesignOptions obj ) : string
obj THDesignOptions
리턴 string

SetDefaults() 공개 추상적인 메소드

public abstract SetDefaults ( ) : void
리턴 void

프로퍼티 상세

designCombinations 보호되어 있는 프로퍼티

protected List designCombinations
리턴 List