在 Ifc4 命名空间中找不到 IfcProduct.Transform() 方法! (Xbim.Essentials)

Cannot find IfcProduct.Transform() method in Ifc4 namespace ! (Xbim.Essentials)

我正在使用 IfcProduct.Transform() 方法获取转换矩阵(XbimMatrix3D 实例)并使用它在相对和绝对位置之间进行转换。

但我无法在 Ifc4 命名空间中找到这些函数!我找不到任何其他可以替代这些功能的东西。此问题也已在此处突出显示:https://github.com/xBimTeam/XbimGeometry/issues/103,但没有任何响应。请帮忙!

看起来这一切都在 IFC4 更新中进行了重构,因此 IfcObjectPlacements 上的转换在 Xbim.Geometry.Engine 中针对 Xbim.Ifc4.Interfaces

中的接口进行处理

我会看看 https://github.com/xBimTeam/XbimGeometry/blob/08920df29f909dde0c4f65c63d80ae0b5540025f/Xbim.Geometry.Engine.Interop/XbimGeometryEngine.cs#L442