Extract information of a model from xml and furniture components

extract.building.information(model, verbose = VERBOSE)

Arguments

model

an object of class model

Value

An object of class "model" with those characteristics added

parameter

list of data frames, giving information on somme elementary components used in the model

storey

data frame, information at storey level

room

data frame, information at room level

wall

data frame, information at wall level

opening

data frame, information at opening level

coating

data frame, information at coating level

furniture component of the model is adjusted according to information in xml

Examples

if (FALSE) {
load.model("test", "dwelling")
model = extract.building.information(model)
}