Metadata-Version: 2.4
Name: midas_gen
Version: 1.6.2
Summary: Python library for MIDAS GEN NX
Home-page: https://github.com/MIDASIT-Co-Ltd/midas-gen-python
Author: Sumit Shekhar
Author-email: sumit.midasit@gmail.com
License: MIT
Keywords: midas,gen,gen nx,building
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: polars
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: colorama
Requires-Dist: openpyxl
Requires-Dist: tqdm
Requires-Dist: gmsh
Requires-Dist: pillow
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# MIDAS GEN NX Python

![MIDAS PYTHON](https://midas-rnd.github.io/midasapi-python/assets/banner.png)

---

[![PyPI Downloads](https://static.pepy.tech/badge/midas-gen)](https://pepy.tech/projects/midas-gen)

**`midas-gen`** is a Python library that provides an interface to interact with MIDAS GEN NX using Python scripts.  
This library allows engineers and developers to automate tasks, extract structural analysis results, manipulate model data, and integrate MIDAS GEN NX with other tools or pipelines using Python.



## Features

* **Model Interaction**: Create, modify, and query elements, nodes, materials, sections, and boundary conditions.

* **Automation**: Run simulations and extract results automatically using Python scripts.

* **Data Extraction**: Access analysis results including forces, displacements, reactions, stresses, etc.

* **Integration**: Seamlessly connect MIDAS GEN NX with data analysis tools like pandas, NumPy, and visualization tools like matplotlib.


## Installation
You can install the library using pip:

```py
pip install midas-gen
```


**Requirements:**
* Python 3+
* MIDAS GEN NX


## Documentation
Python Documentation: [Documentation](https://midas-rnd.github.io/midasapi-python/)   
API Reference: [JSON Manual](https://support.midasuser.com/hc/en-us/articles/33016922742937-MIDAS-API-Online-Manual)


## License
This project is licensed under the MIT License.
