C# Class Canguro.Model.Material.ConcreteDesignProps

Inheritance: MaterialDesignProps
显示文件 Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ConcreteDesignProps ( float fc, float rebarFy, float rebarFys, bool isLightweight, float lwFactor ) : System

Constructora que recibe todas las propiedades en unidades internacionales.

Method Details

ConcreteDesignProps() public method

Constructora que recibe todas las propiedades en unidades internacionales.
public ConcreteDesignProps ( float fc, float rebarFy, float rebarFys, bool isLightweight, float lwFactor ) : System
fc float
rebarFy float
rebarFys float
isLightweight bool
lwFactor float
return System