请分享合并C++的过程从 Autodesk 2016 到 Autodesk 2022 的插件

发布于 2025-01-17 22:10:04 字数 128 浏览 1 评论 0原文

我们有几个与Autodesk 2016在C ++一起工作的插件,因此现在希望通过升级Autodesk版本将这些插件在Autodesk 2022上工作。请为此分享完整的程序。

请分享Autodesk Revit工具的完整详细信息。

We have several plugins working in C++ with Autodesk 2016 so now wants to have these plugins working on Autodesk 2022 by upgrading Autodesk version. Please share the complete procedure for this.

Please share complete details of Autodesk Revit tool.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诠释孤独 2025-01-24 22:10:04

The Building Coder 已在 迁移。您可能知道,Revit API 基于 .NET,因此迁移步骤独立于所使用的编程语言。在许多情况下,从一个版本到下一个版本不需要修改代码,除非使用过时的功能。过时的属性和方法在 Revit SDK 附带的 Revit API 文档中突出显示,并且 The Building Coder 在 Revit API 中的新增功能

The steps for migrating Revit add-ins from one release to the next have been documented in full with many examples by The Building Coder in the category migration. As you probably know, the Revit API is .NET based, so the migration steps are independent of the programming language used. In many cases, no code modification is required from one release to the next, unless obsolete functionality is used. Obsoleted properties and methods are highlighted in the Revit API documentation included with the Revit SDK and also shared by The Building Coder in the articles on What's New in the Revit API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文