IFC icon indicating copy to clipboard operation
IFC copied to clipboard

Data type for VacancyRate.. property values

Open arch1501 opened this issue 6 years ago • 0 comments

The properties VacancyRateInCategoryNow and VacancyRateInCategoryFuture are defined by the data type IfcPositiveRatioMeasure. The values are given in percentage 0% <= value <= 100%. It is importante also to set a value to 0%. This is with the data type IfcPositiveRatioMeasure not allowed.

Solution: New data type IfcNonNegativeRatioMeasure

Another solution would be to use IfcRatioMeasure, but to allow negative percentage values are in this case not the best solution.

arch1501 avatar Jul 18 '19 08:07 arch1501