opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.54k stars 608 forks source link

Enum type IfcElementCompositionEnum has no literal value 'NOTDEFINED' #114

Closed eric4today closed 10 years ago

eric4today commented 10 years ago

A problem occurs when I was trying to checkin the ifc file of the Revit 2014 sample project "rac_basic_sample_project". c.

Somebody can tackle this?

rubendel commented 10 years ago

Your IFC file is invalid: http://www.buildingsmart-tech.org/ifc/IFC2x3/TC1/html/ifcproductextension/lexical/ifcelementcompositionenum.htm

eric4today commented 10 years ago

Thanks, Rubendel:

The ifc file I used is generated using Autodesk Revit 2014 directly. I searched throughout the file and cannot find the IfcElementCompositionEnum row. It seems a little bit complicated. ADSK has limited support to IFC. I tried Revit 2011, 2013 versions with their simple example project and imported the exported ifc files into Solibri Viewer. There are obvious errors in the models.

Whatever, thank your very much for continuous efforts on building such a opensource project.

Best wishes, Eric

coryasilva commented 10 years ago

I have had more luck using the IFC Exporter plugin. https://apps.exchange.autodesk.com/RVT/Detail/Index?id=appstore.exchange.autodesk.com%3Aifcexporterforrevit2014%3Aen

stevederycke commented 9 years ago

Hi Ive been given about 20 IFC files from my client to test out bim server, they range from 3mb to 500mb in size, so far only 3 of them load in BimServer - the others give exactly the same error as reported above. That leaves me in a sticky situation with my client

stevederycke commented 9 years ago

To add further detail to above, Ive searched in the failed ifc file for IfcElementCompositionEnum and it does not exist. I then searched in the files that have successfully uploaded to BimServer and IfcElementCompositionEnum does not exist in there either. I don't think this can be dismissed

rubendel commented 9 years ago

See: https://github.com/opensourceBIM/BIMserver/issues/127