We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to do a conversion from an IFC file to dotbim but getting the following error:
File "d:\40_Romeo\02_Scripting Repo\Python\ifc2dotbim.py", line 8, in ifc2dotbim.execute() File "d:\40_Romeo\02_Scripting Repo\Python\dotbimifc.py", line 45, in execute mesh = self.create_mesh(mesh_name, shape, mesh_name_dictionary[mesh_name]) File "d:\40_Romeo\02_Scripting Repo\Python\dotbimifc.py", line 144, in create_mesh self.mesh_colors[name] = material_rgbas[most_popular_material] KeyError: 'surface-style-5417-'
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to do a conversion from an IFC file to dotbim but getting the following error:
File "d:\40_Romeo\02_Scripting Repo\Python\ifc2dotbim.py", line 8, in
ifc2dotbim.execute()
File "d:\40_Romeo\02_Scripting Repo\Python\dotbimifc.py", line 45, in execute
mesh = self.create_mesh(mesh_name, shape, mesh_name_dictionary[mesh_name])
File "d:\40_Romeo\02_Scripting Repo\Python\dotbimifc.py", line 144, in create_mesh
self.mesh_colors[name] = material_rgbas[most_popular_material]
KeyError: 'surface-style-5417-'
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: