Class QuantityEstimationMasonry
FemDesign "Quantity estimation, Concrete" result
[Result(typeof(QuantityEstimationMasonry), new ListProc[] { ListProc.QuantityEstimationMasonry })]
public class QuantityEstimationMasonry : IQuantityEstimationResult, IResult
- Inheritance
-
QuantityEstimationMasonry
- Implements
- Inherited Members
- Extension Methods
Properties
CO2Footprint
CO2 footprint (A1-A3)
public double? CO2Footprint { get; }
Property Value
Id
Element name identifier
public string Id { get; }
Property Value
Quality
Material quality identifier
public string Quality { get; }
Property Value
Storey
Storey identifier
public string Storey { get; }
Property Value
Structure
Structural element type
public string Structure { get; }
Property Value
Thickness
Thickness
public double Thickness { get; }
Property Value
TotalArea
LArea Quantity
public double TotalArea { get; }
Property Value
TotalWeight
Total weight
public double TotalWeight { get; }
Property Value
UnitWeight
Weight per length or area unit
public double UnitWeight { get; }
Property Value
Methods
ToString()
public override string ToString()