BIMserver
BIMserver copied to clipboard
IfcPropertyListValue
What is the proper way to add IfcPropertyListValues through LowLevelInterface? It seems that only Single and Bounded values are supported as well as lists of Doubles
I think the API is incomplete. For wrapped values all the methods to handle higher multiplicities are missing (like setWrappedXxxValues
and addWrappedXxxValue
). I thought there is already an issue about this, but I can not find it.
@hlg Maybe this is the issue you are thinking about: #1166