import_acp_composite_definitions#
Warning
This is an internal object. It should not be used directly, and subject to change without notice.
- ansys.acp.core.mechanical_integration_helpers.import_acp_composite_definitions(*, mechanical, path)#
Import ACP composite definitions HDF5 into Mechanical.
Imports the composite layup defined in ACP into Mechanical, as Imported Plies.
This function does not import the solid mesh, use
import_acp_mesh_from_cdb()
for this purpose.- Parameters:
mechanical (Mechanical) – The PyMechanical instance. This must be a remote instance.
path (str | PathLike[str]) – The path of the file to import. The extension must be ‘.h5’.