Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从族文件中复制包含挤出(我要选择的元素)并将其复制到另一个文件中“我的意思是有两个打开的文件,我从族文件中选择元素并将其粘贴到另一个文件中项目文件”。所以问题:如何在 c# 中将元素 ID 和位置数据从文件传输到文件?
我试图在我从事的项目中加载家庭,但没有出现任何内容。那么任何指导方针如何做到这一点?
提前致谢
第二个文件中的元素 id 总是不同的。
您需要使用适当的创建元素类型的新实例
Autodesk.Revit.Creation.Document.NewFamilyInstance(...)
取决于您尝试创建的实例类型。