Class QuantityEstimationConcrete
FemDesign "Quantity estimation, Concrete" result
[Result(typeof(QuantityEstimationConcrete), new ListProc[] { ListProc.QuantityEstimationConcrete })]
public class QuantityEstimationConcrete : IQuantityEstimationResult, IResult
- Inheritance
-
QuantityEstimationConcrete
- Implements
- Inherited Members
- Extension Methods
Properties
CO2Footprint
CO2 footprint (A1-A3)
public double? CO2Footprint { get; }
Property Value
Formwork
Formwork quantity
public double Formwork { get; }
Property Value
Height
Height
public double Height { get; }
Property Value
Id
Element name identifier
public string Id { get; }
Property Value
Quality
Material quality identifier
public string Quality { get; }
Property Value
Reinforcement
Reinforcement weight per length/area
public double Reinforcement { get; }
Property Value
Section
Section
public string Section { get; }
Property Value
Storey
Storey identifier
public string Storey { get; }
Property Value
Structure
Structural element type
public string Structure { get; }
Property Value
SubTotal
Length||Area Quantity
public double SubTotal { get; }
Property Value
TotalWeight
Total weight
public double TotalWeight { get; }
Property Value
Volume
Volume quantity
public double Volume { get; }
Property Value
Width
Width
public double Width { get; }
Property Value
Methods
ToString()
public override string ToString()