diff --git a/src/blenderbim/blenderbim/bim/import_ifc.py b/src/blenderbim/blenderbim/bim/import_ifc.py index c2b85088ca..8018f7db72 100644 --- a/src/blenderbim/blenderbim/bim/import_ifc.py +++ b/src/blenderbim/blenderbim/bim/import_ifc.py @@ -892,7 +892,7 @@ class IfcImporter: return None for representation in representations: - if representation.RepresentationType == "PointCloud": + if representation.RepresentationType in ("PointCloud", "Point"): return representation elif self.file.schema == "IFC2X3" and representation.RepresentationType == "GeometricSet":