EaBIM一直以来积极响应国家“十二五”推进建筑业信息化的号召,对建筑领域的信息技术开展深入技术交流和探讨!致力于打造“BIM-建筑师-生态技术”三位一体综合资源交流共享平台,希望为BIM与可持续设计理念及技术的普及做出微小的贡献!!!

萧闫子 发表于 2014-1-15 13:52:59

Revit 2011 可否用API来连接Rvt文件?

问题:
REVIT 2011的API中如何实现链接rvt文件。
sdk里面chm文件里面好像只有导入CAD的。
我需要在我的rvt文件里面导入另外几个rvt文件进来并显示。答复:
Revit 2011没有提供API来连接外部rvt文件。Revit 2012 也没有开放链接外部rvt的API,但是2012提供了更多的对已经连接进来的模型的管理和查询。
[*]ExternalFileReference - A non-Element class which contains path and type information for a single external file which a Revit project references. ExternalFileReference also contains information about whether the external file was loaded or unloaded the last time the associated Revit project was opened.
[*]ExternalFileUtils - A utility class which allows the user to find all external file references, get the external file reference from an element, or tell whether an element is an external file reference.
[*]RevitLinkType - An element representing a Revit file linked into a Revit project.
[*]CADLinkType - An element representing a DWG drawing. CADLinkTypes may be links, which maintain a relationship with the file they originally came from, or imports, which do not maintain a relationship. The property IsImport will distinguish between the two kinds.
[*]LinkType - The base class of RevitLinkType and CADLinkType.
[*]ModelPath - A non-Element class which contains path information for a file (not necessarily a .rvt file.) Paths can be to a location on a local or network drive, or to a Revit Server location.
[*]ModelPathUtils - A utility class which provides methods for converting between strings and ModelPaths.
[*]TransmissionData - A class which stores information about all of the external file references in a document. The TransmissionData for a Revit project can be read without opening the document.
作者:叶雄进文章来源:http://blog.csdn.net/joexiongjin/article/category/782739

★の风の☆ 发表于 2014-2-14 10:16:44

(*^__^*) 嘻嘻……

烈火ivk 发表于 2014-2-15 14:27:58

顶起来…………

codywu 发表于 2014-2-15 14:31:47

顶!!!!!!!!!!!!!!!!!!!!!!!!!

We晕晕 发表于 2014-2-20 14:07:01

顶起来…………
页: [1]
查看完整版本: Revit 2011 可否用API来连接Rvt文件?