Workbench二次开发技术综述

ANSYS Customization Toolkit(ACT) 是workbench用来进行二次开发的技术。ANSYS 在提供的开发文档中有着很明确的阐述,摘取其中一段希望对大家有所启示:

ANSYS Workbench is built on a modular architecture that allows you to extend the functionality of the
framework using add-in development.
The Workbench Framework (SDK) is designed to manage data and workflow, allowing you to integrate
ANSYS tools with third party applications at the framework level. In contrast, the Application Customization Toolkit (ACT) is designed to allow customizations at the application level. These customizations
are done with the goal of inserting specific needs within one general process. Using ACT in ANSYS
Mechanical application, the customizations include specialized loads and post processing. Both the ACT
and the SDK are part of the ANSYS Customization Suite.
The ACT provides the internal mechanisms that allow you to customize an ANSYS Workbench application
without compiling external code or linking with existing ANSYS libraries.
The ACT manages the interfaces between the standard application and the additional customization
so that they will interact accurately.
This document describes the steps for creating a custom application, or extension, with the ACT. The
examples use ANSYS Mechanical or DesignXplorer as the target applications because they represent
the two main focuses for the ACT in release 15.0.
The examples shown are basic and intended as a primer. It should be noted that the development of
extensions requires some knowledge of IronPython and XML. For extensions that customize the ANSYS
solver, knowledge of APDL is also required.
The examples herein were written and tested on all Windows platforms.

关于开发的具体详细文档资料,我已经上传大家可以下载。

ANSYSCustomizationtoolkit开发技术文档_ansysact-其它文档类资源-CSDN下载

基于ACT的Workbench二次开发库封装_静笃归心方得平和心气的博客-CSDN博客icon-default.png?t=LA46https://blog.csdn.net/weixin_42182348/article/details/121110323?spm=1001.2014.3001.5501这篇文章介绍了如何基于ACT进行基本的功能开发。

后期我自己写的相关开发程序,也会更新在博客上。

重点!!!,关于workbench二次开发的最新进展,我已经更新到我的另外一篇博客了还上传了workbench开发的实例脚本。希望对大家有所帮助。

最新进展博客:Workbench二次开发技术分享_静笃归心方得平和心气的博客-CSDN博客_workbench 二次开发

开发实例:workbench二次开发代码示例_workbench二次开发-Javascript代码类资源-CSDN下载

你可能感兴趣的:(Workbench二次开发技术,ANSYS,Customization,Toolkit,Workbench二次开发,ANSYS,Customizatin,Toolkit(ACT,Iron,Python,和,XML)