midas-civil is a Python library that provides an interface to interact with MIDAS Civil NX using Python scripts.
This library allows engineers and developers to automate tasks, extract structural analysis results, manipulate model data, and integrate MIDAS Civil NX with other tools or pipelines using Python.
-
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 Civil NX with data analysis tools like pandas, NumPy, and visualization tools like matplotlib.
You can install the library using pip:
pip install midas-civilRequirements:
- Python 3+
- MIDAS Civil NX
You can use the library using import * command:
from midas_civil import *Python Documentation: Documentation
API Reference: JSON Manual
This project is licensed under the MIT License.