Table of Contents

Interface IQuantityEstimationResult

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
public interface IQuantityEstimationResult : IResult
Extension Methods

Properties

CO2Footprint

CO2 footprint (A1-A3)

double? CO2Footprint { get; }

Property Value

double?

Id

Element name identifier

string Id { get; }

Property Value

string

Quality

Material quality identifier

string Quality { get; }

Property Value

string

Storey

Storey identifier

string Storey { get; }

Property Value

string

Structure

Structural element type

string Structure { get; }

Property Value

string

TotalWeight

Total weight

double TotalWeight { get; }

Property Value

double