Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 IfcProduct.Transform() 方法来获取转换矩阵(XbimMatrix3D 实例)并使用它在相对和绝对位置之间进行转换。
但我无法在 Ifc4 命名空间中找到这些函数!我找不到任何其他可以替代这些功能的东西。此处也强调了此问题:https ://github.com/xBimTeam/XbimGeometry/issues/103 ,但没有回应。请帮忙!
看起来这一切都在 IFC4 更新中进行了重构,因此 IfcObjectPlacements 上的转换在 Xbim.Geometry.Engine 中针对接口中的接口进行处理Xbim.Ifc4.Interfaces
Xbim.Ifc4.Interfaces
我会看看https://github.com/xBimTeam/XbimGeometry/blob/08920df29f909dde0c4f65c63d80ae0b5540025f/Xbim.Geometry.Engine.Interop/XbimGeometryEngine.cs#L442