• [MDL v8i]请问,SHARED_CELL_ELM物体的材质、贴图定义,如何获取

    SHARED_CELL_ELM物体的材质应该如何获取? 用Bentley::Ustn::ElemDisplayParams::GetElemDisplayParams获取到 m_materialIsAttached = false m_rendMatID = 0 代码如下: ElemHandle eh = ElemHandle(pElemDescr->h.elementRef,modelRef); Bentley::Ustn::Element::DisplayHandler* pDisplayHandler…
  • 【MS v8i c# c++】如何切换V8i的工作空间的project

    v8i如何实现在打开dgn文件之前,切换到正确的工作空间。 像CE下的有workspacemanager能做到切换workset,那么如何在v8i下实现切换project呢?
  • 【ms ce v8i c++】如可让ms 对话框的绘制在后台缓冲区完成?

    我需要实现一个比较当前对话框画面的功能,流程如下 1.mdlElmdscr_extendedDisplayToWindow // 加载原始图像内容 2. mdlElmdscr_extendedDisplayToWindow // 清空原始图像内容,加载比较图像内容。与原始图像内容差异大 3.mdlWindowd_capture // 快照比较图像内容 4.// 对快照图像内容处理 5.mdlElmdscr_extendedDisplayToWindow // 重新加载原始图像内容…
  • 在V8i中打开dgn文件时出现以下错误

  • 【ABDV8i C++】 字体颜色怎么设置?

    请问老师,TextNode的字体颜色要怎么设置,我这样设置都没有任何效果 //txtParams是TextParamWide类型 txtParam.backgroundFillColor = 252; txtParam.color = 252; txtParam.backgroundColor = 252;
  • [MSV8i C++]有没有mdl函数来实现修剪实体工具的操作

    类似的有mdlKISolid_booleanDisJoint可以做剪切,但用起来有点麻烦,请问一下有没有修剪实体的函数直接可用啊???
  • [V8i c++] MDL开发中 如何通过编程给Microstation添加主菜单?

    通过翻找之前的帖子我知道了如何通过DGNLIB定制Microstation菜单。 我想请教一下各位老师,是否可以通过编程的方式完成菜单添加。我想实现----通过安装该插件就可以自动在Microstation中添加对应菜单的功能。