我已经使用NuGet for unity安装了xBim,在我尝试使用GeometryEngine创建3D形状之前,它工作得很好:{ context.CreateContext();context.CreateContext一开始我得到了:
FileNotFoundException:未能加载文件或程序集“”Xbim.Geom
我受到论坛上另一个话题的启发:“如何在WPF中使用Xbim来在3D中可视化.IFC”。"{Binding ObjectInstance}"/>我的C#文件:using System.Windows.Data;using Xbim.ModelGeometry.Scene;
{
public partial class MainWindow
我试图提取三角网格的所有几何图形在一个国际金融公司文件使用此代码我已经加载了模型与ifcstore.open…
var context = new Xbim3DModelContext(model);我也读到过XbimWindowsUI/Xbim.Presentation/MeshGeometry3DExtensions.cs,中的" read“方法,但是我不能弄清楚我必须作为"m3d”参数传递什么