A Python client for the Ansys Additive service
Project description
Overview
PyAdditive is a Python client library for the Ansys Additive service.
Installation
You can use pip to install PyAdditive.
pip install ansys-additive-core
To install the latest development version, run these commands:
git clone https://github.com/ansys/pyadditive
cd pyadditive
pip install -e .
For more information, see Getting Started.
Basic usage
This code shows how to import PyAdditive and use some basic capabilities:
import ansys.additive.core as pyadditive
additive = pyadditive.Additive()
input = pyadditive.SingleBeadInput(
machine=pyadditive.AdditiveMachine(),
material=additive.material("Ti64"),
id="bead1",
bead_length=0.001, # meters
)
summary = additive.simulate(input)
For comprehensive usage information, see Examples in the PyAdditive Documentation.
Documentation and issues
Documentation for the latest stable release of PyAdditive is hosted at PyAdditive documentation.
In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.
On the PyAdditive Issues page, you can create issues to report bugs and request new features. On the PyAdditive Discussions page or the Discussions page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
To reach the project support team, email pyansys.core@ansys.com.
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
Hashes for ansys_additive_core-0.19.0b24.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 967ae313b7657d9f8af3f0e751312c65f24a38cd67bb12f4df8b68c9e4e8c84a |
|
MD5 | cee7e743944a918e3ef0d43a9e9656a6 |
|
BLAKE2b-256 | 88a019b632b3e22a0758ddbedb0b29ba9244f99734c7359c3ea34f327bedf00c |
Hashes for ansys_additive_core-0.19.0b24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51bd1f5468ad0123ecd77af96bf8999c2be8da12cce2dc053a01ec19cb3e442a |
|
MD5 | 6597fe908b0016330f58efd0bf504218 |
|
BLAKE2b-256 | 4edb3d44b37368ac51c08135265130caa9ef22560136a5565776dadd7d5767d7 |