Skip to content

Commit

Permalink
Add required AssemblyPlace for IfcFurnitureType
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrouwerdigibase committed Oct 20, 2024
1 parent d419efb commit 44d34b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bt_ifcmanager/lib/lib_ifc/IfcTypeProduct_su.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def initialize(ifc_model, definition, instance_class = nil)

# Set PredefinedType to default value when not set
@predefinedtype = :notdefined if defined?(predefinedtype) && @predefinedtype.nil?

# Set AssemblyPlace to default value when not set, for IfcFurnitureType
@assemblyplace = :notdefined if defined?(assemblyplace) && @assemblyplace.nil?
end

# @param ifc_entity
Expand Down

0 comments on commit 44d34b6

Please sign in to comment.