Use Point RepresentationType for point clouds in ifc4x3

PointCloud representation type marked as deprecated in ifc4x3, see https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcShapeRepresentation.htm
This commit is contained in:
Andrej730
2024-08-23 15:41:04 +05:00
parent 638d200a27
commit 9f00e8aef0
@@ -659,7 +659,7 @@ class Usecase:
return self.file.createIfcShapeRepresentation(
self.settings["context"],
self.settings["context"].ContextIdentifier,
"PointCloud",
"Point" if self.file.schema == "IFC4X3" else "PointCloud",
[point_cloud],
)