Introduction
Last update: 03.07.2024
Introduction
The Ansys Motion Standalone Postprocessor C# Library provides a class library for users who want to automate Ansys Motion Standalone Postprocessor. The library is divided into two main categories.
Getting started
The Ansys Motion Standalone Postprocessor C# Library is installed with the Ansys Motion package, so users do not need to do anything extra to install it.
-
Changelog
Operation API
-
Operation script is a useful functionality that allows you to execute functions provided by Postprocess by using Python Script, allowing you to automate repetitive and time-consuming operations using Python Script.
-
For example, you can use operation script to save time by automating everything from creating screens, adding results, Postprocessor results, and importing and using other library modules. (Some features may not be available.)
-
Accessible functionalities by Python operation script :
Result File Reader
The Postprocessor API is a functionality that allows you to access Ansys Motion analysis results independently of the Postprocessor and extract the desired results. It can be used for process automation, integration with other processes, and integration with design optimization tools.
- Accessible functionalities by Python Script or C# Library.
System requirements
The Ansys Motion Standalone Postprocesor C# Library requires a development environment with the .NET framework version 4.8.
Python support
The Ansys Motion Standalone Postprocesor C# Library can be executed from Python code using python.net or IronPython.