Class QuantityEstimationProfiledPlate
FemDesign "Quantity estimation, Timber" result
[Result(typeof(QuantityEstimationProfiledPlate), new ListProc[] { ListProc.QuantityEstimationProfiledPanel })]
public class QuantityEstimationProfiledPlate : IQuantityEstimationResult, IResult
- Inheritance
-
QuantityEstimationProfiledPlate
- Implements
- Inherited Members
- Extension Methods
Properties
Area
Area of the plate
public double Area { get; }
Property Value
CO2Footprint
CO2 footprint (A1-A3)
public double? CO2Footprint { get; }
Property Value
Count
Count/Sum of sections
public int Count { get; }
Property Value
Id
Element name identifier
public string Id { get; }
Property Value
Length
Length of plate
public double Length { get; }
Property Value
Quality
Material quality identifier
public string Quality { get; }
Property Value
Section
Section/Thickness identifier
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
Thickness
Thickness
public double Thickness { get; }
Property Value
TotalWeight
Total weight of all plates
public double TotalWeight { get; }
Property Value
Type
Panel type
public string Type { get; }
Property Value
Weight
Weight of single plate
public double Weight { get; }
Property Value
Width
Width of plate
public double Width { get; }
Property Value
Methods
ToString()
public override string ToString()