Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
Yongan.Fu

Yongan.Fu

Likes
  • Profile
  • Activity
  • Communities
  • Friends
  • Likes
  • Achievements
  • Bookmarks
  • Blog Posts
  • Questions
  • More
  • Cancel
  • Addin程序集接口扩充

    HongQiang Guo
    HongQiang Guo
    使用MicroStation SDK Addin接口开发的程序员应该会碰到过C/C++API中有的接口函数但在C#中却找不到的情况。为了解决这个问题,我们单独创建了一个程序集 MstnMixedAssistant.DLL ,将还未封装到Addin框架中的C++接口封装到我们这个单独的程序集中供大家使用。以后会不断地扩充这个程序集,欢迎大家下载使用。 目前该程序集中封装的内容有: 命名空间 函数原型 功能描述 MstnMixedAssistant .AssistantFunctions…
    • 5 days ago
    • Bentley 中国优先社区
    • 技术资料库
    • Shihang Zhang
    • JunFu.Zhao
  • 09-Connection Client-安全证书缺失导致的登录问题

    Ren Zhi Hong
    Ren Zhi Hong
    【问题描述】win7系统中登录Connection Client时,一直显示【稍等】,长时间无法登录。win10系统中登录Connection Client时,非常缓慢,长达3分钟以上,,也有的机器出现无法登录的结果。 【日志关键字】查看日志文件,默认路径为:C:\Users\当前用户名\AppData\Local\Bentley\Logs 中的Bentley.Connect.Client.exe.log.5可以看到有如下截图的提示:SSL/TLS 安全证书相关问题。 【解决方法】给当前系统导入相关的iSRG…
    • over 1 year ago
    • Bentley 中国优先社区
    • 技术资料库
    • chen.chen
  • How to divide or split a Mesh element

    Andrew Bell
    Andrew Bell
    Product(s): MicroStation Version(s): CONNECT Edition Environment: N\A Area: Mesh Subarea: N\A How to divide or split a Mesh element into smaller portions along a predefined cutting line. Steps…
    • over 2 years ago
    • MicroStation
    • MicroStation Wiki
  • CONNECT Edition - DGNLIBs

    Marc Thomas
    Marc Thomas
    This is an updated version of an earlier V8i 101 article. A DGNLIB is a DGN file used for the storage and distribution of shared resources. Its internal structure is identical, only the file extension is different. Files with the .dgnlib extension are…
    • over 2 years ago
    • Peer Blogs
    • Looking under the bonnet...
    • Aadarsh Tale
  • RE: Mstn CE 在COM接口中那个可以画构建棱台实体?

    超 上官
    超 上官
    谢谢 郭工 符工 BsplineSurface.FromCrossSections 可行 Point3d[] aFitPoints = new Point3d[4]; InterpolationCurve oFitCurve = new InterpolationCurveClass(); BsplineCurve[] aCurves = new BsplineCurve[2]; //创建断面1 aFitPoints[0] = app.Point3dFromXYZ(50, 50, 0…
    • over 4 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • RE: 老师,我想请教一下,关于圆端形实体墩建模的方式?

    yj huang
    yj huang
    以前做的
    • over 4 years ago
    • Bentley 中国优先社区
    • ◆ 设计平台软件(MicroStation,PowerDraft, Navigator, i-model等)
  • Upgrading to MicroStation CONNECT Edition

    Henk Ligtvoet
    Henk Ligtvoet
    Product: MicroStation Version: CONNECT Environment: N\A Area: Installation Subarea: General Background The intention of this Wiki is to give a CAD Manager or Site Admin a more comprehensive…
    • over 1 year ago
    • MicroStation
    • MicroStation Wiki
    • Judy Wong
    • Robert Hook
  • AddinManager - MSCE 中 Addin 开发辅助插件

    Yongan.Fu
    Yongan.Fu
    在进行 Bentley 的 MicroStation (或者其他基于 MS 的软件,如 OpenRoads Designer 、 ABD 等)进行开发时,为了解决在开发过程中的对插件代码修改后,必须将 MS 软件关闭并重启,才能对插件进行重新编译与调试的问题, MS 提供了 MDL Load 与 MDL Unload 的命令,实现了开发过程中的插件加载与卸载。对于 Addin 程序,也可以通过 MDL Load 并指定应用程序域的方式进行插件的加载与卸载( MDL LOAD csAddins,,MyDomain…
    • over 1 year ago
    • 中国BDN社区
    • 中国BDN社区-威客
    • Frank Zeng
  • RE: [MSCE c++] cli如何实现native code中的类似工具提示

    管华明
    管华明
    重写DgnTool基类的_GetToolName(WStringR name)虚函数就行了: virtual void _GetToolName(WStringR name) override { name = L"XXXXXXTool"; } 自从没有使用r资源后,我一直是这么干的^_^
    • over 4 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • RE: [PW V8i]参与者角色自动设置

    lijun.ma
    lijun.ma
    跟踪数据库我指的是数据库跟踪调试工具,具体SQL server可以用内置的SQL Profiler, Oracle可以用Toad工具。 具体到这个问题: 尝试添加参与者后,跟踪到与dms_proj最后一个字段对应的权限信息有关,这是权限表的外键; 跟踪权限[dms_ace]表,得到信息如下: 2,135,137即为我添加的参与者, 4为类型,这里指设置的项目参与者, 65535,318,318即为参与者类型,这里65535指的是项目管理员,318指的是项目成员, …
    • over 4 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • RE: Microstation CE parametriccell

    郑 岗
    郑 岗
    C++提取一个属性为数组的情况需要通过以下步骤完成: 首先通过属性名获取ECValue,判断ECValue是否为Array数组,如果是提取ArrayInfo; 通过ArrayInfo获取当前属性包含数组元素个数,以便提供数组索引; 再次根据该属性名和数组索引(遍历),获取ECValue,如果该ECValue包含Struct(结构体),则需要通过以下语句获取 IECInstance ; IECInstancePtr _intance = v . GetStruct (); 该结构体属性获取跟常规一样…
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • RE: OBM模板库中的图形显示没了(好坑啊,赶工程,可咋整)

    Wei Liu
    Wei Liu
    win10,64位系统,1607版本安装后没问题,系统升级到1703版本OBM就出现问题了,预览框是白板,无操作菜单栏,回退1607版本又没事。这种情况在2台机器上试验都是这样。这是我的情况,希望对你有帮助。
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 桥梁设计与分析(OpenBridge, RM, BridgeMaster 等)
  • DWG Units

    Don H. Fu
    Don H. Fu
    DWG format does not really have a linear unit concept and it really is a unitless system. There is no reliable way to determine what units are used in a DWG file. There are two system variables that suggest units: unit format and design center units.…
    • over 13 years ago
    • Bentley Colleague Blogs
    • Don H. Fu's Blog
    • Mark Shamoun
    • Don H. Fu
    • Jason Brame
    • Maria Garcia
    • CADTech1
  • 介绍MicroStation中的Line Style Scale

    Jing.Bai
    Jing.Bai
    在MicroStation中线型(Line Style)主要分两种: 1. 系统自带线型(System Line Style): 0-7号线型 2. 自定义线型(Custom Line Style) 只有自定义线型有Line Style Scale属性,Line Style Scale对MicroStation系统自带的0-7号线型不起作用。 更改Line Style Scale时,通常有下面三种方式: 第一种: 当只更改某一种线型的Scale时,可以通过菜单Edit> Line Style…
    • over 8 years ago
    • Bentley 中国优先社区
    • 技术资料库
    • Xiongfei Zhao
  • RE: How to configure 2 views to show an element in same size?

    quasi_modo
    quasi_modo
    Unknown said: quasi_modo How can this be achieved? Think in terms of pixels. In view 1 , find how many pixels correspond to your line of length 1234. Adjust view 2 's zoom factor to achieve the same number of pixels for length 1234.…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
>
Communities
  • Home
  • Getting Started
  • Community Central
  • Products
  • Support
  • Secure File Upload
  • Feedback
Support and Services
  • Home
  • Product Support
  • Downloads
  • Subscription Services Portal
Training and Learning
  • Home
  • About Bentley Institute
  • My Learning History
  • Reference Books
Social Media
  •    LinkedIn
  •    Facebook
  •    Twitter
  •    YouTube
  •    RSS Feed
  •    Email

© 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies