• 关于使用Microstation如何批量修改已添加Itemtype元素的属性

    可以查看这个帖子 https://communities.bentley.com/communities/other_communities/chinafirst/f/abd-aes/132165/adb/403902#403902 但是,我查看我的MS CE U10打开看看发现没有这个工具按钮,难道是因为版本问题吗?还是U10本来就有这个按钮工具,要在设置里边启用才能显示出来。
  • 【C# MSTN V8i】用Addin方式做二次开发,想获取用户临时坐标系并在之后选择的点都在新的坐标系上的坐标。

    各位大神! 我想获取用户临时坐标系,在网上找了一些通过调用MDL函数的方法。 以下是我的代码,但是在 mdlCurrTrans_rotateByRMatrix(pMdlToUor, 1);这一句中报错:Attempted to read or write protected memory. This is often an indication that other memory is corrupt. mdlCurrTrans_begin(); mdlCurrTrans_identity…