buildingSMART / IFC

IFC schema management and versioning repository
https://technical.buildingsmart.org/
Other
70 stars 20 forks source link

Data type for VacancyRate.. property values #3

Open arch1501 opened 5 years ago

arch1501 commented 5 years ago

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.