Skip to main content

Motion Standalone Postprocessor C# library 2025 R1

Introduction

Last update: 14.01.2025

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.

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.

Troubleshooting

This section covers common issues that may occurs while using the product and provides solutions. If any problems arise during use, refer to this guide to diagnose and resolve the issue. If the problem is not resolved using the methods provided in this guide, contact us for further assistance.

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.

See also