PyPrimeMesh provides a python client to Ansys Prime Server. Ansys Prime Server delivers core
Project description
PyPrimeMesh
Overview
PyPrimeMesh provides a python client to Ansys Prime Server. Ansys Prime Server delivers core Ansys meshing technology.
Documentation and Issues
For information on PyPrimeMesh, refer to the latest documentation.
For queries related to PyPrimeMesh, post on the Discussion page.
For bugs or enhancement requests, file an issue on our Issues page.
For assistance, reach out to the PyAnsys Support team at pyansys.support@ansys.com.
Installation
The ansys-meshing-prime
package supports Python 3.7 to Python 3.11 on Windows and Linux
operating system.
PyPrimeMesh can be installed directly from PyPi as follows:
pip install ansys-meshing-prime
Alternatively, you can clone this repository and install the client using
git clone https://github.com/ansys/pyprimemesh
cd pyprimemesh
pip install -e .[all]
The above command will install all functionality that is important to development. To install a basic version of the client, use the following command instead.
pip install -e .
Dependencies
You must have a licensed copy of the latest version of Ansys 2023 R1 locally.
Get Started
Launching PyPrimeMesh
To launch PyPrimeMesh:
import ansys.meshing.prime as prime
with prime.launch_prime() as prime_client:
model = prime_client.model
License and Acknowledgments
PyPrimeMesh is licensed under the MIT license.
PyPrimeMesh makes no commercial claim over Ansys whatsoever. This library extends the functionality of Ansys Prime Server by adding a Python interface without changing the core behavior or license of the original software. The use of Ansys Prime Server requires a legally licensed copy of Ansys Workbench.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ansys-meshing-prime-0.2.1.tar.gz
.
File metadata
- Download URL: ansys-meshing-prime-0.2.1.tar.gz
- Upload date:
- Size: 185.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfddfed8ebc07a47e44948416a5c1868a37cca4deeeedc9640d8fa4e5bb4143f |
|
MD5 | cf38bb0606b1837804d3a3ef72d3da75 |
|
BLAKE2b-256 | 3456111dacf8c830fcb1052b9bc14ee9377a391f0d1993f2f13bf90c64cf41bb |
File details
Details for the file ansys_meshing_prime-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: ansys_meshing_prime-0.2.1-py3-none-any.whl
- Upload date:
- Size: 239.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3733d1c1e238533896351c6ca3e673cba12ed782d93e38f3e9f4b45a17924dd |
|
MD5 | 2c7b992dfcf61bbe0a22112440d01770 |
|
BLAKE2b-256 | d48235fb1fd90e3f6fa98d8cc450d611be38d39b624550edb90f02b020db473e |