C# Class Canguro.Model.Design.DesignOptions

Inheritance: Canguro.Utility.GlobalizedObject, ICloneable
显示文件 Open project: rforsbach/Treu-Structure Class Usage Examples

Protected Properties

Property Type Description
designCombinations List

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
AddCombination ( string name, LoadCase types, float factors ) : void
AddToModel ( ) : void
GetLoads ( LoadCase type, float factor ) : List

Method Details

AddCombination() protected method

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

AddDefaultCombos() public abstract method

public abstract AddDefaultCombos ( ) : List
return List

AddToModel() protected method

protected AddToModel ( ) : void
return void

Clone() public method

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

CopyFrom() public abstract method

public abstract CopyFrom ( DesignOptions copy ) : void
copy DesignOptions
return void

GetFrameTypeName() public method

public GetFrameTypeName ( UBCFrameType frameType ) : string
frameType UBCFrameType
return string

GetLoads() protected method

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

GetSeismicZoneName() public method

public GetSeismicZoneName ( SeismicZone zone ) : string
zone SeismicZone
return string

GetTHDesignName() public method

public GetTHDesignName ( THDesignOptions obj ) : string
obj THDesignOptions
return string

SetDefaults() public abstract method

public abstract SetDefaults ( ) : void
return void

Property Details

designCombinations protected_oe property

protected List designCombinations
return List