有人在用C#做Autodesk Revit api 进行二次开发的吗?

解决方案 »

  1.   

    Overview
    Autodesk Revit Architecture 2010, Autodesk Revit Structure 2010 and Autodesk Revit MEP 2010 offer an API designed to allow power users and external application developers to integrate their applications with Autodesk Revit. The APIs for each of these three products are very similar and will be jointly referred to as the Autodesk Revit 2010 API or Autodesk Revit API.  It is strongly recommended that you become familiar with Autodesk Revit Architecture, Structure or MEP and its features before attempting to use the Autodesk Revit API. Training can be found through the Autodesk Developer Network (ADN).
      

  2.   

    Autocad倒是在做一些
    他们的Api 可能有很多相同的地方吧
    推荐一个网站
    www.objectarx.net
    不过最近论坛升级好像无法访问
      

  3.   

        /// <summary>
        /// To add an external command to Autodesk Revit 
        /// the developer should implement an object that 
        /// supports the IExternalCommand interface.
        /// 要想给Autodesk Revit 添加一个外部命令
        /// 必须有这么一个实现了IExternalCommand借口的object
        /// </summary>
      

  4.   

    刚接触Autodesk Revit 的二次开发,让我对SDK中的一个例子修改,请问我在Autodesk Revit 怎么加载得到的动态链接库来查看修改效果的 ?
      

  5.   

    有啊,我就是做Revit API二次开发的
      

  6.   

    如果你用2010版,需要添加命令注册项到revit.ini文件中。如果用2011,需要生成一个插件注册(.addin)文件。
      

  7.   

    我正在Revit API二次开发,希望交流。用过CopyElement()方法吗?如何拷贝Wall?
      

  8.   

    请问不能附加DLL文件是什么原因