Class QuantityEstimationTimberPanel
FemDesign "Quantity estimation, Timber panel" result
[Result(typeof(QuantityEstimationTimberPanel), new ListProc[] { ListProc.QuantityEstimationTimberPanel })]
public class QuantityEstimationTimberPanel : IQuantityEstimationResult, IResult
- Inheritance
-
QuantityEstimationTimberPanel
- Implements
- Inherited Members
- Extension Methods
Properties
Area
Area of panel
public double Area { get; }
Property Value
CO2Footprint
CO2 footprint (A1-A3)
public double? CO2Footprint { get; }
Property Value
Count
Number of panels of type
public int Count { get; }
Property Value
Id
Element name identifier
public string Id { get; }
Property Value
Length
Length of panel
public double Length { get; }
Property Value
PanelType
Panel type
public string PanelType { 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 [mm]
public double Thickness { get; }
Property Value
TotalWeight
Total weight
public double TotalWeight { get; }
Property Value
Weight
Weight per unit
public double Weight { get; }
Property Value
Width
Width of panel
public double Width { get; }
Property Value
Methods
ToString()
public override string ToString()