Your model does not have a Model/Body/MODEL_VIEW geometric subcontext. This is a pretty fundamental context that should be available in your IFC model. Did you perhaps load in an IFC created from another software? If so, please report a bug to them asking them to create appropriate body subcontexts.
Comments
Your model does not have a Model/Body/MODEL_VIEW geometric subcontext. This is a pretty fundamental context that should be available in your IFC model. Did you perhaps load in an IFC created from another software? If so, please report a bug to them asking them to create appropriate body subcontexts.
I highly recommend reading this section https://blenderbim.org/docs-python/ifcopenshell-python/geometry_creation.html#general-concepts and https://blenderbim.org/docs-python/ifcopenshell-python/geometry_creation.html#representation-contexts for a better understanding of contexts in IFC.
You can always add in a subcontext yourself in the contexts panel:
Thanks Dion.
Its a IFC2x3 from a structural software. I merged with my arch modeling.
I will read those articles!