export_mesh_for_acp#
Warning
This is an internal object. It should not be used directly, and subject to change without notice.
- ansys.acp.core.mechanical_integration_helpers.export_mesh_for_acp(*, mechanical, path)#
Export the mesh from PyMechanical for use in PyACP.
- Parameters:
mechanical (Mechanical) – The PyMechanical instance. This must be a remote instance.
path (str | PathLike[str]) – The path to save the mesh to. The extension must be ‘.h5’.